Always ready.
Never cloud-dependent.
Wake-word detection, transcription, routing, and fallback reasoning all run on your Windows machine.
VOICE → INTENT → ACTION
A hands-free Windows command layer that handles everyday requests instantly, then brings in local AI only when language gets ambiguous.
Say a command or choose a route below.
Most voice assistants send every utterance through a model. Jarvis treats latency as a design constraint: common commands stay deterministic; context and reasoning are earned only when needed.
Wake-word detection, transcription, routing, and fallback reasoning all run on your Windows machine.
Search music, control playback, volume, tabs, and fullscreen without breaking focus.
Launch multi-step study, assignment, bug bounty, or music modes with one phrase.
COMMAND PREVIEW
you open my research setup
jarvis bug bounty workflow active
High-impact system actions require spoken confirmation. Allowed apps are explicit. Tool schemas narrow as certainty improves.
Each utterance takes the shortest trustworthy route to execution.
Known phrasing maps directly to an approved action.
pause · volume · open · workflowVocabulary and entity data clean up imperfect speech.
artists · titles · URLs · appsIntent patterns resolve common ambiguous forms.
questions · search · navigationThe local model receives only the narrowed tool set.
low-confidence commands onlyBuilt for Windows 10/11, Python 3.11+, Ollama, and a microphone. GPU acceleration is optional.
Read full installation guide ↗git clone .../Jarvis-Voice-Assistantpip install -r requirements.txtpython scripts/list_mics.py.\run_jarvis.ps1