Replace Fathom?
KINDA · weekend projectA solo clone can handle recordings, transcripts, and summaries, but the product's paid value is automated capture plus CRM/workflow sync and team sharing.
Build me a personal call-notes pipeline to replace Fathom. Requirements: - A watched folder: I drop call recordings (m4a/mp3/mp4) into ~/Calls/inbox/, chokidar picks them up, a Node pipeline processes each one. - Transcribe with whisperX for speaker-labeled, timestamped transcripts, or a hosted Whisper API if a key is present in .env. - Summarize with an LLM (key in .env) using templates in ./templates/*.md. The default produces a 5-bullet summary, decisions, action items with owners, and open questions. Pick the template from the filename prefix (sales-, 1on1-). - Clips: any transcript line can be cut into a share-able moment, ffmpeg trims 15 seconds either side of the timestamp into ~/Calls/clips/. - Output per call: ~/Calls/notes/YYYY-MM-DD-<name>.md, summary on top, full transcript below a divider. - A small local web page (Express, localhost) listing calls with keyword search over transcripts. - No accounts, no telemetry; audio never leaves my machine unless I opt into the hosted API. - Out of scope: a bot that joins meetings, calendar auto-capture, CRM sync, team libraries. I record with my meeting app or OS and drop the file in. - README: dependencies, keys, and how to capture system audio on macOS.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR
They pay for workflow certainty: after every call, the right people and systems have the notes without manual effort.
xautomatic call capture
xintegrations
xsearchable team library
xpolished clips
xpermissions and admin
What does the Fathom verdict mean?
The core job looks buildable, with meaningful gaps: automatic call capture, integrations. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.
What price does this directory record show for Fathom?
The directory records $20/month for Premium, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.
What do I lose by replacing Fathom?
Honestly: automatic call capture; integrations; searchable team library; polished clips; permissions and admin. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Fathom?
The listed prior art includes whisperX (Useful for transcript alignment and speaker-labeled call records.). Inspect those projects before starting from a blank prompt.