Open Source · Apache 2.0
Control AI coding sessions remotely — from your phone, tablet, or any browser. Choose your agent, set permissions, approve actions, track costs, and manage multiple sessions. All with biometric security.
Features
Not just a chat interface. A full command center with session management, permissions, cost tracking, and developer workflows built in.
Choose your AI agent type (Fullstack or Analyst), pick the model (Haiku, Sonnet, or Opus), set the working directory, and name your session — all before sending the first message.
Three permission modes that put you in control. Review every action manually, let safe reads auto-approve, or go full autonomous. Switch modes mid-session anytime.
Full conversation interface with live tool timeline — see exactly what Claude is doing as it reads files, edits code, and runs commands. Attach images, PDFs, and documents.
One-tap actions for common workflows: commit, push, code review, debug, and technical reports. Or use slash commands like /commit, /review, /debug for keyboard-first control.
Filter sessions by status: Waiting for you, Working, or Closed. Reopen any closed session from where you left off. Continue from an AI-generated summary. Bulk delete old sessions.
Track token usage and costs per session in real-time. See your rate limit status, plan usage percentage, and get alerts before hitting limits. Know exactly what you're spending.
Permissions
Three modes, switchable anytime. From full manual control to fully autonomous — your AI, your rules.
You approve every single action. Full control.
Reads auto-approve. Writes need your OK.
Full autonomous mode. No interruptions.
When Claude wants to do something, you see exactly what it is — and approve or deny with one tap.
Edit File
src/api/routes.ts
Visual diff showing exactly what changes — green for additions, red for removals
Run Command
npm run build
See the full command before it executes on your machine
Implementation Plan
5-step refactor plan
Review the full plan, leave comments, then approve or reject
Question
"Which auth strategy?"
Claude asks for your input with multiple choice options
Sessions
Multiple sessions, smart filters, resumable history. Never lose context, never lose work.
Sessions waiting for your input — always on top
Claude is actively processing — live status indicator
Finished sessions with AI-generated summaries
Reopen any session from where you left off — or continue from summary
Security
Your AI has access to your computer. Security isn't optional — it's the foundation.
Login with fingerprint or Face ID. No passwords to leak or phish.
Register your phone, tablet, and laptop. Each with its own biometric credential.
Only pre-approved users can access your instance. Deny by default.
Setup
No complicated setup. Pre-built Firebase rules, clear docs, one daemon command.
Clone the repo and install dependencies
$ git clone & npm install30 seconds. One command.
Set up Firebase (free tier works)
$ firebase deploy --only firestore:rulesPre-built security rules included. Just deploy.
Start the daemon on your Mac
$ npm run daemonConnects Claude Code to your browser via Firebase.
Open the dashboard and start coding
$ open localhost:3000Login with biometrics. Create a session. Go.
Architecture
Your code never leaves your machine. Firebase only carries commands and responses.
Phone / Tablet / Browser
Cloud (Free Tier)
Your Mac (Always Local)
Apache 2.0 licensed. Free forever. Self-hosted.
Your data stays on your machine. Contribute, fork, or just use it. Open Severino belongs to the community.