
Memo ships with one-click installers for every desktop platform and an APK for Android. llama.cpp is bundled — no Docker, no terminal, no manual setup.
All downloads are available at memo.bugradev.com and the GitHub Releases page.
Skip the manual download — one command detects your OS, downloads the right archive, and installs everything:
curl -fsSL https://download.bugradev.com/get-memo.sh | bash
Safe to re-run: your config and data are preserved, only the binaries are refreshed. This is the fastest path if you're comfortable with a terminal; otherwise use the platform installers below.
| Platform | Format | Instructions |
|---|---|---|
| Windows | .exe |
Memo-Setup-v3.1.0.exe — double-click, follow the wizard |
| Linux | .AppImage |
chmod +x and run — universal on any distro |
| Linux | .deb |
sudo dpkg -i memo-*.deb on Debian/Ubuntu |
| Linux | .tar.gz |
Extract and run the portable binary |
| macOS | .zip |
Universal build (Apple Silicon + Intel) |
| Android | .apk |
Sideload — pairs with desktop over LAN or tunnel |
Memo-Setup-v3.1.0.exe from the download portal
Windows SmartScreen may show a warning. This is expected for new software. Click "More info" → "Run anyway".
chmod +x Memo-linux-x64-v3.1.2-beta.AppImage
./Memo-linux-x64-v3.1.2-beta.AppImage
Works on Debian, Ubuntu, Fedora, Arch, and any glibc-based distribution.
sudo dpkg -i memo_*.deb
sudo apt-get install -f # if dependencies are missing
tar -xzf Memo-linux-x64-v3.1.2-beta.tar.gz
cd memo
./memo # runs the backend
./memo_app # launches the Flutter UI (if bundled separately)
Memo-macos.zipMemo.app to Applications
macOS Gatekeeper may block the unsigned app. Go to System Settings → Privacy & Security and click "Open Anyway".
Memo-Android-v3.1.2-beta.apk
The Android app is a thin companion client — it streams from your desktop. The AI model, memory, and your data never leave your computer.
The installer bundles everything:
llama-server) for local model inferenceconfig.yaml)Launch Memo and the first-run wizard will:
.AppImage file and ~/.local/share/memo/sudo dpkg -r memoMemo.app to Trash and delete ~/Library/Application Support/memo/Your data directory (~/memo-data/ or equivalent) is not deleted during uninstall. Remove it manually if you want a clean slate.
Export your data as a.memoarchive before uninstalling — Settings → Backup → Export Archive.