About Call Copilot
Built by an Odoo consultant who got tired of forgetting what clients said three calls ago.
Why this exists
The category of "AI for calls" got loud in 2024-2025. Two patterns emerged:
- Post-call note-takers (Granola, Otter, Fathom) — great for "what did we talk about?" but useless during the call.
- Enterprise sales intelligence (Gong, Chorus) — powerful but priced for 200-rep sales orgs, not the individual.
Meanwhile, a third pattern showed up: cheating tools disguised as productivity software, designed to be invisible to screen-share so users could secretly feed AI suggestions into interviews and exams. Two of the most popular (Cluely/InterviewCoder, Parakeet AI) ship with setContentProtection(true) by default — a Windows API call that makes the window invisible to anyone the user is sharing their screen with.
We saw that pattern, and decided to build the opposite: a real-time call copilot that's verifiably honest. Same technical capabilities (mic + system audio capture, live transcription, real-time LLM suggestions), zero stealth code. Same price as Granola, real-time like nothing else in the indie tier.
What we believe
1. AI assistance during conversations is good, when it's disclosed. If your spouse, your boss, your client knows you have an AI helping you on a call, that's a normal coaching tool. If they don't know, it crosses into deception. We support the first. We refuse to ship features that enable the second.
2. Privacy isn't optional. A tool that listens to your client calls and remembers their private business shouldn't also be sending session recordings to Mixpanel for "analytics". We don't run any client-side analytics. None. (Read the Privacy Policy — the binary itself contains zero telemetry SDKs.)
3. You should be able to host it yourself. The whole product runs as a single Node.js server + a desktop app. The Self-Hosted plan ships you the same code we run, with Docker/Helm instructions. Your data, your servers.
4. Charge a fair price, sell to humans. We don't have venture capital pressuring us to ship dark patterns or grow at all costs. $25/month, individuals, that's the business. We win by delivering value, not by trapping you.
Who built it
Solo project by Hakim, an Odoo and AI implementation consultant based in Morocco. The "default profile" you'll see on first launch — the Odoo consultancy persona — is genuinely his daily setup. Hakim is on the receiving end of his own product every week.
How we make money
Subscriptions. Nothing else.
- Free — limited, never expires
- Solo — $25/month, unlimited use
- Team — $50/seat/month, shared workspaces
- Self-hosted — $200/seat/month or one-time license, deploy on your infrastructure
We don't sell data. We don't run ads. We don't have a "free with surveillance" tier.
Technical disclosure (for the curious)
If you want to verify our privacy claims yourself:
- The source code is public at github.com/meta-slayer/realtime-call-copilot
- The desktop binary is ~100 MB. We've published the SHA-512 hashes alongside each release at
/downloads/latest.yml. - Our reverse-engineering reports on the two leading cheating tools (which informed what we deliberately don't ship) are in the
research/directory of the repo. - You can run
netstat -anwhile our desktop app is running and confirm it talks to exactly one host:copilot.oasistc.com(or whatever you set as yourapiBase). No telemetry hosts.
Contact
Email: hakimnmo@gmail.com
GitHub: github.com/meta-slayer/realtime-call-copilot