37 lines
850 B
Markdown
37 lines
850 B
Markdown
# @openchamber/desktop
|
|
|
|
Desktop application for the [OpenCode](https://opencode.ai) AI coding agent. Built with Tauri.
|
|
|
|
## Installation
|
|
|
|
Download from [Releases](https://github.com/btriapitsyn/openchamber/releases).
|
|
|
|
Currently available for macOS (Apple Silicon).
|
|
|
|
## Prerequisites
|
|
|
|
- [OpenCode CLI](https://opencode.ai) installed
|
|
|
|
## Features
|
|
|
|
- Native macOS app with auto-updates
|
|
- Integrated terminal
|
|
- Git operations with identity management and AI commit message generation
|
|
- Beautiful themes (Flexoki Light/Dark)
|
|
- Rich permission cards with syntax-highlighted operation previews
|
|
- Smart tool visualization (inline diffs, file trees, results highlighting)
|
|
- Per-agent permission mode control
|
|
|
|
## Development
|
|
|
|
```bash
|
|
git clone https://github.com/btriapitsyn/openchamber.git
|
|
cd openchamber
|
|
pnpm install
|
|
pnpm run desktop:dev
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|