ericclemmons/aside — explained in plain English
Analysis updated 2026-08-10 · repo last pushed 2026-04-13
Speak coding instructions hands-free while reading docs in your browser without switching windows.
Voice-control an AI coding assistant to build or fix code while staying focused on your editor.
Dictate text directly into any active field using hold-to-type mode.
Send spoken prompts with selected text context to a coding session via tap-to-dispatch mode.
| ericclemmons/aside | 98przem/mist | gistya/ox0badf00d | |
|---|---|---|---|
| Stars | 8 | 8 | 8 |
| Language | Swift | Swift | Swift |
| Last pushed | 2026-04-13 | — | — |
| Maintenance | Maintained | — | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 3/5 | 4/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires macOS 14 Sonoma or later and needs microphone, speech recognition, and accessibility permissions granted to function.
Aside is a macOS menu bar app that lets you control coding with your voice. Press a hotkey, speak your prompt, and it sends your words, along with context from whatever you're looking at, to an AI coding assistant. Instead of typing out instructions or switching windows, you just talk and your code editor gets the message. The app lives in your menu bar (no dock icon). You press the Right Option key from anywhere on your Mac and start speaking. It transcribes your speech on-device, meaning the audio is processed locally rather than sent to a cloud server. While you talk, it grabs context from your current window: which app is active, what URL your browser is on, and what text you have selected. Then it sends the whole package, your transcribed prompt plus that context, to OpenCode, a command-line coding assistant. It has two modes. "Hold to type" means you hold down the hotkey, speak, and release to type your transcribed words directly into whatever field is active. "Tap to dispatch" lets you tap to start recording, tap again to stop, pick a coding session with arrow keys, and send the prompt to OpenCode. The transcription can use Apple's built-in speech recognition, WhisperKit, or Parakeet, all running on your Mac. This is for developers who want to stay in flow and use voice instead of typing. If you're looking at code, reading documentation in a browser, or referencing a URL and want to ask an AI to build or fix something, you just speak naturally rather than breaking focus to type everything out. The project is written in Swift using native macOS UI tools, and requires macOS 14 (Sonoma) or later. It needs permissions for microphone, speech recognition, and accessibility access to work properly. The release process is fully automated, pushing code changes triggers automatic version bumps, builds, Apple notarization, and Homebrew updates.
Aside is a macOS menu bar app that lets developers control AI coding assistants with their voice, sending spoken prompts plus context from the current window to a command-line coding tool.
Mainly Swift. The stack also includes Swift, macOS native UI, WhisperKit.
Maintained — commit in last 6 months (last push 2026-04-13).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.