Skip to content

Introduction

clauderon manages AI coding agent sessions from one place — terminal, browser, or phone.

Run Claude Code, Codex, and Gemini side by side. Monitor from any device. Switch backends for different isolation needs. Agents never see your credentials — the proxy injects tokens at request time.

Features

  • Agents: Claude Code (default), Codex, Gemini
  • Interfaces: TUI, Web UI (localhost:3030), Mobile, CLI
  • Backends: Zellij (lightweight, host tools) or Docker (full isolation)
  • Security: Zero-credential proxy with TLS interception, audit logging, 1Password support
  • Persistence: SQLite storage, session archiving, resume across restarts

TUI Session List

Web Dashboard

Architecture

┌─────────────────────────────────────────────────┐
│ clauderon daemon │
├─────────────────────────────────────────────────┤
│ HTTP API :3030 │ Proxy │ Session Manager │
└─────────────────────────────────────────────────┘
│ │ │
▼ ▼ ▼
Web/Mobile/TUI Credential Docker/Zellij
Injection Backends

Quick Example

Terminal window
clauderon daemon
clauderon create --repo ~/my-project --prompt "Fix the login bug"
clauderon list
clauderon attach <session-name>

Next: Installation