Files
openchamber/packages/docs/content/docs/updates.mdx
T
Bohdan Triapitsyn 967704a9b9 docs: add OpenChamber feature docs and translations (#1400)
* docs: add OpenChamber feature docs and translations

Add 30 new docs pages covering OpenChamber-specific workflows and setup:
OpenCode server, providers/models/agents, MCP, skills, commands & snippets,
usage, projects, context, notes/todos/plans, scheduled tasks, project actions,
preview, worktrees, multi-run, git & GitHub, magic prompts, git identities,
mobile/PWA, security, notifications, voice, project icons, remote instances,
desktop browser, updates, and three troubleshooting pages.

Rebuild sidebar into eight task-oriented sections and translate every new
page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl).

* docs: surface new sections on homepage and cross-link tunnels

Add an Explore block to the docs homepage (all seven locales) linking to
the new section anchors, and cross-link the Tunnels page to Security and
PWA & Mobile.
2026-05-24 14:15:55 +03:00

32 lines
1.2 KiB
Plaintext

---
title: Updates
description: Keep OpenChamber up to date on desktop, web, and VS Code.
---
# Updates
How you update OpenChamber depends on how you installed it. In every case you can check your current version at **Settings → OpenChamber → About**.
## Desktop app
The desktop app checks for updates against GitHub releases. When one is available, OpenChamber tells you, downloads it when you choose, and installs it on the next restart. You're always in control — nothing installs without your say-so.
## Web / CLI
If you installed the CLI, update it from **About** with the check and update buttons, or from the terminal:
```bash
openchamber update
```
OpenChamber detects how it was installed (npm, pnpm, yarn, or bun) and runs the right update for you.
## The OpenCode server
OpenChamber and OpenCode update separately. When a new OpenCode version is available, OpenChamber offers to update it and restarts the server afterward. See [OpenCode Server](/opencode-server/) for how that server is managed.
## Related
- [Install](/install/) — how each app is installed in the first place
- [OpenCode Server](/opencode-server/) — updating the underlying server