Desktop App
A native Windows/macOS client, themed in violet, local-first.
The desktop app is a native client for Windows and macOS built on Electron, themed in violet and connected to your agent's memory.
Install
Download the latest .exe (Windows) or .dmg (macOS) from the releases page. Run the installer; the app appears in your Applications / Start menu.
Connect to the agent
- Local: the app auto-discovers a gateway running on
127.0.0.1:8765. - Remote: open Settings → Gateway and enter your
wss://URL + token.
Theme
The default window paints the poormad-dark theme at boot — violet mono-hue, distinct from the upstream default. You can switch themes in Settings; user themes sync from the backend skin engine.
Building your own
Installers are produced by the repo's CI workflow (build-desktop-installers.yml) on Windows/macOS runners. Bump apps/desktop/package.json version, push, then dispatch the workflow. Linux can only build an AppImage/deb locally.