Desktop app · Linux

Your entire dev toolkit, on Linux.

The same offline, local-first toolkit that runs on macOS — packaged as an AppImage and a .deb. No account, no sign-in, free for everyone.

Early Linux build

Linux support is new and still being validated. Unlike the macOS build, these packages are not yet covered by automatic updates — grab a newer build from this page when one lands. Requires Ubuntu 22.04+ or Debian 12+ (older releases don't ship libwebkit2gtk-4.1-0).

Intel/AMD (x86_64) · Ubuntu 22.04+ / Debian 12+ · install guide

Or browse every file on the GitHub release page.

Installing

Intel or AMD — both are the same architecture (amd64), so one package covers every normal PC:

sudo apt install ./MyDevTools_*_amd64.deb

ARM64 machines (Raspberry Pi, ARM servers) are not supported yet — the packages here are Intel/AMD only. Not sure which you have? Run dpkg --print-architecture.

AppImage — runs anywhere, no install:

chmod +x MyDevTools_*.AppImage
./MyDevTools_*.AppImage

Debian / Ubuntu:

sudo apt install ./MyDevTools_*.deb

MyDevTools stores its database encryption key in your desktop keyring (GNOME Keyring or KWallet), so a desktop session with a running keyring service is required.

Looking for macOS? Download for Mac