echo99
Download

Technology

The technology inside echo99

Native macOS audio capture, open speech models, and every bit of AI inference running on the Mac in front of you. Here is the exact stack.

Native capture — no virtual audio driver

echo99 is a native Swift menu-bar app. It records the two sides of a call as two separate tracks, using only what macOS itself provides:

The tracks are written as plain WAV files and kept separate on purpose: your mic is always “Me”, and the system track carries everyone else — the foundation for accurate speaker labeling. More detail in how system-audio capture works.

Speech-to-text models

Transcription uses NVIDIA’s open Parakeet model family, converted to Core ML so it runs entirely on your Mac. You pick the model in the app’s Config window:

Speaker labeling

Diarization — telling the other voices apart — runs on the system track only and also happens on-device:

Recognizing people across recordings

Diarization only separates voices within a single recording. Putting a name to a voice — and having echo99 recognize that person next time — is a second step, and it also runs on-device:

The matching is plain vector math and needs no network; the embeddings come from the same on-device models that do the diarization. Voiceprints are biometric data and stay on your Mac — speaker identification covers what that means for your privacy and control.

All inference on your Mac

Every model above runs through Core ML, accelerated by the Apple Neural Engine on Apple silicon. Models are downloaded once from the internet; after that, recording, transcription, and speaker labeling all work with Wi-Fi off. Your audio is never sent to a server — there is no server-side transcription at all.

The on-device model runtime is FluidAudio, the open-source Swift SDK by Fluid Inference that brings these speech models to Core ML.

Powered by Fluid Inference

Try echo99 on your next call

Free download. No account. Recording and transcription stay on your Mac.

Download for macOS

Free · macOS 14.4+ · Notarized by Apple