2025-12-21 22:59:06 +02:00
# <picture><source media="(prefers-color-scheme: dark)" srcset="docs/references/badges/openchamber-logo-dark.svg"><img src="docs/references/badges/openchamber-logo-light.svg" width="32" height="32" align="absmiddle" /></picture> OpenChamber
2025-12-07 19:32:53 +02:00
2025-12-21 17:48:15 +02:00
[](https://github.com/btriapitsyn/openchamber/stargazers)
[](https://github.com/btriapitsyn/openchamber/network/members)
[](https://github.com/btriapitsyn/openchamber/releases/latest)
2025-12-21 17:38:26 +02:00
[](https://opencode.ai)
2025-12-29 23:58:33 +02:00
[](https://zread.ai/btriapitsyn/openchamber)
2025-12-17 14:10:23 +02:00
2025-12-07 19:32:53 +02:00
Web and desktop interface for the [OpenCode ](https://opencode.ai ) AI coding agent. Works alongside the OpenCode TUI.
The OpenCode team is actively working on their own desktop app. I still decided to release this project as a fan-made alternative.
It was entirely built with OpenCode tool - first with the TUI version, then with the first usable version of OpenChamber, which I then used to build the rest.
The whole project was built entirely with AI coding agents under my supervision. It started as a hobby project and proof of concept that AI agents can create genuinely usable software.
2025-12-08 12:09:17 +02:00

<details>
<summary>More screenshots</summary>



2025-12-14 02:29:46 +02:00

2025-12-21 02:34:07 +02:00

2025-12-21 17:00:40 +02:00
2025-12-08 12:09:17 +02:00
<p>
<img src="docs/references/pwa_chat_example.png" width="45%" alt="PWA Chat">
<img src="docs/references/pwa_terminal_example.png" width="45%" alt="PWA Terminal">
</p>
</details>
2025-12-07 19:32:53 +02:00
## Why use OpenChamber?
- **Cross-device continuity**: Start in TUI, continue on tablet/phone, return to terminal - same session
- **Remote access**: Use OpenCode from anywhere via browser
- **Familiarity**: A visual alternative for developers who prefer GUI workflows
## Features
2025-12-21 03:03:26 +02:00
### Core (all apps versions)
2025-12-07 19:32:53 +02:00
- Integrated terminal
- Git operations with identity management and AI commit message generation
- Smart tool visualization (inline diffs, file trees, results highlighting)
2025-12-21 03:03:26 +02:00
- Rich permission cards with syntax-highlighted operation previews
- Per-agent permission modes (ask/allow/full) per session
- Branchable conversations: start a new session from any assistant response
- Task tracker UI with live progress and tool summaries
- Model selection UX: favorites, recents, and configurable tool output density
- UI scaling controls (font size and spacing)
- Session auto-cleanup with configurable retention
- Memory optimizations with LRU eviction
### Web / PWA
- Mobile-first UI with gestures and optimized terminal controls
- Self-serve web updates (no CLI required)
- Update and restart keeps previous server settings (port/password)
### Desktop (macOS)
- Native macOS menu bar integration with app actions
- First-launch directory picker to minimize permission prompts
### VS Code Extension
- Editor-integrated file picker and click-to-open from tool output
- In-extension Settings access and theme mapping
2025-12-07 19:32:53 +02:00
## Installation
2025-12-13 16:34:17 +02:00
### VS Code Extension
2025-12-26 16:45:30 +02:00
Install from [VS Code Marketplace ](https://marketplace.visualstudio.com/items?itemName=fedaykindev.openchamber ) / [Open VSX Registry ](https://open-vsx.org/extension/FedaykinDev/openchamber ) or search "OpenChamber" in Extensions.
2025-12-13 16:34:17 +02:00
2025-12-07 19:32:53 +02:00
### CLI (Web Server)
```bash
2025-12-19 19:57:18 +02:00
# Quick install (auto-detects your package manager)
curl -fsSL https://raw.githubusercontent.com/btriapitsyn/openchamber/main/scripts/install.sh | bash
2025-12-07 19:32:53 +02:00
2025-12-19 19:57:18 +02:00
# Or install manually
2025-12-26 16:45:30 +02:00
bun add -g @openchamber/web # or npm, pnpm, yarn
2025-12-19 19:57:18 +02:00
```
```bash
2025-12-07 19:32:53 +02:00
openchamber # Start on port 3000
openchamber --port 8080 # Custom port
openchamber --daemon # Background mode
openchamber --ui-password secret # Password-protect UI
openchamber stop # Stop server
2025-12-19 19:57:18 +02:00
openchamber update # Update to latest version
2025-12-07 19:32:53 +02:00
```
### Desktop App (macOS)
Download from [Releases ](https://github.com/btriapitsyn/openchamber/releases ).
## Prerequisites
2025-12-21 03:03:26 +02:00
- [OpenCode CLI ](https://opencode.ai ) installed
- Node.js 20+ (for web version)
2025-12-07 19:32:53 +02:00
See [CONTRIBUTING.md ](./CONTRIBUTING.md ) for guidelines.
## Tech Stack
React 19, TypeScript, Vite 7, Tailwind CSS v4, Zustand, Radix UI, @opencode -ai/sdk, Express, Tauri (desktop)
## Acknowledgments
Independent project, not affiliated with OpenCode team.
**Special thanks to:**
- [OpenCode ](https://opencode.ai ) - For the excellent API and extensible architecture
- [Flexoki ](https://github.com/kepano/flexoki ) - Beautiful color scheme by [Steph Ango ](https://stephango.com/flexoki )
2025-12-14 02:29:46 +02:00
- [Pierre ](https://pierrejs-docs.vercel.app/ ) - Fast, beautiful diff viewer with syntax highlighting
2025-12-07 19:32:53 +02:00
- [Tauri ](https://github.com/tauri-apps/tauri ) - Desktop application framework
- [David Hill ](https://x.com/iamdavidhill ) - who inspired me to release this without [overthinking ](https://x.com/iamdavidhill/status/1993648326450020746?s=20 )
- My wife, who created a beautiful firework animation for the app while testing it for the first time
## License
MIT