Skip to content

dit v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 18:07
· 16 commits to main since this release

dit v0.1.0

Push-to-toggle voice dictation — speak, and the transcript is typed into the focused app.

What's in 0.1.0

Full Changelog: v0.1.0...v0.1.0


Install

One-liner — Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/reddb-io/dit/main/install.sh | bash

One-liner — Windows (PowerShell):

irm https://raw.githubusercontent.com/reddb-io/dit/main/install.ps1 | iex

Or 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.1.0/dit-linux-x86_64 -o dit && chmod +x dit

Linux (aarch64):

curl -fsSL https://github.com/reddb-io/dit/releases/download/v0.1.0/dit-linux-aarch64 -o dit && chmod +x dit

macOS (Apple Silicon):

curl -fsSL https://github.com/reddb-io/dit/releases/download/v0.1.0/dit-macos-aarch64 -o dit && chmod +x dit
xattr -d com.apple.quarantine dit   # clear Gatekeeper

macOS (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.env

Run dit, press F9, speak, press F9 again. See the README for platform notes.