Keyboard
45 wpm
I’m starting a new project called, Elia Launch, and I need a project manager on the project asap. Is that possible to do now?
Hold a key, talk, and the words land wherever you're typing. Free + open-source.
Tap or hold
rightto blurt
Hey Sam, did you see Assembly's new Blurt app? I actually used it to send you this Slack.
Up to 30% fewer hallucinations than Whisper, and clean text back in under a second — powered by the AssemblyAI Dictation API.
Transcription lands in about 150 ms, cleanup in under a second. No local model to load, no job queue to poll.
Dictate in 19 languages and code-switch mid-sentence. The model follows you between them — no setting to flip.
No packages you’ve never heard of, no supply chain to audit. MIT licensed — fork it and make it yours.
Think macOS dictation, but fast, accurate, and working everywhere you can type — powered by the AssemblyAI Dictation API.
One style for Slack, another for email. Define them in a prompt, switch between them from the main menu.
Everything that makes Blurt fast and accurate is AssemblyAI's Dictation API. The same Dictation API is yours to build on.
import assemblyai as aai
aai.settings.api_key = "<YOUR_API_KEY>"
result = aai.DictationTranscriber().transcribe_live("clip.wav")
print(result.text) # verbatim transcript
print(result.llm_response) # cleaned-up text, ready to send
print(result.final_text) # the cleaned-up text, falling back to the transcript