< MACOS APP LAUNCHER
MACOS APP LAUNCHER / INSTALL GUIDE

VoiceOS

Control your Mac apps with voice. Open, focus, quit, open links, set volume — all through natural language.


Download VoiceOS
STEP 01 — CLONE
Get the source
git clone https://github.com/gabeperez/macos-app-launcher.git cd macos-app-launcher
STEP 02 — INSTALL
Install dependencies
npm install chmod +x start.sh
REQUIRES NODE.JS 18+
STEP 03 — CONFIGURE
Add to VoiceOS

Open VoiceOS → Settings → Integrations → Custom Integrations → Add. Enter a name and paste the launch command below.

LAUNCH COMMAND
/absolute/path/to/macos-app-launcher/start.sh
Replace with your actual install path
STEP 04 — USE
Start talking

Restart VoiceOS. Then just say what you want.

AVAILABLE TOOLS
open_app Launch any app by name or alias
focus_app Bring a running app to front
quit_app Gracefully close an app
list_running_apps Show all visible apps
set_volume System volume 0-100
open_url Open any URL in browser (adds https:// automatically)