Every session you ever ran — searchable in seconds. A live dashboard, a decision log, an inbox your agents write to, and a workbench that runs your CLI sessions side by side and tells you which one needs you.
One command imports your complete existing history — every project, every session. Full-text search, BM25-ranked, sub-millisecond. "Why did we decide X?" finally has an answer, retroactively.
Agents drop questions, proposals and blockers into a persistent inbox instead of burying them in chat. You answer on your terms — in the web UI, with one click.
Your answers are delivered back into the next session of that project — automatically, via session briefing or live injection. Decisions land in a searchable decision log with supersede chains.
The workbench spawns your CLI sessions in one place, colour-coded per project, and surfaces the one that's waiting for you. Paste text or images, or send an answer straight into the right terminal — you press send, never the machine.
Everything lives in a single SQLite file in your home directory, with restrictive permissions. No server, no account, no telemetry.
API keys, tokens, JWTs and private keys are replaced before anything is persisted — pattern- and entropy-based, best effort, verifiable in the dry-run report.
init shows a diff of your settings.json and backs it up byte-exact before touching it. uninstall restores it and proves the restore. purge deletes your data. Done.
npx subethastudio initsubethastudio backfillsubethastudio websubethastudio workbench
Founder deal: the first 1000 paying customers lock in 50% — €9/mo or €90/yr — for as long
as they stay subscribed; after that it's €18/mo. First come, first serve.
Orders are handled by our reseller Paddle.com as Merchant of
Record — Paddle is the seller on record, issues the invoice and handles VAT.
Self-serve checkout is being wired up; until it's live, ordering runs by e-mail and invoice.
See Terms and Right of withdrawal.
The source is public and auditable on GitHub (source-available). The license is PolyForm Noncommercial 1.0.0 — free for personal, research and evaluation use; commercial use needs a paid license. That's not OSI-open-source, and we say so plainly: it's the deal that keeps a one-person tool funded without ads, telemetry or a cloud lock-in.
Nowhere. Sessions are captured into a local SQLite database in your home directory.
There is no server component, no account, no telemetry. The optional AI features call
your locally installed claude binary — the same one you already use.
Node.js ≥ 22.5 and an installed, logged-in Claude Code. Windows, macOS and Linux.
Yes — toggle capture off per project in the settings UI, or drop a
.cockpit/no-capture file into the project (kept for compatibility).
Already-captured data can be purged per project with one command.
subethastudio uninstall removes exactly the entries it added to your Claude Code
settings — and verifies the file is byte-identical to its pre-install backup.
subethastudio purge deletes the database. No residue.