# OpenChamber
OpenChamber is an open-source desktop and web interface built on top of [[OpenCode]]; it packages the agent harness into a multi-surface workspace for "engineering with agents".
It runs as a native desktop app, a browser/PWA, and a VS Code companion; the same session can be picked up across devices without losing context. Repos, issues, and PRs stay open alongside the agent, with built-in diff viewing and version-control integration to review and ship work.
Deployment is flexible; run locally, connect to a remote instance, or expose it via a tunnel. Code and sessions remain local by default, and remote browser access can be password-protected; the source is inspectable on GitHub.
It is MIT-licensed, written in TypeScript, and positions itself as a less fragmented alternative to juggling multiple IDEs and terminal utilities when working with AI coding agents.
## References
- https://openchamber.dev/
- https://github.com/openchamber/openchamber
## Related
- [[OpenCode]]