eyra menu for menu bar controls, eyra open for the local Web UI, or eyra examples for concrete first prompts and local workflows.
Install Eyra
Use the guided installer or source setup to prepare local AI, voice, and the
eyra command.Menu bar
Start, stop, diagnose, and tune Eyra from the macOS menu bar.
Use voice
Run spoken turns, dictation, approvals, interruption, and hands-free status.
Understand the architecture
Follow the runtime, router, tools, connectors, jobs, Web UI, and privacy boundary.
Verify releases
Run the local voice-to-computer certification matrix and project checks.
Product promise
Eyra is the coordinator, not the worker pile. It keeps the local voice-to-computer workflow useful without making privacy and recovery vague. Tools, Web UI, Realtime voice, connectors, MCP, OS control, browser work, and terminal-agent delegation are available only when you enable the matching capability.Runtime model
What stays local
| Surface | Default |
|---|---|
| Model endpoint | http://localhost:11434/v1 |
| Voice input | Local Whisper through socket or CLI |
| Speech output | Local Whisper TTS |
| Screenshots | Captured and encoded in memory |
| Files | Sandboxed under configured roots |
| Network tools | Disabled |
| Web UI | Disabled |
| Realtime voice | Disabled |
| Connectors | Disabled |
| External agents and MCP | Disabled |
Main paths
- Start locally: Installation
- Run the first session: First session
- Tune settings: Configuration
- Control files safely: Local file work
- Run long work: Background tasks
- Attach external workers: Connectors
- Attach a browser or phone: Web UI
- Build or modify Eyra: Local development