Your second brain,
on your own server.
Run Memo unattended on a Raspberry Pi, an old laptop, a home NAS, or a VPS — no display, no desktop app, just a network connection and one line typed over SSH. Everything below is new as of v3.5.5.
No display needed
A dedicated server-only installer skips the Flutter binary entirely — just the backend, the CLI, and the inference engine.
A real 4-mode auth system
None, token, password, or token+password — argon2id hashing, brute-force lockout, per-device tokens, all credential-less only from loopback.
Multi-account
Admin and user roles from Settings → Accounts, with a universal auth gate across every screen — not a single shared login.
Fully managed over SSH
memo config/remote/service/provider/agent/model — a complete CLI toolkit, no dashboard or raw curl against the API required.
Pick the shape that fits your box.
Server-only installer
get-memo-server.shA Raspberry Pi, home server, or VPS with SSH access. Auto-detects Linux x86_64/arm64 and macOS from one command, offers to set itself up as a systemd service on the way.
Docker / CasaOS
ghcr.io/…/memo-backendCasaOS, Unraid, Synology, or any Docker host. A multi-arch, backend-only image published automatically on every release — install straight from a pasted docker-compose.yml.
Remote desktop
Settings → Remote AccessAlready run Memo on a desktop? Turn on Remote Access and point another device at it — the full feature set, nothing to install elsewhere.