explaingit

hehehai/voxt

Analysis updated 2026-05-18

615SwiftAudience · generalComplexity · 1/5Setup · easy

TLDR

Voxt is a macOS menu bar app that turns your speech into typed text, translations, or AI prompts, pasted directly into whatever app you are using.

Mindmap

mindmap
  root((Voxt))
    What it does
      Speech to text
      Speech to translation
      Voice as AI prompt
      Rewrite by voice
    Tech stack
      Swift
      WhisperKit
      MLX local models
    Use cases
      Hands free dictation
      Instant translation
      Voice driven writing
    Audience
      macOS users
      Writers and coders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Dictate text into any macOS app by holding a shortcut, speaking, and releasing to paste.

USE CASE 2

Speak a sentence and have it instantly translated and pasted in another language.

USE CASE 3

Use your voice as an AI prompt to generate text, like a self-introduction or a rewrite of selected text.

What is it built with?

SwiftWhisperKitMLX

How does it compare?

hehehai/voxtcoszone/moepeekkageroumado/phosphene
Stars615661495
LanguageSwiftSwiftSwift
Setup difficultyeasyeasyhard
Complexity1/51/54/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Install via Homebrew or direct download, local AI models can be downloaded separately for offline use.

License terms are not stated in the available README excerpt.

In plain English

Voxt is a macOS menu bar app that lets you speak instead of type. Hold a keyboard shortcut, speak, release, and your words are automatically transcribed and pasted into whatever app you were using, a text editor, a chat window, an email draft, anything with a text cursor. Beyond basic dictation, Voxt offers three modes triggered by different shortcut combinations. The first converts speech to text with optional AI cleanup, removing filler words, fixing punctuation, and applying custom rules depending on which app you are using, different rules for coding versus email versus chat, for example. The second mode transcribes speech and then immediately translates the result into another language. The third mode treats your speech as an AI prompt: you say something like "write me a 200 word summary of X" and the response is inserted into your current app. Under the hood, Voxt separates the speech to text step from the language model enhancement step, letting you choose different providers for each. It supports running models entirely on your device, with no data sent to the cloud, including several local speech recognition families and local language models, useful for privacy or offline use. It also connects to external AI provider APIs. A personal dictionary feature lets you add specific terms or names that the transcription engine should recognize correctly, and can auto-correct near matches before output. The app also supports rewriting selected text by voice, such as saying "make this shorter and smoother." It is built natively in Swift and targets macOS, and is available via direct download or Homebrew. The full README is longer than what was shown.

Copy-paste prompts

Prompt 1
Help me install Voxt via Homebrew and set up a local Whisper model for offline dictation.
Prompt 2
How do I create custom AI cleanup rules in Voxt for coding versus email apps?
Prompt 3
Explain how to add specific terms to Voxt's personal dictionary for better transcription accuracy.
Prompt 4
Show me how to use Voxt's voice-as-prompt mode to rewrite selected text.

Frequently asked questions

What is voxt?

Voxt is a macOS menu bar app that turns your speech into typed text, translations, or AI prompts, pasted directly into whatever app you are using.

What language is voxt written in?

Mainly Swift. The stack also includes Swift, WhisperKit, MLX.

What license does voxt use?

License terms are not stated in the available README excerpt.

How hard is voxt to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is voxt for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.