~/Library/Application Support/stenoai/ (you can change the location in Settings).
How it works
Steno runs a local pipeline on every recording:- Record — captures microphone audio, system audio (both sides of a call), or both simultaneously
- Transcribe — runs Whisper locally to produce a verbatim transcript with speaker labels
- Summarize — passes the transcript to a small language model running via Ollama on your Mac to produce structured notes: summary, key topics, and action items
- Query — ask natural-language questions against any saved note from the inline ask bar
Who it’s for
Steno is built for professionals who work with confidential audio:- Healthcare — clinical consultations, case reviews, MDT meetings
- Legal — client calls, depositions, strategy sessions
- Finance — investment committee meetings, client briefings
- Any role where recordings leaving your device is not acceptable
What Steno is not
Steno is not a meeting bot. It does not join your video calls as a participant, does not require calendar access, and does not require you to share a link with other attendees. It records audio from your Mac’s audio system — no bot appears and the app does not notify other participants. Consent obligations remain yours to manage under your local laws and policies.Supported platforms
macOS 12 (Monterey) or later. Apple Silicon and Intel both supported.Does Steno require an internet connection?
Does Steno require an internet connection?
No, in the default local configuration. After the initial download and model installation, Steno runs offline — transcription and summarization happen on your Mac. The app still performs a lightweight update check on launch, and if you opt into a cloud summarization model (OpenAI, Anthropic, or a custom endpoint) it will reach that provider’s API for summary generation only.
What data does Steno store and where?
What data does Steno store and where?
All data is stored in
~/Library/Application Support/stenoai/. This includes recordings (recordings/), transcripts (transcripts/), and summaries (output/). Nothing is stored remotely.Is Steno open source?
Is Steno open source?
Yes. The source code is available at github.com/ruzin/stenoai under the MIT license.
What hardware does Steno need?
What hardware does Steno need?
A Mac with at least 8GB of RAM. Apple Silicon (M1 or later) gives the best transcription and summarization performance. Intel Macs are supported but will run more slowly on larger models.