whatisgithub

What is chordvoxmini?

iamcheyan/chordvoxmini — explained in plain English

Analysis updated 2026-05-18

1JavaScriptAudience · generalComplexity · 2/5LicenseSetup · moderate

In one sentence

A free, fully offline voice dictation tool that transcribes speech and pastes cleaned up text into any app.

Mindmap

mindmap
  root((repo))
    What it does
      Offline speech to text
      Pastes into any app
      Cleans up spoken text
    Tech stack
      JavaScript
      Node.js
      Python
      CoreML
    Use cases
      Dictate text hands free
      Speak notes into any app
      Chinese to Japanese voice translation
    Audience
      Mac users
      Privacy conscious writers
      Vibe 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 with a keyboard shortcut and have it pasted automatically into any application

USE CASE 2

Use speech to text without sending audio to a cloud service

USE CASE 3

Speak in Chinese and get translated Japanese text pasted directly using the experimental translation feature

What is it built with?

JavaScriptNode.jsPythonCoreML

How does it compare?

iamcheyan/chordvoxminiacip/slack-claude-agentadii0906/supportiq
Stars111
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderatemoderatemoderate
Complexity2/53/53/5
Audiencegeneraldeveloperdeveloper

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

How do you get it running?

Difficulty · moderate Time to first run · 30min

Only verified on macOS, Windows and Linux support is unconfirmed.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

ChordVoxMini is a local, offline voice input tool forked from an open source project called ChordVox. Its main goal is to provide free speech to text that runs entirely on your device, with no cloud service, no paid subscription, and no collection of your audio or text data. The core workflow is simple: press a keyboard shortcut to start recording, speak, and the tool transcribes your speech and automatically pastes the result at wherever your cursor is, in any application. This means you do not have to switch windows or copy and paste manually, the text just shows up where you were typing. After transcription, a local AI model polishes the text to remove spoken language habits, filler words, and false starts, producing cleaner written output than a raw transcript would. There is also an experimental offline Chinese to Japanese translation feature, so you can speak in Chinese and have the translated Japanese text pasted directly, without going through a separate translation step or service. On Mac devices with Apple Silicon chips, the tool attempts to use CoreML hardware acceleration to speed up inference and reduce energy use, since running speech recognition and language models on a laptop can otherwise be slow and drain the battery quickly. The project is a personal fork maintained by a single developer and is described as lightly tested. Platform support has only been verified on macOS, compatibility with Windows and Linux has not been confirmed, so anyone outside macOS should expect rough edges or missing functionality. Setup requires Node.js and Python 3, installing dependencies with npm install, and running npm run dev to start the tool in development mode. The project is written in JavaScript and released under the MIT license, so it can be freely used, modified, and redistributed.

Copy-paste prompts

Prompt 1
Walk me through installing ChordVoxMini with Node.js and Python 3 on my Mac
Prompt 2
Explain how the local AI model cleans up spoken language habits in the transcribed text
Prompt 3
Show me how to use the experimental Chinese to Japanese translation feature

Frequently asked questions

What is chordvoxmini?

A free, fully offline voice dictation tool that transcribes speech and pastes cleaned up text into any app.

What language is chordvoxmini written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, Python.

What license does chordvoxmini use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is chordvoxmini to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is chordvoxmini for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.