
OpenChamber Desktop
A native macOS app for OpenCode. Feels like home - multiple windows, SSH remotes, project actions, and everything running locally.
Full project overview, screenshots, and all features: github.com/btriapitsyn/openchamber
Install
Download from Releases. Available for macOS (Apple Silicon and Intel).
Prerequisite: OpenCode CLI installed.
What makes the desktop app special
- Remote instances over SSH - connect to remote OpenChamber servers with dedicated lifecycle and UX flows
- Project Actions - run dev servers, configure SSH port forwarding, open remote URLs locally
- Multi-window - work on several projects in parallel, each in its own window
- "Open In" shortcuts - open workspace in Finder, Terminal, or your editor of choice
- Local + remote switching - jump between local and remote OpenChamber instances
- Native macOS integration - menus, deep-links, auto-update, and polished window management
Plus everything from the shared OpenChamber UI: branchable timeline, Git sidebar, terminal, voice mode, and more.
Development
git clone https://github.com/btriapitsyn/openchamber.git
cd openchamber
bun install
bun run desktop:dev
License
MIT