open_source
The client is open. That's the point.
A telemetry tool asking for your trust should show its work. Everything that runs on your machine is MIT licensed — the hooks, the event format, the redaction rules, the cost math. The paid platform is the shared team layer on top; it never changes what the local tools do.
promptconduit/cli
Go · MIT
The capture engine: hook integration, the envelope format, enrichments, local cost pricing, skill generation, and sync. Everything the security page claims about local behavior lives here.
promptconduit/editor-extension
TypeScript · MIT
VS Code and Cursor extension. Reads events.jsonl directly — live session cost, coaching insights, and session restore, all offline.
promptconduit/app
Swift · MIT
Native macOS menu bar app for managing Claude Code sessions, built on libghostty.
promptconduit/claude-plugins
Markdown · MIT
Claude Code plugin marketplace: skills like /standup and /story that turn captured sessions into summaries and narratives.
Contributing
Issues and PRs are welcome on every repo. Adding support for a new AI tool touches the CLI's install commands and envelope types — open an issue first and we'll point you at the right seams.