2026-01-15 00:49:58 +02:00
# <picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/btriapitsyn/openchamber/raw/HEAD/docs/references/badges/openchamber-logo-dark.svg"><img src="https://github.com/btriapitsyn/openchamber/raw/HEAD/docs/references/badges/openchamber-logo-light.svg" width="32" height="32" align="absmiddle" /></picture> @openchamber/desktop
[](https://github.com/btriapitsyn/openchamber/stargazers)
[](https://github.com/btriapitsyn/openchamber/network/members)
[](https://github.com/btriapitsyn/openchamber/releases/latest)
[](https://opencode.ai)
[](https://zread.ai/btriapitsyn/openchamber)
[](https://discord.gg/ZYRSdnwwKA)
[](https://ko-fi.com/G2G41SAWNS)
2025-12-07 19:32:53 +02:00
Desktop application for the [OpenCode ](https://opencode.ai ) AI coding agent. Built with Tauri.
2025-12-21 16:21:10 +02:00
For the full project overview and screenshots, see the main repo:
https://github.com/btriapitsyn/openchamber
2025-12-07 19:32:53 +02:00
## Installation
Download from [Releases ](https://github.com/btriapitsyn/openchamber/releases ).
Currently available for macOS (Apple Silicon).
## Prerequisites
2025-12-21 16:21:10 +02:00
- [OpenCode CLI ](https://opencode.ai ) installed (`opencode` )
- OpenCode server running (`opencode serve` )
2025-12-07 19:32:53 +02:00
## Features
2025-12-21 16:21:10 +02:00
### Core UI
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 16:21:10 +02:00
- Rich permission cards with syntax-highlighted operation previews
- Per-agent permission modes (ask/allow/full) per session
2026-01-01 16:18:05 +02:00
- Multi-agent runs from a single prompt (isolated worktrees)
2025-12-21 16:21:10 +02:00
- 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
### Desktop (macOS)
- Native macOS menu bar integration with app actions
- First-launch directory picker to minimize permission prompts
2025-12-07 19:32:53 +02:00
## Development
```bash
git clone https://github.com/btriapitsyn/openchamber.git
cd openchamber
2025-12-26 16:45:30 +02:00
bun install
bun run desktop:dev
2025-12-07 19:32:53 +02:00
```
## License
MIT