Run Claude Code or OpenAI Codex through a visual desktop app instead of a terminal, with real-time file and diff previews.
Let an AI agent work on your codebase in a safe isolated copy, then review and commit only the changes you approve.
Set up automated coding workflows triggered by GitHub, Linear, or Slack events without writing glue code.
Run AI coding sessions in a cloud sandbox that continues working even when your laptop is closed.
Requires Bun installed to build from source, or a paid subscription at 1code.dev for pre-built downloads and cloud background agents.
1Code is an open-source desktop application that provides a unified interface for running AI coding agents, including Claude Code and OpenAI Codex. Instead of running these agents from the command line, you interact with them through a visual app that shows you what the agent is doing in real time, including which files it is editing, what terminal commands it is running, and what changes it is making before they are applied. A central feature is git worktree isolation. When you start a chat session with an agent, the app creates a separate isolated copy of your codebase for that session. This means the agent works without touching your main branch or interfering with other work, and you can review and roll back changes from any point in the conversation. The app includes a built-in git client for staging, committing, and pushing changes to GitHub, a file viewer with keyboard search, an integrated terminal, and diff previews that show exactly what the agent changed. There is also a plan mode where the agent asks clarifying questions and produces a step-by-step plan for your review before it starts making any changes. Background agents are supported: these run in cloud sandboxes and continue working even when your laptop is closed. The app also exposes an API so you can trigger agents programmatically from other tools, and it supports automations that fire based on events in GitHub, Linear, or Slack. You can build the app from source using Bun and a few prerequisites, or subscribe at 1code.dev for pre-built downloads and background agent access. The project is released under the Apache 2.0 license.
← 21st-dev on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.