Now in public beta

The command center for
AI-assisted development

Run dozens of Claude Code instances in parallel. Monitor them in real-time. Access them from anywhere. One dashboard to rule them all.

Terminal
$ |

Built for developers who ship with Claude Code

tmux
ttyd
Node.js
Express
GitHub
Fly.io
Chrome
macOS
Multi-Session Management

Run an army of Claudes.
From a single tab.

Each Claude Code instance runs in its own isolated tmux session with a dedicated git worktree. Start a dozen sessions across different repos and branches. Watch them all work in parallel. See real-time CPU, memory, and uptime for every process tree.

  • One-click workspace creation from any GitHub repo
  • Automatic git worktree isolation per branch
  • Real-time resource monitoring across process trees
  • Session history with instant resumption
Klaudii
+ New Session
running api-server feature/auth
CPU 34% MEM 287MB 2h 14m
clean 3 unpushed
Terminal Stop Open
running frontend redesign-v2
CPU 12% MEM 154MB 45m
4 changed 1 unpushed
Terminal Stop Open
stopped ml-pipeline data-cleanup
idle
Continue History
Web Terminal Access

See exactly what
Claude sees.

Every running session has a full web terminal powered by ttyd. Watch Claude work in real-time, send input when needed, and never leave your browser. Works on desktop and mobile Safari.

  • Full tmux terminal in the browser via ttyd
  • Real-time streaming of Claude's output
  • Interactive — send commands, approve actions
  • iOS Safari compatible for mobile access
api-server (feature/auth)
Claude I'll implement the JWT authentication middleware. Let me start by reading the existing auth setup.
Read: src/middleware/auth.ts
Read: src/config/jwt.ts
Claude I see the current implementation uses session-based auth. I'll add JWT as an alternative.
Write: src/middleware/jwt-auth.ts
Edit: src/routes/api.ts (3 changes)
Claude Now let me add the token refresh endpoint and update the tests.
Write: src/routes/auth/refresh.ts
Bash: npm test -- --grep "auth"
12 passing (0.8s)
Git-Native Workflow

Every branch gets
its own universe.

Klaudii uses git worktrees to give each branch a completely isolated working directory. No stashing. No conflicts. Just click a repo, name a branch, and Claude starts working in a clean, isolated checkout.

  • Automatic worktree creation from GitHub repos
  • Real-time git status on every workspace card
  • Safe removal: won't delete with uncommitted work
  • Direct links to GitHub repos and branches
my-saas-app
feature/auth running
fix/payment-bug running
refactor/database stopped
test/e2e-coverage stopped
Permission Controls

Trust levels
per workspace.

Not every project deserves the same level of autonomy. Set permission modes per workspace: let Claude go full speed on personal projects, require approval on client work, and lock down read-only for analysis tasks.

  • Yolo — Claude auto-approves everything. Max speed.
  • Ask — Claude prompts for each action. Human in the loop.
  • Strict — Read-only tools only. Maximum safety.
personal-blog
Yolo Ask Strict
Claude runs unattended. Ship fast, fix later.
client-portal
Yolo Ask Strict
Claude pauses for approval on each action.
prod-database
Yolo Ask Strict
Read-only. Claude can look but not touch.
Kloud Konnect

Access your Klaudii
from anywhere.

No port forwarding. No VPN. No Tailscale. Just open your browser and connect to your home machine with zero-trust end-to-end encryption.

Your phone
AES-256-GCM encrypt
Encrypted blob
Relay
Sees nothing
Encrypted blob
Your Mac
AES-256-GCM decrypt

Zero-trust encryption

Every API request is encrypted with AES-256-GCM using keys derived via HKDF. The relay is a dumb pipe — it forwards encrypted blobs it can never read.

QR code pairing

Pair your phone in seconds. The 256-bit connection key transfers via QR code and never touches the relay. Scan once, connected forever.

Ed25519 authentication

Your server proves its identity using Ed25519 signatures. No shared secrets, no passwords. Cryptographic verification on every connection.

Access from any device

Phone, tablet, office laptop, coffee shop WiFi — sign in with Google, pick your server, and you're looking at your dashboard. Works everywhere.

Chrome Extension

Manage sessions
without leaving the browser.

The Klaudii side panel lives right in Chrome. See all your workspaces, start and stop sessions, jump to terminals, and auto-rename your claude.ai tabs so you actually know which conversation is which.

  • Side panel with all workspace status at a glance
  • One-click session switching in your browser
  • Auto-renames claude.ai tabs to repo (branch) format
  • Session history and resumption from the panel
Klaudii
Connected
running api-server
feature/auth
Open Terminal Stop
running frontend
redesign-v2
Open Terminal Stop
stopped ml-pipeline
data-cleanup
Continue History
30s
Install time
256-bit
AES-GCM encryption
0
Ports to forward
Parallel sessions
Get Started

One command.
That's it.

Install Klaudii on your Mac, open your browser, and start running Claude Code sessions. The whole thing takes about 30 seconds.

Terminal
$ curl -fsSL https://klaudii.com/setup.sh | bash
1

Install

The script checks for Node.js, installs tmux and ttyd via Homebrew, sets up a launchd agent that auto-starts on login, and opens your dashboard.

2

Create a workspace

Click + New Session, pick a GitHub repo, name a branch. Klaudii clones, creates a worktree, and starts Claude automatically.

3

Go remote (optional)

Click Kloud Konnect, scan the QR code on your phone, and access your entire dashboard from anywhere with E2E encryption.

Requirements

macOS 12+ Node.js 18+ Homebrew Claude Code CLI GitHub CLI (gh)
Pricing

Free to start.
Pro when you're ready.

Klaudii runs locally on your Mac for free. Kloud Konnect, the Chrome extension, and the iOS app unlock the full experience.

Free
$0
forever
  • Unlimited local sessions
  • Web terminal access
  • Git-native workflow
  • Resource monitoring
  • Session history & resumption
  • Permission controls
  • GitHub integration
  • macOS menu bar app
Install free
Pro
$4.95
per month
  • Everything in Free, plus:
  • Kloud Konnect remote access
  • Chrome extension
  • iOS app
  • E2E encrypted cloud relay
  • QR code pairing
  • Multi-device access
  • Priority support
Start free trial
Under the Hood

Simple architecture.
Serious power.

Klaudii is a lightweight Node.js server that orchestrates tmux, ttyd, and git. No Docker. No Kubernetes. No cloud dependency. Just your Mac doing what it does best.

Browser
Dashboard UI
Chrome Extension
Kloud Konnect
Server
Express API
Session Tracker
Process Monitor
System
tmux sessions
ttyd terminals
git worktrees
Claude Code CLI

Stop juggling terminal tabs.
Start orchestrating.

Install Klaudii in 30 seconds and turn your Mac into a multi-Claude development powerhouse.