The web UI that makes Claude Code and Codex easier to manage. Organize projects, archive threads, drag-and-drop everything — without leaving the browser.
How it works
CodeForge sits between your team and the AI provider APIs. You control the infrastructure.
One command to get started. Or download the desktop app for macOS, Linux, and Windows.
npx codeforge-chat
Log in to your existing OpenAI or Anthropic account through the CLI. CodeForge uses your local credentials — keys never leave your machine.
Navigate to your server's URL, start a session, pick a model, and begin pair-programming with an AI agent. Share the URL with your team.
Skill Manager
Organize slash commands and custom skills. Project-scoped or global — invoke them from any thread.
Comparison
| CodeForge | T3 Code | Claude Code CLI | Cursor | |
|---|---|---|---|---|
| Skills management | Full CRUD | No | No | Rules files |
| Full-text thread search | FTS with ranking | No | No | Basic |
| Thread archiving | Yes | No | No | No |
| Pin messages | Sidebar panel | No | No | No |
| Inline file diffs | In chat | No | Yes | Yes |
| Browser-based | Any device | Yes | Terminal | Desktop app |
| Open source | Yes | Yes | Yes | No |
| No per-seat license | Yes | Yes | Yes | No |
Features
Claude Code and Codex are powerful in the terminal. CodeForge adds the workspace layer on top — project organization, visual history, and the management tools you need as usage grows.
See file changes as inline diffs right in the conversation. Open terminals alongside your chat — no context-switching between windows.
Organize reusable AI skills into a library your agents can invoke on demand. Extend what your coding agents can do without switching tools.
All your projects in one sidebar. Drag-and-drop to reorder, archive threads you're done with, multi-select for batch ops, and pin important messages. No more terminal tab chaos.
Define project-specific shortcuts that trigger common workflows with one click. Run tests, deploy, lint — whatever your project needs, without retyping prompts.
Stage files selectively, commit with a message, push, and open a pull request — all without leaving the chat. The full git workflow, streamlined.
No telemetry, no analytics, no phone-home. Runs entirely on your machine. Your data flows directly to the AI provider you choose.
Use cases
Your source code never leaves your machine. Run entirely locally or behind your VPN. Satisfy InfoSec reviews that block cloud-based coding tools.
Skip per-seat IDE licenses. Pay only for the API tokens you use. Give every engineer access to coding agents without blowing your tooling budget.
Spin up isolated instances per engagement. Keep client code separated. Tear down when the project ends. No data lingers in a vendor's cloud.
Inspect every line. Audit the data flow. Contribute features. The code is the product.
View on GitHubFAQ
CodeForge supports both OpenAI Codex and Claude today, with more providers on the roadmap. You use your own API credentials and can switch between providers freely.
Run npx codeforge-chat, download the desktop app, or clone the repo. It
starts the server and opens the UI in your browser. Available for macOS, Linux, and
Windows.
CodeForge runs entirely on your infrastructure. Code context is sent to the AI provider you choose for processing, but never passes through CodeForge servers — because there are none. You host everything.
CodeForge is open source and free to use. The source code is fully available. A managed hosted version with team features is on the roadmap.
CodeForge gives you session management, conversation history, file context, and a polished UI on top of raw APIs. It's the interface layer your team needs to use coding agents productively.
One command to get started. Or clone the repo for development.
npx codeforge-chat
Open source · MIT License · No account required