Desktop
The desktop app is a native Rust IDE, the client that runs coding sessions and the git IDE around them. Grab it from the download page:
- macOS: a notarized
.dmg. - Windows: a portable
.exe, no installer. - Linux: an
AppImage.
All three come from GitHub Releases, with checksums published alongside. On first launch, sign in to the cloud or point it at your self-hosted instance URL.
Self-updating
The app checks the latest release at launch and every four hours while running. An update shows a banner. Click it and the download streams, verifies against the published checksums, and swaps in place; hit Restart to update when it's ready. No package manager, no manual downloads.
Mobile
Native iOS and Android apps with everything synced in real time. Five tabs (six with the helpdesk on):
- Issues: your boards. Triage, edit, filter, comment.
- My Work: your inbox and the issues assigned to you, in one place.
- Support: the team's shared helpdesk inbox. Present only while the helpdesk is enabled.
- Agents: running coding sessions with a live terminal feed and steering, plus the team's actions.
- Reviews: every issue with an open PR, with a one-click merge.
- Search: find any issue across your teams.
The compose button floats over every tab. Capture an issue the moment you think of it. Full onboarding runs on mobile too: create boards, connect GitHub, and manage repos without ever opening a laptop.
Push notifications
Everything that lands in your inbox (assignments, comments, mentions, PR opened / merged) arrives as a push notification the moment it happens. Tapping one deep-links straight to the issue. Notification preferences from Account → Notifications apply to push too.
Steer from anywhere
A coding session started on your desktop doesn't chain you to the desk. The Agents tab (and the matching view on web) shows every running session with a live terminal feed. Watch the agent work in real time, and send steer messages mid-run: answer its question, veto an approach, add a constraint you forgot.
The full flow (starting runs, plan mode, batches, review) is in Coding agents.