2026-03-15 03:30:35 +02:00
---
title: Install
description: Install OpenChamber for desktop, web, or VS Code.
---
# Install
2026-05-23 02:43:34 +03:00
There are three ways to run OpenChamber:
2026-03-15 03:30:35 +02:00
- desktop app for macOS
2026-05-23 02:43:34 +03:00
- web app hosted by the CLI, which you can install like a phone app (a PWA)
2026-03-15 03:30:35 +02:00
- VS Code extension
## Prerequisite
2026-05-23 02:43:34 +03:00
Install [OpenCode](https://opencode.ai) first — OpenChamber runs on top of it.
2026-03-15 03:30:35 +02:00
## Web + PWA
```bash
curl -fsSL https://raw.githubusercontent.com/openchamber/openchamber/main/scripts/install.sh | bash
openchamber --ui-password be-creative-here
```
2026-05-23 02:43:34 +03:00
Open the URL the CLI prints (usually `http://localhost:3000`). You should see the OpenChamber session list. To keep it handy, use your browser's "Install" option in the address bar to add it as an app.
2026-03-15 03:30:35 +02:00
## Desktop
2026-05-23 02:43:34 +03:00
Download the latest desktop build from the GitHub releases page or the OpenChamber download page. Open it and sign into your usual OpenCode workflow.
2026-03-15 03:30:35 +02:00
## VS Code
2026-05-23 02:43:34 +03:00
Install from the VS Code Marketplace and sign into your usual OpenCode workflow. The OpenChamber view then opens in the sidebar.