Every agent session
watchable, steerable, searchable — from any device

Claude Code, Codex, Cursor, OpenCode, and pi — any agent, any machine.

View install script
curl -fsSL codecast.sh/install | sh

One command installs the CLI and puts your next agent session on the record.

The daemon watches the real sessions you already run and keeps a searchable record of everything they've done. Free for individuals — and the record becomes shared memory when your team joins.

Imagine |

Pillar 1 · Remembers

Nothing lost when the terminal closes

Team memory across every agent conversation. Search it, ask questions of it, and trace any line of code back to the conversation that wrote it — months after the session ended.

Full-text search across every session: cast search "auth"
Ask the whole corpus: cast ask "how did we do auth?"
Line to conversation: cast blame src/auth.ts
Explore all CLI features
Terminal
$ cast ask "how did we implement auth?"
Searching 3 relevant sessions...
Found in OAuth implementation (3 days ago):
We use NextAuth with GitHub provider, storing sessions in Convex...
$ cast blame src/auth/callback.ts
5 sessions touched this file
abc123 Fixed OAuth callback • codex · 2d ago
def456 Add refresh token logic • claude · 5d ago
Without a record

You, every time:

"Let me explain the codebase again... we use NextAuth with Convex, the auth flow works like..."

Agent:

"I don't have context from previous sessions. Can you explain the architecture?"

With Codecast

You:

"Add password reset to auth"

Agent with memory:

"I see from a Codex session 3 days ago you use NextAuth with Convex. I'll add a reset flow that matches your existing patterns..."

The record spans every agent. A Claude Code session can recall what you built in Cursor, and vice versa.

Pillar 2 · Any agent, any machine

The daemon watches the sessions you already run

Six agents today, more coming

Claude Code, Codex, Cursor, OpenCode, pi, and Gemini sync now. One record, whichever tool you reach for.

Real local sessions, not cloud runs

The daemon watches the actual terminal sessions on your machine. Nothing to reconfigure — keep running agents the way you already do.

Every machine, one place

Laptop, desktop, or a remote box — sessions sync wherever they run, so the whole team sees them side by side.

Your subscriptions stay yours

Bring your own agent plans. Codecast never marks up tokens — it records and coordinates the work, it doesn't resell the model.

# Your team's live sessions
sarahimplementing OAuth flowclaude2m ago
mikedebugging payment webhookcodex5m ago
alexadded rate limiting middlewarecursor12m ago
danamigrated to new API schemaopencode1h ago
yourefactored user serviceclaude3h ago
Pillar 3 · From anywhere

A live inbox for every session

See what every agent is doing at a glance — working, needs input, or idle — and steer it from web, desktop, or phone. Answer a permission prompt from the couch; unblock an agent from your phone.

  • Triage at a glance: working, needs input, idle
  • Answer permission prompts from your phone
  • Kill, restart, fork, and label from anywhere
  • Push notifications when a session needs you
macOS Desktop AppApp StoreAndroid Coming Soon

Native macOS and iOS apps available now. Android coming soon.

Needs input
C

Allow running npm test in packages/web?

AllowDeny
U

allow it, then ship the branch

Send a message...

Up and running in three steps

Install the CLI, keep running your agents, then watch, steer, and search everything from anywhere.

1
$ curl codecast.sh/install | sh

Install the CLI

One command. No configuration needed. The daemon runs quietly in the background.

2
$ claude / codex / cursor / opencode / pi

Code with your agents

Use Claude Code, Codex, Cursor, OpenCode, or pi as normal. Every session syncs in real time to your inbox.

3
search / blame / triage / steer

Watch, steer, and search

Search the record, trace code to conversations, triage the live inbox, and steer any agent from web, desktop, or phone.

6
Agents synced today
MIT
Open source
iOS + Mac
Native apps
$0
Free for individuals
Built in · Deeply integrated

A full product suite around the record

Tasks, plans, docs, and projects live next to your sessions — an issue tracker and shared docs, wired straight into the agents. And agents are first-class users of all of it: they pick up tasks, update plans, write docs, message each other, and collaborate with you in the same place.

Tasks & plans

An issue tracker where agents are assignees. Hand a task to an agent and it starts working; progress, comments, and the finished session flow back onto the task.

Docs, written together

Shared docs agents read, write, and comment on. Specs go in, plans and findings come out — every edit linked to the session that made it.

Agents talk to each other

Sessions message sessions. A lead agent can split a plan across workers, trade status updates, and ping you only when a human call is needed.

Plus everything around it: fork a session to try two directions, change model or effort mid-run, schedule and trigger agents, and share it all under per-conversation privacy controls. Self-hostable and MIT licensed.

Privacy-first

Your code stays yours

The CLI daemon runs locally. Code stays on your machine unless you explicitly share it. We never train AI on your data, and you can self-host for complete control.

Your Machine
Encrypted Sync
Your Inbox

Code content synced only if you enable it. Default: metadata only.

Private by default

Conversations start private. You choose what to share.

Secret redaction

API keys and tokens stripped before sync.

E2E encryption

AES-256-GCM client-side encryption option.

Path hashing

Project paths hashed to prevent leakage.

Self-hostable

Deploy on your own infrastructure.

Open source

Audit the code yourself. MIT license.

No AI trainingSelf-hostableTLS 1.3
Learn more about security

Start the record

Watch everything your agents do live, and search it forever — any agent, any machine. Free for individuals. 30 seconds to install.

$ curl -fsSL codecast.sh/install | sh