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 0.0.26
✳ 30% ⚙ 17% ✦ 21%
CLIA Icon (0.0.26)
1 working 0 need you 6 idle
feat/prompt-completion Idle
>_
217.8k in | 25.2k out | 16.4k thinking
Bash(git diff) (ctrl+o to expand)

I have updated prompt completion handling so that sessions for Antigravity, Claude, Aider, and Qwen transition to Completed (Done) instead of remaining idle when a prompt turn finishes, matching the behavior of Codex sessions:

### Summary of Changes
  1. Provider State Resolution (state.ts):
    • checkAntigravityTranscript: Returns { state: 'completed' } when an Antigravity prompt turn finishes.
    • resolveProviderState: Fallback for finished PTY sessions now resolves to 'completed'.
  2. Claude Daemon & Hook Integration:
    • Maps raw.status === 'idle' from Claude agents to 'completed'.
  3. Keystone Nudging & UI Alignment:
    • Considers non-Claude keystone sessions in 'completed' state ready for autonomous nudging.
  4. Tests (providerState.test.ts):
    • Added unit test cases across all provider types. All 555 test suite checks pass.
> did this get committed, pushed and PRs?
4.1k in | 168 out | 103 thinking
Bash(git log -n 3) (ctrl+o to expand)

No, the changes are currently modified in your working tree on branch feat/prompt-completion and have not been committed, pushed, or opened as a PR yet.

Here is the current status:

  • Branch: feat/prompt-completion
  • Modified files:
    • src/main/fleet.ts
    • src/main/providers/state.ts
    • test/main/providerState.test.ts

Would you like me to commit these changes, push the branch, and open a PR for you now?

>
feat/prompt-completion
Claude 3.7 Running for 14m
getclia
CLIA-104

Desktop Multi-Agent Orchestration Cockpit

Working Directory
~/repository/getclia-app
Git Worktree & Status
feat/prompt-completion main checkout
Status: Dirty (uncommitted)
PR:
Commit: feat(providers): resolve prompt turn completion state
Context & Tokens
Metric Tokens Share
Used Context 84.2k 42.1%
Remaining Space 115.8k 57.9%
Total Capacity 200.0k 100.0%
Total Tokens: 259.4k
In: 217.8k Out: 25.2k Cache: 16.4k
Est. Cost: $0.42
Artifacts
No artifacts yet
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.