OpenChamber

Active
GitHub TypeScript MIT

Description

Desktop and web interface for OpenCode AI agent, providing a graphical UI for managing agent sessions, MCP server configurations, and task execution.

Key Features

  • Cross-device continuity: start a session in TUI, continue on tablet/phone, return to terminal with same state
  • Branchable chat timeline with /undo, /redo, and one-click forks from earlier conversation turns
  • Smart tool UIs for diffs, file operations, permissions, and long-running task progress visualization
  • Git workflows built-in: identities, commits, PR creation, checks, and merge actions all in-app
  • Cloudflare tunnel integration with QR code onboarding for instant remote access from any device
  • Floating Mini Chat on desktop for an always-on-top assistant alongside editor, browser, or terminal

Use Cases

💡 Remote AI coding sessions accessed from any device via browser with Cloudflare tunnel
💡 Code review workflows using in-app diff views, inline comment drafts, and PR management
💡 Multi-agent parallel runs with isolated worktrees for safe side-by-side comparisons
💡 Development server management with one-click project actions and SSH port forwarding
💡 GitHub-native workflows starting sessions from issues and pull requests with attached context

Categories

Quick Start

Prerequisite: install OpenCode CLI from opencode.ai. Desktop: download from GitHub Releases. Web: run opencode and scan the QR code displayed. VS Code: install 'OpenChamber' from the marketplace. Start a session and OpenChamber provides the visual interface for your AI agent.

Related Projects