Files
openchamber/packages/desktop
Bohdan Triapitsyn f6e0dafeb5 docs: rewrite READMEs with progressive disclosure, add SECURITY.md and roadmap
Main README restructured: collapsable features, quick start with secure defaults, Why a GUI section, roadmap
Package READMEs (web/desktop/vscode) rewritten with runtime-specific focus; VSCode includes full commands and settings
Added SECURITY.md, non-dev contributing guide, and updated CONTRIBUTING.md with dev scripts and ports
2026-03-05 03:07:26 +02:00
..
2025-12-07 19:32:53 +02:00
2026-03-04 20:15:32 +02:00
2026-03-04 20:15:32 +02:00

OpenChamber Desktop

GitHub stars GitHub release Discord

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