no cloud · no api key · no electron tax

Press the
fun button.
Talk to your computer
like it's a friend.

A dev-grade voice dictation tool. Press Right Option, talk, watch your cleaned-up text land at the cursor. Local-first. Code-aware. Half the price of Wispr.

unsigned alpha · macOS 12+ · Windows + Linux next

Cursor — main.tsx
// Press Right Option, then say:
// "open paren camelCase user data comma options close paren fat arrow…"
const filter = (userData, options) => Object.keys(userData).filter(k => !k.startsWith('_'))
recording

See the wedge in action: /showdown — five real captured outputs, side by side.

How it works

01

Hold the button

Hold Right Option. Tray icon goes red. A tiny pill drops in the corner.

02

Talk normally

Ramble. Change your mind. Stutter. FunButton handles it. Up to ~60 seconds per take.

03

Release

Whisper Turbo transcribes. Llama 3.3 cleans (or your local Ollama if it's running). Cmd+V pastes. Total: ~1.5s.

You say
“open paren camelCase user name comma age close paren arrow user name plus age dot to string open paren close paren”
In Cursor
(userName, age) => userName + age.toString()
You say
“um so like new function snake_case fetch user data takes id returns promise of user”
Code mode in VS Code
function fetch_user_data(id): Promise<User>

Code mode auto-activates in Cursor, VS Code, JetBrains, Vim, Terminal, Xcode.

vs Wispr Flow

Wispr is great. We just don't want to send our voice through OpenAI to type a Slack message.

Wispr FlowFunButton
Bundle / RAM800 MB Electron, 8% CPU idle~10 MB Tauri 2, ~50 MB
Local modeNo — cloud alwaysYes — Ollama default
API key requiredYesNo (in local mode)
Code modeGeneric auto-cleanupSpoken symbols + casing taxonomy
LinuxNoneFirst-class (post-MVP)
SourceClosedGPLv3 desktop core
Pricing$144/yr, no lifetime$99 lifetime (founders, planned)
Screen captureYes (privacy controversy)Never

Pricing

During alpha: everything is free. Post-1.0:

Free / BYOK

$0
  • Unlimited local mode (Ollama)
  • Bring your own Groq key
  • All code-mode profiles
  • GPLv3 source — build it yourself

Pro

$7/mo annual
  • Cloud cleanup quota included
  • Sync across devices
  • Priority Groq queue
  • Premium voices (Claude Haiku tier)

Lifetime

founders, first 1k
$99one-time
  • Pro forever — no subscription
  • All future features
  • Direct line to the dev
  • Locked in before $149

Wispr won't ever offer lifetime. They literally can't — the unit economics don't work when every dictation hits cloud. Local-first changes the math.