Files
openchamber/packages/docs/content/docs/install.mdx
T

34 lines
1.0 KiB
Plaintext
Raw Normal View History

---
title: Install
description: Install OpenChamber for desktop, web, or VS Code.
---
# Install
There are three ways to run OpenChamber:
- desktop app for macOS
- web app hosted by the CLI, which you can install like a phone app (a PWA)
- VS Code extension
## Prerequisite
Install [OpenCode](https://opencode.ai) first — OpenChamber runs on top of it.
## Web + PWA
```bash
curl -fsSL https://raw.githubusercontent.com/openchamber/openchamber/main/scripts/install.sh | bash
openchamber --ui-password be-creative-here
```
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.
## Desktop
Download the latest desktop build from the GitHub releases page or the OpenChamber download page. Open it and sign into your usual OpenCode workflow.
## VS Code
Install from the VS Code Marketplace and sign into your usual OpenCode workflow. The OpenChamber view then opens in the sidebar.