Skip to content

Releases: reddb-io/dit

dit v0.2.4

08 Jun 19:42

Choose a tag to compare

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

Linux (aarch64):

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

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

dit v0.2.3

08 Jun 19:00

Choose a tag to compare

dit v0.2.3

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

What's in 0.2.3

Full Changelog: v0.2.3...v0.2.3


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

Linux (aarch64):

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

macOS (Apple Silicon):

curl -fsSL https://github.com/reddb-io/dit/releases/download/v0.2.3/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.

dit v0.2.2

08 Jun 13:28

Choose a tag to compare

dit v0.2.2

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

What's in 0.2.2

Full Changelog: v0.2.2...v0.2.2


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

Linux (aarch64):

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

macOS (Apple Silicon):

curl -fsSL https://github.com/reddb-io/dit/releases/download/v0.2.2/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.

dit v0.2.1

04 Jun 12:21

Choose a tag to compare

dit v0.2.1

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

What's in 0.2.1

Full Changelog: v0.2.1...v0.2.1


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

Linux (aarch64):

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

macOS (Apple Silicon):

curl -fsSL https://github.com/reddb-io/dit/releases/download/v0.2.1/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.

dit v0.2.0

04 Jun 02:42

Choose a tag to compare

dit v0.2.0

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

What's in 0.2.0

Full Changelog: v0.2.0...v0.2.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.2.0/dit-linux-x86_64 -o dit && chmod +x dit

Linux (aarch64):

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

macOS (Apple Silicon):

curl -fsSL https://github.com/reddb-io/dit/releases/download/v0.2.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.

dit v0.1.0

03 Jun 18:07

Choose a tag to compare

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.