SkipTheVoiceGitHub

Local-first · Open source

Voice notes?
Read them.

Simply skip the voice messages you don't want to listen to.

SkipTheVoice web app with searchable conversations and voice-message transcripts
VoiceTextMarkdownYour AI

Less listening. More doing.

Your voice inbox,
finally useful.

01

Skip the ramble.

Received voice messages become text you can scan in seconds. Press play only when you want to.

02

Make it Markdown.

Export clean Markdown, drop it into your AI, and turn a monologue into something actionable.

03

Pipe it anywhere.

Use the CLI to pull transcripts into scripts, notes, agents, or whatever your workflow needs next.

04

Find it again.

Manage conversations in the web app and search your transcripts instead of replaying old audio.

The web app

All the context.
Zero scrubbing.

Browse conversations, play the original audio, copy a transcript, download Markdown, and search for the sentence you actually need.

  • Conversation-based transcript library
  • Original audio stays available
  • Search, copy, and Markdown export
SkipTheVoice transcript library in the web app
SkipTheVoice CLI returning a voice-message transcript in the terminal
Same transcripts. No browser required.

The CLI

Your transcript.
Your pipeline.

Get conversations, output Markdown, download audio, or return machine-readable JSON. Built for workflows that don't end in a browser tab.

skipthevoice conversations --help

Okay, I'm done listening.

Install it.
Skip it.

Homebrew installs SkipTheVoice and its local transcription stack in one go.

$ brew tap oliverjessner/tap
$ brew install skipthevoice

Also available via npm install --global skipthevoice.

Read the install guide