๐บ๐ธ English | ๐ง๐ท Portuguรชs | ๐ช๐ธ Espaรฑol | ๐ซ๐ท Franรงais | ๐ฉ๐ช Deutsch
The official-unofficial lightweight desktop launcher for OpenChamber.
A high-performance, secure, and cross-platform container for your OpenCode AI environment.
You need to have OpenCode installed separately. This script only installs the OpenChamber Desktop launcher, not OpenCode itself.
Install OpenCode first:
# Via Bun (recommended)
curl -fsSL https://bun.sh/install | bash
bun install -g @openchamber/web
# Or via npm
npm install -g @openchamber/webWindows (PowerShell - Admin):
irm https://raw.githubusercontent.com/aencyorganization/openchamber-desktop/main/scripts/install.ps1 | iexLinux / macOS (Bash):
curl -fsSL https://raw.githubusercontent.com/aencyorganization/openchamber-desktop/main/scripts/install.sh | bashWindows:
irm https://raw.githubusercontent.com/aencyorganization/openchamber-desktop/main/scripts/update.ps1 | iexLinux / macOS:
curl -fsSL https://raw.githubusercontent.com/aencyorganization/openchamber-desktop/main/scripts/update.sh | bashWindows:
irm https://raw.githubusercontent.com/aencyorganization/openchamber-desktop/main/scripts/uninstall.ps1 | iexLinux / macOS:
curl -fsSL https://raw.githubusercontent.com/aencyorganization/openchamber-desktop/main/scripts/uninstall.sh | bash| Feature | Description |
|---|---|
| ๐ฏ Smart Package Manager | Automatically selects the best available runtime (Bun โ pnpm โ npm). |
| ๐จ Modern Shortcuts | Native desktop entries with proper icons and OS integration. |
| โก Single Instance | Ensures only one window runs at a time. |
| ๐ Auto-Detection | Automatically locates openchamber in your system PATH. |
| ๐ Secure Sandbox | Runs the web interface in a hardened iframe. |
| ๐งน Lifecycle Management | Automatically terminates all processes when you close the app. |
If you prefer manual control:
Bun:
bun install -g openchamber-desktopNPM:
npm install -g openchamber-desktopPNPM:
pnpm add -g openchamber-desktopOnce installed:
ocd- Launches the application (shorthand)openchamber-desktop- Launches the application
| Shortcut (PC) | Shortcut (Mac) | Action |
|---|---|---|
F11 |
F11 |
Toggle Fullscreen |
Ctrl + + |
Cmd + + |
Zoom In |
Ctrl + - |
Cmd + - |
Zoom Out |
Ctrl + 0 |
Cmd + 0 |
Reset Zoom |
Ctrl + Q |
Cmd + Q |
Quit |
Problem: App says "OpenChamber not found"
Solution:
# Install OpenCode first
bun add -g @openchamber/web
# or
npm install -g @openchamber/webProblem: Port conflicts
Solution:
# Kill process on port 1504
lsof -ti:1504 | xargs kill -9# Clone & Install
git clone https://github.com/aencyorganization/openchamber-desktop.git
cd openchamber-desktop
bun install
# Run Development Mode
bun run devSee CONTRIBUTING.md
GNU General Public License v3.0 (GPL-3.0)
See LICENSE
Made with ๐ by Aency Organization