A macOS voice, screenshot, clipboard, and coding-agent workbench.
44
stars
56
commits
Swift
primary language
Aug 3, 2026
updated
Voice input for macOS, Windows, and iOS.
Speak to write on all three platforms. The desktop editions add system-wide dictation workflows; macOS also includes the full local context workbench.
VoxFlow stays in the app you are already using. It is not a voice assistant: it does not take over your window, move you into another input box, press Enter, or submit messages for you.
It is a voice keyboard first, with a local workbench around the things you capture while working: dictation, screenshots, screen recordings, clipboard items, notes, and local coding-agent instructions.
| Workflow | Trigger | What Happens | Safety Boundary |
|---|---|---|---|
| Speak to type | Hold the dictation shortcut, speak, release | Text is inserted at the current cursor | No focus stealing, no auto-submit |
| Open the launcher | ⌥Space | Search recent assets, actions, quicklinks, and Ask AI | Keyboard-first, Raycast-style |
| Recover local assets | Launcher or Workbench | Search voice, screenshot, recording, clipboard, and note history | Stored locally by default |
| OCR an image | Copy an image, press ⌘⇧V | OCR text is pasted into the current field | Image-only workflow |
| Capture the screen | Press ⌘⇧A, select a region | Review OCR, translation, summary, and the image record | Requires Screen Recording permission |
| Work with selected text | ⌘⇧F/J/K/L/P | Translate, summarize, send to Task Assistant, or Ask AI | Uses explicit shortcuts |
| Compose for AI tools | Speak intent with window context | A prompt is copied for ChatGPT, Claude, Codex, Cursor, or similar tools | Copy only |
| Command local agents | Speak an agent name and task | Dispatch to registered Codex, Claude, CodeBuddy, or terminal-agent sessions | Registered sessions only |
Download the latest release from GitHub Releases:
| Platform | Package | Installation |
|---|---|---|
| macOS | VoxFlow-1.15.0-macOS.dmg | Open the DMG and drag VoxFlow to Applications. |
| Windows x64 | VoxFlow-1.15.0-windows-x64-setup.exe or VoxFlow-1.15.0-windows-x64-portable.zip | Run the per-user installer, or extract the portable package. |
| iOS 17+ | Mashangxie-1.15.0-iOS.ipa | Install the Ad Hoc IPA on a device whose UDID is registered in the bundled profiles. |
| Permission | Why VoxFlow Needs It |
|---|---|
| Accessibility | Listen for global shortcuts and insert text into the current app |
| Microphone | Record your voice |
| Speech Recognition | Use Apple Speech when selected |
| Screen Recording | Read current-window context, screenshot OCR, and screen recording content |
If a shortcut does not respond after granting permissions, quit and reopen VoxFlow.
| Shortcut | Action |
|---|---|
⌥Space | Open the VoxFlow launcher |
| Dictation shortcut | Hold to speak, release to insert; configurable in Settings |
⌘⇧V | OCR clipboard image and paste recognized text |
⌘⇧A | Capture a screen region and open the OCR result panel |
⌘⇧F | Open selection actions |
⌘⇧J | Translate selected text |
⌘⇧K | Summarize selected text |
⌘⇧L | Send selected text to Task Assistant |
⌘⇧P | Send selected text to Ask AI |
Open the Workbench to review local history, screenshots, recordings, notes, personal corrections, models, provider settings, and AI Coding Assistant sessions.
Use ⌘⇧V for copied images and ⌘⇧A for a selected screen region. OCR text can be copied, spoken, translated, summarized, or reused later from the Workbench.
Task Assistant turns visible window context plus spoken intent into a prompt. AI Coding Assistant dispatches spoken instructions to registered local coding-agent sessions.
See Agent workflows for setup and safety boundaries.
VoxFlow supports Apple Speech out of the box, local providers such as Qwen3-ASR, Whisper, FunASR, SenseVoice, Paraformer, NVIDIA Nemotron, Parakeet, and Omnilingual, plus optional cloud providers such as Groq, Tencent Cloud, Alibaba Cloud, and future provider slots.
See Speech models for the full provider matrix.
See Privacy and data and Privacy Policy for details.
| Topic | Link |
|---|---|
| Documentation index | docs/README.md |
| Speech model matrix | docs/speech-models.md |
| Agent workflows | docs/agent-workflows.md |
| Privacy and data storage | docs/privacy-and-data.md |
| Build from source | docs/build-from-source.md |
| Third-party licenses | docs/third-party-licenses.md |
git clone https://github.com/xingbofeng/VoxFlow.git
cd VoxFlow
make run-dev
See Build from source for commands, source layout, and development notes.
Follow the author on X: @Counterxing
Scan the QR codes below to add the author on WeChat or join the VoxFlow user group.
Add WeChat
|
Join the user group
|
56 commits
Swift
66.2%
C#
28.7%
Rust
1.2%
PowerShell
1.1%
A macOS voice, screenshot, clipboard, and coding-agent workbench.
44
stars
56
commits
Swift
primary language
Aug 3, 2026
updated
Voice input for macOS, Windows, and iOS.
Speak to write on all three platforms. The desktop editions add system-wide dictation workflows; macOS also includes the full local context workbench.
VoxFlow stays in the app you are already using. It is not a voice assistant: it does not take over your window, move you into another input box, press Enter, or submit messages for you.
It is a voice keyboard first, with a local workbench around the things you capture while working: dictation, screenshots, screen recordings, clipboard items, notes, and local coding-agent instructions.
| Workflow | Trigger | What Happens | Safety Boundary |
|---|---|---|---|
| Speak to type | Hold the dictation shortcut, speak, release | Text is inserted at the current cursor | No focus stealing, no auto-submit |
| Open the launcher | ⌥Space | Search recent assets, actions, quicklinks, and Ask AI | Keyboard-first, Raycast-style |
| Recover local assets | Launcher or Workbench | Search voice, screenshot, recording, clipboard, and note history | Stored locally by default |
| OCR an image | Copy an image, press ⌘⇧V | OCR text is pasted into the current field | Image-only workflow |
| Capture the screen | Press ⌘⇧A, select a region | Review OCR, translation, summary, and the image record | Requires Screen Recording permission |
| Work with selected text | ⌘⇧F/J/K/L/P | Translate, summarize, send to Task Assistant, or Ask AI | Uses explicit shortcuts |
| Compose for AI tools | Speak intent with window context | A prompt is copied for ChatGPT, Claude, Codex, Cursor, or similar tools | Copy only |
| Command local agents | Speak an agent name and task | Dispatch to registered Codex, Claude, CodeBuddy, or terminal-agent sessions | Registered sessions only |
Download the latest release from GitHub Releases:
| Platform | Package | Installation |
|---|---|---|
| macOS | VoxFlow-1.15.0-macOS.dmg | Open the DMG and drag VoxFlow to Applications. |
| Windows x64 | VoxFlow-1.15.0-windows-x64-setup.exe or VoxFlow-1.15.0-windows-x64-portable.zip | Run the per-user installer, or extract the portable package. |
| iOS 17+ | Mashangxie-1.15.0-iOS.ipa | Install the Ad Hoc IPA on a device whose UDID is registered in the bundled profiles. |
| Permission | Why VoxFlow Needs It |
|---|---|
| Accessibility | Listen for global shortcuts and insert text into the current app |
| Microphone | Record your voice |
| Speech Recognition | Use Apple Speech when selected |
| Screen Recording | Read current-window context, screenshot OCR, and screen recording content |
If a shortcut does not respond after granting permissions, quit and reopen VoxFlow.
| Shortcut | Action |
|---|---|
⌥Space | Open the VoxFlow launcher |
| Dictation shortcut | Hold to speak, release to insert; configurable in Settings |
⌘⇧V | OCR clipboard image and paste recognized text |
⌘⇧A | Capture a screen region and open the OCR result panel |
⌘⇧F | Open selection actions |
⌘⇧J | Translate selected text |
⌘⇧K | Summarize selected text |
⌘⇧L | Send selected text to Task Assistant |
⌘⇧P | Send selected text to Ask AI |
Open the Workbench to review local history, screenshots, recordings, notes, personal corrections, models, provider settings, and AI Coding Assistant sessions.
Use ⌘⇧V for copied images and ⌘⇧A for a selected screen region. OCR text can be copied, spoken, translated, summarized, or reused later from the Workbench.
Task Assistant turns visible window context plus spoken intent into a prompt. AI Coding Assistant dispatches spoken instructions to registered local coding-agent sessions.
See Agent workflows for setup and safety boundaries.
VoxFlow supports Apple Speech out of the box, local providers such as Qwen3-ASR, Whisper, FunASR, SenseVoice, Paraformer, NVIDIA Nemotron, Parakeet, and Omnilingual, plus optional cloud providers such as Groq, Tencent Cloud, Alibaba Cloud, and future provider slots.
See Speech models for the full provider matrix.
See Privacy and data and Privacy Policy for details.
| Topic | Link |
|---|---|
| Documentation index | docs/README.md |
| Speech model matrix | docs/speech-models.md |
| Agent workflows | docs/agent-workflows.md |
| Privacy and data storage | docs/privacy-and-data.md |
| Build from source | docs/build-from-source.md |
| Third-party licenses | docs/third-party-licenses.md |
git clone https://github.com/xingbofeng/VoxFlow.git
cd VoxFlow
make run-dev
See Build from source for commands, source layout, and development notes.
Follow the author on X: @Counterxing
Scan the QR codes below to add the author on WeChat or join the VoxFlow user group.
Add WeChat
|
Join the user group
|
56 commits
Swift
66.2%
C#
28.7%
Rust
1.2%
PowerShell
1.1%