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` )
2025-12-07 19:32:53 +02:00
## Features
2025-12-21 16:21:10 +02:00
### Core UI
2026-02-17 19:36:19 +02:00
- Branchable chat timeline with `/undo` , `/redo` , and one-click forks from earlier turns
- Smart tool UIs for diffs, file operations, permissions, and long-running task progress
- Multi-agent runs from one prompt with isolated worktrees for safe comparisons
- Git workflows in-app: identities, commits, PR creation, checks, and merge actions
- Context visibility tools (token/cost breakdowns, raw message inspection, and activity summaries)
- Integrated terminal with per-directory sessions and stable performance on heavy output
2025-12-21 16:21:10 +02:00
### Desktop (macOS)
2026-02-17 19:36:19 +02:00
- Native macOS menu integration with polished app actions and deep-link handling
- Multi-window support for parallel project/session workflows
- "Open In" shortcuts for Finder, Terminal, and your preferred editor
- Fast switching between local and remote instances
- Workspace-first startup flow with directory picker and steadier window restore behavior
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