Skip to content

Dictx v0.2.0 — First Public Release

Choose a tag to compare

@0xNyk 0xNyk released this 03 Mar 10:13
· 60 commits to main since this release
cb4d8f6

Dictx v0.2.0

First public release under GPL-3.0. Privacy-first desktop speech-to-text — 100% local, no cloud.

What's New

  • Open source under GPL-3.0 — build from source or get Dictx Pro ($29 one-time)
  • Obsidian integration — auto-export transcriptions as markdown notes
  • 17 languages — full i18n support
  • CLI control — toggle recording, cancel, start hidden from the command line
  • Multiple models — Whisper (Small/Medium/Turbo/Large), Parakeet V3, Moonshine, SenseVoice, and more

Downloads

Platform File Status
macOS (Apple Silicon) Dictx_0.2.0_aarch64.dmg ✅ Available
macOS (Intel) Coming soon
Windows Coming soon
Linux Coming soon

Note: This macOS build is ad-hoc signed (not notarized). You may need to right-click → Open on first launch. Apple notarization coming in a future release.

Build from Source

git clone https://github.com/0xNyk/dictx.git
cd dictx && bun install
CMAKE_POLICY_VERSION_MINIMUM=3.5 bun run tauri build

See BUILD.md for full instructions.