# Inner Droid > An encrypted desktop app for running a fleet of autonomous AI agents on your own machine. Every agent has strictly gated powers (filesystem, shell, email, connectors, calendar, a knowledge base); every sensitive action is visible, attributable, and reversible from the interface. Runs on macOS, Windows, and Linux. ## What it is Inner Droid is a self-contained, cross-platform, LLM-independent desktop platform. You run a team of autonomous, scheduled, delegating AI agents, all driven from one built-in orchestrator agent named Droid. The app is an operations console for a single technical owner running the fleet locally, often in the background. ## How it works - AI agents: each has an identity (SOUL), procedures (INSTRUCTIONS), recurring routines (ROUTINES), an allowlist of tools, a model, and a persistent memory. An agent is either awake (acts on every heartbeat) or asleep (invoked only by a peer). - Droid: a built-in, immutable orchestrator agent. It guides you through creating agents in conversation, routes and delegates work, supervises the fleet on a heartbeat, and acts as a fallback worker. - The gate: every sensitive action (shell commands, destructive filesystem operations, external calls) passes through a two-layer policy engine (embedded rules above your own) and is recorded in an approval ledger with a traceable #ref. Safe by default; autonomy grows through explicit "always allow" grants. ## Built-in tools - Persistent dynamic memory: an agent-maintained, compounding knowledge base of plain, linked notes. Agents file what matters from your sources and questions; you can ask them to recall it later instead of re-deriving it. - Smart email client: a full inbox agents read, triage, draft, and send from, polled on a heartbeat, with a gate on anything that leaves. - Calendar and reminders: agents schedule, watch, and act on your calendar. - Messaging connectors: enable a channel (WhatsApp, Discord, Telegram, Slack) and agents read incoming messages and reply through it. For example, an agent answers a customer on WhatsApp using persistent memory, or follows a Slack channel and replies to project updates. - Meeting recorder: record a call from the microphone and, optionally, the system audio so the other participants are captured too. Whisper transcribes it on the machine into a markdown file next to the audio. Meeting audio is always transcribed on-device, even when the app's general transcription setting points at a cloud model. The transcripts are files on your disk; no agent reads them unless you grant it that folder. - Custom tools: when a capability isn't built in, describe it to Droid in chat and answer a few questions. It generates a working custom tool for you, ready to use and gated like the rest. ## Trust and sovereignty - Encrypted at rest: the entire SQLite database is encrypted on disk; an optional PIN gates the app. - LLM-independent: runs on a Claude subscription (driven headlessly) or on your own OpenRouter API key. Each agent picks its own model within the active backend. - No terminal exposed: tools, policies, agent definitions, credentials, and prompts are all edited in-app. Nothing lives outside the application. - Local-first: it runs on your machine; your data stays with you. ## Status Inner Droid is in private beta. The landing page collects early-access signups by email. ## Maker Built by Bajara (https://bajara.it). ## Pages - [What it is](https://innerdroid.com/#what): the platform, the fleet, and Droid the orchestrator. - [Built-in tools](https://innerdroid.com/#features): memory, email, calendar, connectors, the meeting recorder, and custom tools. - [The gate and approval ledger](https://innerdroid.com/#trust): how sensitive actions are gated, logged, and reversed. - [Trust and sovereignty](https://innerdroid.com/#sovereign): encryption at rest, LLM independence, local-first. - [Who it's for](https://innerdroid.com/#personas): the technical owner running a local fleet. - [Use cases](https://innerdroid.com/#usecases): concrete jobs the fleet handles. - [Comparison](https://innerdroid.com/#compare): how Inner Droid differs from hosted agent tools. - [Early access](https://innerdroid.com/#access): email signup for the private beta. ## Optional - [Bajara](https://bajara.it): the maker.