Skip to content

Releases: splitlabs/dictx

v0.3.0

03 Mar 12:08
4182dcd

Choose a tag to compare

Dictx v0.3.0

New Features

  • Recording Duration Timer — See elapsed time in the recording overlay
  • History Search & Filter — Search transcriptions and filter by saved entries
  • Delete Confirmation — Native confirmation dialog before deleting history entries
  • Copy All Transcriptions — Bulk copy all visible history entries to clipboard
  • Keyboard Shortcuts Help — Press ? to see all available shortcuts
  • Model Download ETA — See estimated time remaining and total size during model downloads
  • Model Use-Case Hints — Guidance on which model to pick during onboarding
  • Pro CTA in Sidebar — Quick link to the Gumroad purchase page

Improvements

  • Overlay Theme Colors — Recording overlay now uses the app's theme palette instead of hardcoded colors
  • Sidebar Keyboard Navigation — Full keyboard support with focus indicators
  • ARIA Labels — Screen reader support for history action buttons
  • WCAG Contrast Fix — Disabled states now meet AA contrast requirements (4.5:1)
  • Micro-Animations — Subtle press feedback on history action buttons

Changes

  • fix: improve permission onboarding UX for app updates (#5)
  • feat: product improvements — UX polish, competitive features, accessibility (#6)
  • chore: bump version to 0.3.0 (#7)

Full Changelog: v0.2.0...v0.3.0

Dictx v0.2.0 — First Public Release

03 Mar 10:13
cb4d8f6

Choose a tag to compare

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.