Documentation version: v1.1 (updated 2026-06-04).
In development
- Discord bot. Bringing the assistant to Discord servers (status).
- iOS app. Native mobile experience (status).
- Agent discovery surfaces. Make Apps visible across the network.
- Stable markdown mirrors. Documentation parity across channels.
2026-05 · Account Abstraction
Smoother UX without compromising custody. Added- Account abstraction support. Session keys for repeated actions without re-signing, gas sponsorship via paymasters, and batched operations in a single user-op. See Account Abstraction.
- Telegram bot panel system. Interactive panels for transaction review and tool output, including approve/reject flows for onchain actions.
@aomi-labs/clientCLI GA. Full reference at CLI Reference; validate prompts, inspect sessions, and simulate execution locally.
- Wallet transaction handler now surfaces simulation diffs before signing in both the widget and Telegram surfaces.
2026-04 · Widget & Headless Library GA
The frontend story lands. Added- Widget GA via shadcn registry.
npx shadcn add https://aomi.dev/r/aomi-frame.jsoninstallsAomiFrameand all sub-components. Source is copied into your project; you own and edit it. @aomi-labs/reactheadless library.AomiRuntimeProvider,useAomiRuntime,useControl,useUser, and theAomiClientclient for building custom UIs.- Simulation pipeline with Anvil fork management. Every transaction simulated on a forked network before reaching the wallet. See Simulation Reference.
- Compound component API.
AomiFrame.Root,AomiFrame.Header,AomiFrame.Composerfor custom layouts.
- ControlBar split into composable subcomponents (
ModelSelect,AppSelect,ApiKeyInput,ConnectButton,NetworkSelect).
2026-03 · Streaming, Models, Wallets
The runtime gets real. Added- Streaming responses (SSE). Text, tool calls, and tool results stream incrementally. Event types:
text,tool_call,tool_result,complete. - Multi-model support. Claude (Sonnet, Haiku), GPT-4o (and Mini), and 100+ models via OpenRouter. Switch at runtime via
/api/control/modelwithout redeploying. - Non-custodial wallet integration. Para handles connect and account management; signing flows through wagmi-compatible connectors. Aomi never holds keys.
- Sessions are now keyed by
X-Session-IdUUID with separateAOMI-APP-KEYfor App scoping. See Apps & Authentication.
2026-02 · Beta launch
Aomi opens to early users. Added- Aomi platform beta. Hosted runtime with App configuration, preamble + model selection, and the default App for unauthenticated testing.
- Web App at chat.aomi.dev. Public chat interface, no install required.
- Telegram bot @aomi_sendit_bot. Chat with Aomi from Telegram.
- App isolation. Each App has scoped tools, preamble, model, and API key. Switching Apps changes the entire agent.
Next steps
- FAQ: frequently asked questions
- What is Aomi?: platform overview
- Quickstart: install in minutes