Track and visualize your Claude API spending across projects and models with charts and export options.
Resume interrupted coding sessions and search through past Claude Code work without losing context.
Create and run custom AI agents with specific instructions and behaviors as background processes.
Save checkpoints during coding sessions and jump back to earlier states like version control for AI work.
Requires Anthropic API key and Tauri/Rust build toolchain setup.
opcode is a desktop application that wraps Claude Code, Anthropic's command-line AI coding assistant, in a visual user interface. The README describes it as a "command center" that bridges the gap between using Claude Code in a terminal and a graphical experience designed to make AI-assisted development more intuitive. The project is built with Tauri 2, a framework for building native desktop apps with web technologies, with TypeScript on the front end and Rust on the back end. The application gives you a visual browser for your Claude Code projects and previous sessions, letting you search, open, and resume past coding conversations with their full context. A feature called CC Agents lets you create custom specialised assistants, each with its own name, system prompt, model choice, and permission settings for file access and network use, and run them as background processes so the main app stays responsive. Every run is logged with timing and cost information. A usage analytics dashboard tracks your API spend and token consumption, broken down by model, by project, and over time, with charts and exportable data. There is a manager for MCP (Model Context Protocol) servers, including the ability to import server configurations from Claude Desktop. A timeline feature lets you create checkpoints during a coding session, jump back to any of them with one click, fork a session into a new branch, and diff what changed between checkpoints. A built-in editor with live preview and syntax highlighting helps you manage CLAUDE.md project-instruction files. The README notes that opcode is an independent project, not affiliated with or endorsed by Anthropic. It requires the Claude Code CLI to be installed separately. The full README is longer than what was provided.
Generated 2026-05-21 · Model: sonnet-4-6 · Verify against the repo before relying on details.