Clabrate

Download Clabrate.

Try the full app free for 3 days — no account, no card. Keep it for $19 one-time if it sticks. Everything runs on your Mac.

💻

macOS

Apple silicon (M-series)

Download free trial

3-day trial · macOS 11+ · Apple silicon · signed & notarized.

🪟

Windows

Coming soon

Native Windows build in the works

Coming soon

Want it on Windows? Let me know on X.

🎙 On-device transcription 💻 Local enhance mode 🚫 No telemetry

From download to first dictation: open the DMG, drag Clabrate to Applications, hold right ⌥, and talk. Your words land wherever your cursor is.

Download transparency

Signed release. Visible trail. No telemetry.

Clabrate downloads as a macOS DMG. The app is Developer ID signed, Apple-notarized, stapled, Gatekeeper checked, and published with public release metadata for people who want to verify the install.

Release identity

Developer ID signed, Apple-notarized, stapled, and Gatekeeper checked before upload.

Release manifest
releases.json
DMG checksum
SHA-256
Bundle ID
com.clabrate.desktop

Network use

  • No telemetry.
  • Model downloads are fetched from their original providers onto your Mac.
  • Cloud enhancement is used only when you add your own provider key and choose it.

Local data

  • Settings, licenses, and downloaded models are stored on your Mac.
  • Audio is processed locally unless you explicitly opt into a cloud provider for the feature you are using.
macOS permissions

Why Clabrate asks.

These prompts are there because macOS protects the exact things a voice tool needs to touch: your microphone, your global shortcut, and the app where finished text should land.

Microphone

Records your voice while dictating or using voice features.

Accessibility

Types finished text into the app where your cursor is and arranges windows when you ask the assistant to manage them.

Input Monitoring

Detects the hold-to-talk shortcut globally.

Automation

Reads limited front-app context, such as browser URL, only for context-aware dictation features like transforming text for email or chat.

Manual verification commands Show

Verify the DMG

curl -L -o Clabrate-latest-aarch64.dmg https://updates.clabrate.com/Clabrate-latest-aarch64.dmg
curl -L -o Clabrate-latest-aarch64.dmg.sha256 https://updates.clabrate.com/Clabrate-latest-aarch64.dmg.sha256
shasum -a 256 -c Clabrate-latest-aarch64.dmg.sha256
codesign --verify --verbose=2 Clabrate-latest-aarch64.dmg
xcrun stapler validate Clabrate-latest-aarch64.dmg
spctl -a -vvv -t open --context context:primary-signature Clabrate-latest-aarch64.dmg

Inspect the app bundle

hdiutil attach Clabrate-latest-aarch64.dmg
codesign -dvvv /Volumes/Clabrate/Clabrate.app
spctl -a -vvv -t exec /Volumes/Clabrate/Clabrate.app
hdiutil detach /Volumes/Clabrate

Read release metadata

curl -L https://updates.clabrate.com/releases.json | jq .
curl -L https://updates.clabrate.com/releases.json.sig

App updates use a separate signed updater manifest read only by installed copies of Clabrate.