Private Preview Cohort 2026.1 • Native macOS

The Desktop Cockpit for
AI Coding Agents

Run, observe, and supervise concurrent CLI agent sessions from a single unified cockpit. Private on-device session management with Keystone supervision.

CLIA Cockpit — Concurrent Sessions (3 Active)
Keystone Active
  • feature/auth-service
    agent-1 • refactoring JWT handlers
  • fix/db-migrations
    agent-2 • analyzing schema diff
  • test/vitest-suite
    agent-3 • 42 tests passing
feature/auth-service
zsh Claude 3.7 Sonnet Local Sandbox
user@macOS:~/repository/fleetview$ clia session attach --id session-auth
[CLIA Supervisor] Session attached. Streaming agent logs...
[Agent-1] Reading src/auth/jwt.ts...
[Agent-1] Modifying token verification middleware (Line 42-65)
[Keystone Audit] Verification check passing. No secret leaks detected.
[Agent-1] Executing `pnpm test:auth`...
100%
Local Data Privacy
10x
Concurrent Agent Velocity
0 ms
Cloud Code Streaming Latency
macOS
Native M1/M2/M3 Architecture

Built for Engineers Managing Multiple Agents

Stop juggling background terminal tabs. Control every running CLI agent session from one centralized supervisor.

🚀

Concurrent Session Cockpit

Launch, observe, pause, and switch between dozens of AI coding sessions simultaneously. Isolate context across feature branches effortlessly.

🛡️

Keystone Supervision

Real-time guardrails and recaps for agent activity. Get automatic safety checks, file mutation audits, and summary recaps before changes land.

🔒

Zero-Trust Local Privacy

CLIA keeps working data strictly on your Mac. It connects to third parties only for features you explicitly enable or invoke.

⌨️

Keyboard Cockpit Control

Navigate sessions, inspect command outputs, view git diffs, and approve prompt execution using lightning-fast native macOS hotkeys.

Native CLI Agent Integration

Seamlessly integrates with your favorite coding tools (Claude Code, Antigravity, Aider, custom agent scripts, and shell instances).

📜

Unified Artifacts & Logs

Persistent structured logs, diff history, and artifact viewer so you never lose track of what an agent changed or generated.

Experience the Cockpit Workflow

Designed from the ground up to keep you in total flow while supervising autonomous coding sessions.

Safety First

Supervise Agent Actions in Real-Time

Keystone acts as your co-pilot supervisor, providing instant visual feedback on file mutations, command execution, and code changes made by agents across all active workstreams.

  • ✓ Live execution bounds & command whitelisting
  • ✓ Automatic error trace extraction
  • ✓ Non-destructive rollback & snapshot points
Keystone Event Audit
[10:14:02] AGENT_EXEC pnpm run test:unit
[10:14:03] MUTATION_DETECTED src/services/auth.ts (+14 lines, -2 lines)
[10:14:05] KEYSTONE_VERIFY Code linting clean. No secret patterns detected.
[10:14:06] STATUS Agent 1 awaiting user approval for git commit.
Privacy Guarantee

Your Code Never Leaves Your Mac

Unlike web-hosted orchestrators, CLIA operates entirely locally. Working session state, terminal history, and source files remain encrypted on your device.

  • ✓ No telemetry on prompts or source code
  • ✓ Local SQLite state storage
  • ✓ Direct local socket RPC protocol
CLIA Local Architecture
┌─────────────────────────────────────────┐
│               CLIA Cockpit               │
├─────────────────────────────────────────┤
│ [Local IPC] ──> [Mac File System]       │
│ [Local DB]  ──> SQLite Encrypted Data   │
│ [Network]   ──> Only explicit API keys  │
└─────────────────────────────────────────┘
Productivity

Instant Artifact & Diff Inspection

Preview generated files, markdown plans, and git diffs side-by-side without leaving your terminal cockpit workspace.

  • ✓ Side-by-side colorized diff view
  • ✓ Single-click artifact exports
  • ✓ History timeline of agent outputs
Git Diff Inspector
- const secret = "raw_hardcoded_key";
+ const secret = process.env.AUTH_SECRET;
+ if (!secret) throw new Error("Missing AUTH_SECRET");

Simple, Transparent Pricing

Get early access to CLIA today and support independent software development.

Beta Preview

Join the queue for free early access testing.

$0 / free
  • ✓ Access to macOS Private Preview build
  • ✓ Unlimited local sessions
  • ✓ Keystone supervision engine
  • ✓ Community Discord support

Frequently Asked Questions

Everything you need to know about CLIA and getclia.com

CLIA is currently available as a native desktop application for macOS (Apple Silicon M1/M2/M3/M4 & Intel). Windows and Linux support are planned for late 2026.

CLIA stores all session logs, terminal outputs, and working data locally on your device in an encrypted database. It connects only to the CLI agents or APIs that you explicitly configure. Your source code is never sent to our servers.

When you purchase the Founders License, you immediately receive a license key via email. This key grants instant priority entry into the private beta releases and unlocks all v1.0 features with lifetime updates.

CLIA works with any command-line agent or tool! This includes Claude Code CLI, Aider, Antigravity, OpenHands, custom Python/Node scripts, and standard shell sessions.