dit v0.2.4
Push-to-toggle voice dictation — speak, and the transcript is typed into the focused app.
What's in 0.2.4
Full Changelog: v0.2.4...v0.2.4
Install
One-liner — Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/reddb-io/dit/main/install.sh | bashOne-liner — Windows (PowerShell):
irm https://raw.githubusercontent.com/reddb-io/dit/main/install.ps1 | iexOr download a binary directly, make it executable, and put it on your PATH:
Linux (x86_64):
curl -fsSL https://github.com/reddb-io/dit/releases/download/v0.2.4/dit-linux-x86_64 -o dit && chmod +x ditLinux (aarch64):
curl -fsSL https://github.com/reddb-io/dit/releases/download/v0.2.4/dit-linux-aarch64 -o dit && chmod +x ditmacOS (Apple Silicon):
curl -fsSL https://github.com/reddb-io/dit/releases/download/v0.2.4/dit-macos-aarch64 -o dit && chmod +x dit
xattr -d com.apple.quarantine dit # clear GatekeepermacOS (Intel): dit-macos-x86_64 · Windows: dit-windows-x86_64.exe
Each asset ships a .sha256 sidecar — verify with shasum -a 256 -c dit-<asset>.sha256.
Configure
echo 'ELEVENLABS_API_KEY=sk_your_key_here' > ~/.dit.envRun dit, press F9, speak, press F9 again. See the README for platform notes.