Personal AI Assistant
Use agtOS as your always-available voice assistant that actually remembers you.Voice interaction
Talk naturally via the desktop app, browser dashboard, or ESP32 hardware. Press your push-to-talk hotkey from any application.
Persistent memory
agtOS remembers your preferences, past conversations, and learned facts across sessions. Ask “What did we discuss last week?” and get real answers.
Task scheduling
“Remind me every morning at 7 AM to check my calendar” — agtOS creates and manages cron-based, one-time, and interval tasks.
Privacy-first
Everything runs on your machine. Use Ollama for fully local AI. Cloud is optional and only used when you choose.
- Install the desktop app and configure a Claude API key
- Say “Remember that I prefer metric units and morning meetings”
- Ask “Schedule a daily briefing at 7 AM”
- Next day, ask “What are my preferences?” — agtOS recalls everything
Smart Home Voice Hub
Connect agtOS to smart home devices via MCP for voice-controlled automation.- Connect an external smart home MCP server to agtOS
- agtOS discovers available tools automatically
- Voice commands are routed through the agent loop with tool execution
- Responses are spoken back via TTS
Developer Tool Integration
Connect agtOS to your development workflow as an MCP server for Claude Desktop, Cursor, or any MCP client.Voice coding assistant
Talk through architecture decisions while agtOS records, remembers context, and integrates with your IDE.
Claude Desktop bridge
Add agtOS as an MCP server in Claude Desktop. Use voice, scheduling, and memory tools directly from Claude.
voice.speak— read responses aloudschedule.create— set reminders and recurring tasksmemory.ask_about_user— recall your preferences and past context
IoT Voice Device
Build a standalone voice device using the ESP32-S3 and agtOS as the backend brain. Hardware: Seeed Studio XIAO ESP32-S3 Sense with I2S microphone and DAC speaker. Architecture:- Wake word detection on-device
- mDNS zero-config discovery (no manual IP configuration)
- Device registry with per-device authentication and preferences
- Platform-aware tool filtering (only send relevant tools to constrained devices)