KimaniDJ11/Vox-Jot

Local-first macOS dictation: hold a shortcut, speak, and place text at your cursor.

1

stars

1,182

commits

TypeScript

primary language

Sep 9, 2026

updated

www.iriedinamik.org/voxjot/
accessibility
dictation
local-first
macos
open-source
react
rust
speech-to-text
tauri

README

Vox Jot

Local-first Mac dictation for people who write all day. Press a shortcut, speak naturally, and place text where your cursor is already focused.

Download the official signed Mac build · Support development · Product page · Build from source

The official Apple Silicon download is pay-what-you-want: the suggested support price is $27, and $0 is allowed. The source code is available under the MIT License.

The core workflow

  1. Press a configurable global shortcut.
  2. Speak into your selected microphone.
  3. Vox Jot transcribes locally by default.
  4. The text is placed into the app you were already using.

Core dictation does not require a Vox Jot account. Optional cleanup and rewrite features use local models, Apple Intelligence, or cloud providers only when you choose and configure them.

What is included

  • Global shortcut and push-to-talk dictation
  • Local Whisper, Parakeet, and other app-managed speech models
  • App-aware Dictation Modes and reusable Phrase Keys
  • File transcription and a correction-learning dictionary
  • Reader, Listen, OCR, speech analysis, and voice tools
  • Visible, cancellable model and runtime downloads
  • A local API for user-controlled automations

The deeper tools are optional. Vox Jot's first job remains simple: talk once and get text where your cursor is.

Install the official Mac build

The current official download targets Apple Silicon Macs running macOS 13 Ventura or later.

  1. Download the signed and notarized DMG.
  2. Optionally verify its SHA-256 checksum.
  3. Drag Vox Jot into Applications.
  4. Grant Microphone access. Global shortcuts and text placement may also need Accessibility or Automation permission.
  5. Choose a speech model and test a short dictation.

The website provides install notes and support.

Official builds and community builds

Irie Dinamik publishes the official Vox Jot Mac build. It is Developer ID signed, notarized by Apple, stapled, Gatekeeper-validated, and connected to the official update feed.

The MIT license permits forks and redistribution, but modified distributions must not imply that they are produced, reviewed, signed, or supported by Irie Dinamik. Use a distinct name and visual identity for modified distributions. See TRADEMARKS.md for the project identity policy.

Build from source

The short path is:

git clone https://github.com/KimaniDJ11/Vox-Jot.git
cd Vox-Jot
bun install
bun run build
cargo check --manifest-path src-tauri/Cargo.toml

Use bun run tauri dev for a local development build. A self-built app is not an official signed release and may need separate macOS permissions. Platform prerequisites and validation commands are documented in BUILD.md.

Contributing

Bug reports, documentation, translations, tests, design improvements, and code contributions are welcome. Start with CONTRIBUTING.md, review the roadmap, and search existing issues and discussions before opening new work.

Privacy and model licenses

Vox Jot is local-first, not "every feature is always offline." Core recording and transcription stay on the Mac by default. Optional provider-backed features are explicitly configured by the user. Read the privacy policy for the supported distribution.

Models and runtimes retain their own upstream terms. The app and repository publish a generated dependency notice bundle plus the curated model and runtime notices. Some optional assets require acknowledgement, have non-commercial terms, or are not redistributed by Vox Jot.

Project lineage

Vox Jot builds on the open-source work of CJ Pais and the Handy project. The original copyright and MIT license notices are preserved in LICENSE and NOTICE.md. Related upstream projects include Handy and handy-cli.

License

Source code is licensed under the MIT License. Third-party models, runtimes, binaries, fonts, sounds, and other assets may use different licenses; consult the adjacent notices and NOTICE.md.

Contributors

(top 30 of 84)

KimaniDJ11

598 commits

cjpais

434 commits

vladstudio

22 commits

VirenMohindra

8 commits

KimaniDJ11/Vox-Jot

Local-first macOS dictation: hold a shortcut, speak, and place text at your cursor.

1

stars

1,182

commits

TypeScript

primary language

Sep 9, 2026

updated

www.iriedinamik.org/voxjot/
accessibility
dictation
local-first
macos
open-source
react
rust
speech-to-text
tauri

README

Vox Jot

Local-first Mac dictation for people who write all day. Press a shortcut, speak naturally, and place text where your cursor is already focused.

Download the official signed Mac build · Support development · Product page · Build from source

The official Apple Silicon download is pay-what-you-want: the suggested support price is $27, and $0 is allowed. The source code is available under the MIT License.

The core workflow

  1. Press a configurable global shortcut.
  2. Speak into your selected microphone.
  3. Vox Jot transcribes locally by default.
  4. The text is placed into the app you were already using.

Core dictation does not require a Vox Jot account. Optional cleanup and rewrite features use local models, Apple Intelligence, or cloud providers only when you choose and configure them.

What is included

  • Global shortcut and push-to-talk dictation
  • Local Whisper, Parakeet, and other app-managed speech models
  • App-aware Dictation Modes and reusable Phrase Keys
  • File transcription and a correction-learning dictionary
  • Reader, Listen, OCR, speech analysis, and voice tools
  • Visible, cancellable model and runtime downloads
  • A local API for user-controlled automations

The deeper tools are optional. Vox Jot's first job remains simple: talk once and get text where your cursor is.

Install the official Mac build

The current official download targets Apple Silicon Macs running macOS 13 Ventura or later.

  1. Download the signed and notarized DMG.
  2. Optionally verify its SHA-256 checksum.
  3. Drag Vox Jot into Applications.
  4. Grant Microphone access. Global shortcuts and text placement may also need Accessibility or Automation permission.
  5. Choose a speech model and test a short dictation.

The website provides install notes and support.

Official builds and community builds

Irie Dinamik publishes the official Vox Jot Mac build. It is Developer ID signed, notarized by Apple, stapled, Gatekeeper-validated, and connected to the official update feed.

The MIT license permits forks and redistribution, but modified distributions must not imply that they are produced, reviewed, signed, or supported by Irie Dinamik. Use a distinct name and visual identity for modified distributions. See TRADEMARKS.md for the project identity policy.

Build from source

The short path is:

git clone https://github.com/KimaniDJ11/Vox-Jot.git
cd Vox-Jot
bun install
bun run build
cargo check --manifest-path src-tauri/Cargo.toml

Use bun run tauri dev for a local development build. A self-built app is not an official signed release and may need separate macOS permissions. Platform prerequisites and validation commands are documented in BUILD.md.

Contributing

Bug reports, documentation, translations, tests, design improvements, and code contributions are welcome. Start with CONTRIBUTING.md, review the roadmap, and search existing issues and discussions before opening new work.

Privacy and model licenses

Vox Jot is local-first, not "every feature is always offline." Core recording and transcription stay on the Mac by default. Optional provider-backed features are explicitly configured by the user. Read the privacy policy for the supported distribution.

Models and runtimes retain their own upstream terms. The app and repository publish a generated dependency notice bundle plus the curated model and runtime notices. Some optional assets require acknowledgement, have non-commercial terms, or are not redistributed by Vox Jot.

Project lineage

Vox Jot builds on the open-source work of CJ Pais and the Handy project. The original copyright and MIT license notices are preserved in LICENSE and NOTICE.md. Related upstream projects include Handy and handy-cli.

License

Source code is licensed under the MIT License. Third-party models, runtimes, binaries, fonts, sounds, and other assets may use different licenses; consult the adjacent notices and NOTICE.md.

Contributors

(top 30 of 84)

KimaniDJ11

598 commits

cjpais

434 commits

vladstudio

22 commits

VirenMohindra

8 commits

Languages

TypeScript

44.4%

Rust

42.2%

Python

6.7%

CSS

1.6%

Shell

1.5%

Nix

1.5%

Swift

1.1%