What coding agents does Clor run?
Clor runs the official Claude Code and Codex CLIs behind its own web interface. Their native TUIs are also available in web-based terminals.
Ship faster and more reliably with isolated agentic development environments
Clor runs the official Claude Code and Codex CLIs behind its own web interface. Their native TUIs are also available in web-based terminals.
A runner is the machine that runs your spaces. It can be your own Mac or Linux machine, or a cloud runner you create. Each runner manages the containers and processes for the spaces assigned to it.
Sign in with your existing Claude or OpenAI account, or provide an Anthropic or OpenAI API key. Credentials are automatically synced across local and hosted runners.
No. Clor runs the agent on your selected runner. Claude Code connects directly to Anthropic, and Codex connects directly to OpenAI. Clor does not proxy, resell, or mark up that traffic.
Container-backed spaces have isolated filesystems, processes, ports, dependencies, and Git checkouts. Docker or OrbStack provides the container runtime. On macOS, containers run inside a Linux virtual machine. Spaces can also run directly on a host.
Isolation is primarily an operational boundary, not a sandbox for a malicious agent. Prompt injection remains possible, but it is a much smaller practical risk with strong current models. Containers let agents work independently and keep a bad Bash command from deleting files on your computer or trampling another agent's checkout.
Each container-backed space has its own checkout, processes, ports, and dependencies. Agents in separate spaces do not share these resources. Agents in the same space share its working tree.
No. Clor uses a separate Git checkout and, by default, a separate container for each space. You can create worktrees inside a space if needed.
The working tree stays on the local or hosted runner executing the space. Clor stores the space configuration, not a copy of its checkout. Agent transcripts may contain code and are stored in memory for session history and search.
Clor stores agent sessions and wiki documents, Git repositories, Drive files, secrets, and published sites. Delete resources through the CLI or web interface. Session retention depends on your Team tier; wiki documents persist until deleted.
Agent credentials are encrypted at rest with AES-256-GCM and a per-secret key derived with HKDF-SHA256. Clor decrypts a credential only to deliver it to an authorized space.
Local runners are free. Add hosted runners whenever you want more power.
Already have an account? Sign in
By continuing, you agree to our Terms of Service and Privacy Policy.