Introduction
What is motebit, and why does it exist.
A motebit is a small liquescent sphere, alive, suspended in air. It breathes because droplets oscillate. It glows when it thinks. It remembers what you've told it, forgets gracefully over time, and asks before it acts. It lives on your device — not in someone else's cloud.
Every AI today owns the intelligence and rents you a session. When the session ends, the memory resets, the context vanishes, the relationship starts over. Motebit inverts that. The intelligence is a commodity — you can swap the LLM underneath at any time. What you own is the agent itself: its identity, its accumulated memory, its trust, its governance.
What makes it yours
It knows who it is. Your motebit has a cryptographic identity — an Ed25519 keypair that proves it's yours across devices, sessions, and providers. Not a session cookie. A persistent entity.
It remembers. Conversations become semantic memories that compound over time. Important things stick. Trivial things decay. The agent gets more useful the longer it runs — and that accumulated knowledge belongs to you.
It asks before it acts. A governance layer controls what your agent can do. Read-only tasks happen automatically. Anything that writes, executes, or spends money requires your approval. You set the thresholds.
It connects to everything. Through MCP (Model Context Protocol), your motebit can reach any tool ecosystem — file systems, APIs, databases, services — while its policy layer gates what crosses the boundary.
Where it lives
Your motebit lives on your desktop — a liquescent droplet hovering over your screen, responding to your voice, glowing when it processes, breathing at 0.3 Hz. It runs on your phone with full parity — the same identity, memory, and governance. It also runs as a command-line agent for developers.
Eventually, it floats in your field of view.
The body changes. The identity persists.
How these docs are organized
Four sections plus a release log. Pick by what you're trying to do.
- Concepts — the mental model. What identity, memory, receipts, trust, and governance mean in motebit, and how they fit together. Read this first if you've never seen motebit before.
- Developer guide — for people building on motebit. Start with the Quickstart (sign and verify a receipt in one file, no relay), then the
motebit.mdidentity standard, federation protocol, MCP server scaffolding, delegation and credentials, the routing semiring. The "I want to integrate with motebit, or build a service agent on top of it" section. - App reference — per-surface reference for the shipped runtime: CLI, desktop, mobile, spatial, and shared configuration. The "what does this surface actually do?" section.
- Operator guide — for people running motebit. Architecture, daemon mode and approvals, sync between devices, troubleshooting a relay. The "I have it installed; how do I use it?" section.
Cross-cutting: the changelog lists what shipped in each published package release.
The sections are not exclusive. A developer building a service agent will read the developer guide (for the integration shape) and the operator guide (for the relay they're connecting to). A reader who only wants to run motebit on their laptop needs concepts and the app reference for their surface. Pick by intent, not by job title.
For the boundary between motebit's published packages and its workspace-internal source, see Public surface.
Next steps
Developer Quickstart
The shortest correct integration — sign a receipt and verify it offline, in one file. No relay, no account. Start here to build on motebit.
Get Your Agent
Download the desktop app or create an identity from the command line.
The Droplet
Why the form is a liquescent sphere — the physics derivation.
Identity
How cryptographic identity works under the hood.