Why GenosOS?
Most AI assistants share three problems: they are stateless (they forget you between sessions), cloud-only (your conversations live on someone else’s server), and technically demanding (environment variables, config files, deployment scripts). GenosOS is built to solve all three.| Typical AI assistant | GenosOS | |
|---|---|---|
| Memory | Stateless — resets each session | Persistent memory with semantic search |
| Data location | Cloud-hosted | Your hardware only |
| Configuration | Config files, dashboards | Natural language conversation |
| Encryption | Optional or none | AES-256-GCM, mandatory |
Core differentiators
Runs on your hardware. The gateway binds to loopback by default. Your data stays on your machine. Encrypted by default. AES-256-GCM encryption at rest (PBKDF2 100K iterations). Every config write is encrypted automatically — the agent does not need to know it is happening. Remembers you. Structured memory with semantic search. Your assistant knows your preferences, your projects, and your context across sessions. TOON compaction reduces token usage by ~40% while preserving meaning. Works across channels. One assistant, connected to all your messaging apps. Messages from any channel land in the same conversation with full memory and context. Configured by talking. The agent understands 30 configuration actions, validated by 190 server-side blueprints. Say what you want — the agent handles the how.Configured by talking
No forms. No JSON editing. Describe what you want and the agent makes it happen.Supported channels
Core messaging:| Channel | Library | Status |
|---|---|---|
| Baileys | Production | |
| Telegram | grammY | Production |
| Slack | Bolt | Production |
| Discord | discord.js | Production |
| Signal | signal-utils | Production |
| iMessage | macOS native | Production |
| Channel | Technology | Status |
|---|---|---|
| Voice calls | Twilio/Telnyx + OpenAI Realtime | Production |
| Realtime call | OpenAI Realtime (bidirectional) | Experimental |
| Local TTS | Kokoro (on-device, no cloud) | Production |
AI providers
Three curated, fully-tested providers with tool calling support:| Provider | Default model | Boost model |
|---|---|---|
| Anthropic | Claude Sonnet 4.6 | Claude Opus 4.6 |
| OpenAI | GPT-5.4 | o3 |
| Gemini | Gemini 2.5 Pro | Gemini 3 Pro |
Runtime
GenosOS is built on Bun (>=1.2.0) and written in pure JavaScript (ES2024+). There is no TypeScript compilation and no build step for development. Bun provides native SQLite, fast startup, and instant ESM resolution.Explore the docs
Quick start
Get GenosOS running in under five minutes — from install to first conversation.
Connect channels
Link WhatsApp, Telegram, Slack, Discord, Signal, and more.
AI providers
Choose and configure Anthropic, OpenAI, or Gemini.
Security and vault
Understand encryption, Fortress Mode, and WebAuthn/Touch ID.