> For the complete documentation index, see [llms.txt](https://tinyhumans.gitbook.io/openhuman/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tinyhumans.gitbook.io/openhuman/features.md).

# Features

- [Realtime Mascot](https://tinyhumans.gitbook.io/openhuman/features/mascot.md): The on-screen face of OpenHuman, a desktop mascot that speaks, reacts, joins your meetings, and thinks in the background even when you aren't looking at it.
- [Meeting Agents](https://tinyhumans.gitbook.io/openhuman/features/mascot/meeting-agents.md): The mascot joins Google Meet, Zoom, Teams, and Webex as a real participant: listens, streams a live transcript, speaks back when addressed, auto-joins from your calendar, and uses tools mid-meeting. M
- [Memory](https://tinyhumans.gitbook.io/openhuman/features/obsidian-wiki.md): Every memory chunk also lives as a Markdown file in an Obsidian-compatible vault you can open and edit. Inspired by Karpathy's obsidian-wiki workflow.
- [Memory Tree](https://tinyhumans.gitbook.io/openhuman/features/obsidian-wiki/memory-tree.md): OpenHuman's local-first knowledge base. Ingest from your tools, canonicalize into Markdown, chunk, score, and fold into hierarchical summary trees.
- [Memory Sources & Scoping](https://tinyhumans.gitbook.io/openhuman/features/obsidian-wiki/sources.md): The typed registry of connectors that feed your Memory Tree (local folders, GitHub repos, RSS feeds, web pages, and Composio OAuth integrations), plus per-agent source scoping for privacy and focus.
- [Auto-fetch from Integrations](https://tinyhumans.gitbook.io/openhuman/features/obsidian-wiki/auto-fetch.md): Every twenty minutes, OpenHuman walks every active integration and folds new data into your memory tree. No prompts, no polling loops you have to write.
- [Scoring & Ranking](https://tinyhumans.gitbook.io/openhuman/features/obsidian-wiki/scoring.md): How OpenHuman scores every chunk before it enters the Memory Tree - weighted signals gate admission, entity extraction enriches it, and an inverted index plus vector embeddings make it recallable.
- [Retrieval & Recall](https://tinyhumans.gitbook.io/openhuman/features/obsidian-wiki/retrieval.md): How OpenHuman reads back from the memory tree. A handful of deterministic retrieval primitives, canonical entity resolution, a co-occurrence graph, and a specialist memory sub-agent that combines them
- [Memory Diff (Git-Backed)](https://tinyhumans.gitbook.io/openhuman/features/obsidian-wiki/memory-diff.md): Git-backed change tracking for memory. Every sync is committed to a snapshot ledger, so the agent can ask "what changed since I last looked?"
- [agentmemory backend](https://tinyhumans.gitbook.io/openhuman/features/obsidian-wiki/agentmemory-backend.md): Optional \`Memory\` trait backend that delegates to a locally-running agentmemory REST server, for users who self-host agentmemory across Claude Code, Cursor, Codex, OpenCode, and OpenHuman.
- [Third-party Integrations (118+)](https://tinyhumans.gitbook.io/openhuman/features/integrations.md): 118+ third-party integrations - Gmail, Notion, GitHub, Slack, Stripe, Calendar and more - with one-click OAuth and zero API keys.
- [Triggers](https://tinyhumans.gitbook.io/openhuman/features/integrations/triggers.md): Live events from connected integrations (a new Gmail message, a Notion edit, a Stripe charge) arrive as triggers, get classified by a triage agent, and can fire agent actions automatically.
- [MCP Servers & Skills](https://tinyhumans.gitbook.io/openhuman/features/integrations/mcp-and-skills.md): Beyond the curated OAuth connectors - browse thousands of MCP servers and a 90,000-entry Skills catalog, and let OpenHuman act as an MCP server itself.
- [The Orchestrator](https://tinyhumans.gitbook.io/openhuman/features/orchestration.md): OpenHuman is an orchestrator, not a chatbot: durable agent graphs, visual workflows, sub-agent fleets, a split-brain always-on layer, and end-to-end encrypted agent-to-agent sessions, all in one coher
- [Workflows](https://tinyhumans.gitbook.io/openhuman/features/workflows.md): Durable, visual automations built on the open-source tinyflows engine. The agent proposes a workflow in chat; you review it on a canvas, save it, and it runs on schedules or live app events, pausing f
- [Messaging Channels](https://tinyhumans.gitbook.io/openhuman/features/channels.md): Messaging platforms OpenHuman talks back to you on: inbound dispatch into the agent loop, outbound replies and proactive delivery, and per-channel credentials.
- [SuperContext](https://tinyhumans.gitbook.io/openhuman/features/super-context.md): Deterministic, harness-driven context preparation on the first turn of every new conversation - so the agent never starts cold.
- [Goals & Todos](https://tinyhumans.gitbook.io/openhuman/features/goals-and-todos.md): Long-term goals, per-thread objectives with budgets, and a kanban task board - how OpenHuman stays pointed at what matters.
- [Personalization & Self-Learning](https://tinyhumans.gitbook.io/openhuman/features/personalization.md): How OpenHuman learns your communication style, identity, tooling, vetoes, and goals from everyday use, then surfaces them as ambient defaults in every reply.
- [Themes & Theme Studio](https://tinyhumans.gitbook.io/openhuman/features/theming.md): Five built-in theme families, light/dark/auto variants, and a full visual Theme Studio - make OpenHuman look the way you want.
- [Smart Token Compression](https://tinyhumans.gitbook.io/openhuman/features/token-compression.md): TokenJuice - a multi-stage compression router that compacts verbose tool output before it ever enters LLM context.
- [Automatic Model Routing](https://tinyhumans.gitbook.io/openhuman/features/model-routing.md): One subscription, many models. Tasks pick their model via hint prefixes: reasoning goes to a strong model, fast paths go to a fast one, vision to vision.
- [Local AI (optional)](https://tinyhumans.gitbook.io/openhuman/features/model-routing/local-ai.md): Optional, opt-in local AI via Ollama or LM Studio. Powers memory embeddings, summary-tree building, background loops, and explicitly routed chat/reasoning workloads on-device.
- [Available Tools](https://tinyhumans.gitbook.io/openhuman/features/native-tools.md): The full toolset OpenHuman's agent has out of the box - research, code, control your machine, schedule jobs, talk back to you, and call into 118+ third-party services.
- [Web Search](https://tinyhumans.gitbook.io/openhuman/features/native-tools/web-search.md): A native search tool the agent can call directly - no API key required.
- [Image Tools](https://tinyhumans.gitbook.io/openhuman/features/native-tools/image-tools.md)
- [Web Scraper](https://tinyhumans.gitbook.io/openhuman/features/native-tools/web-scraper.md): A purpose-built "GET-and-read" tool that returns clean text, not raw HTML.
- [Image & Video Generation](https://tinyhumans.gitbook.io/openhuman/features/native-tools/media-generation.md): Ask for an image or a video and dedicated media agents generate it: image generation and editing (Seedream / SeedEdit), plus text-to-video and animate-a-reference-image (Seedance / Veo), saved straigh
- [Coder](https://tinyhumans.gitbook.io/openhuman/features/native-tools/coder.md): A complete toolset for working on real codebases - read, write, edit, search, git, lint, test.
- [Browser & Computer Control](https://tinyhumans.gitbook.io/openhuman/features/native-tools/browser-and-computer.md): Open URLs, inspect DOM snapshots, click, type, and move the mouse - natively.
- [Cron & Scheduling](https://tinyhumans.gitbook.io/openhuman/features/native-tools/cron.md): Recurring jobs, one-off reminders, and scheduled agent runs - first-class.
- [Voice](https://tinyhumans.gitbook.io/openhuman/features/native-tools/voice.md): Native voice - speech-to-text in, text-to-speech out, mascot lip-sync, and a live Google Meet agent that listens and speaks.
- [Memory Tools](https://tinyhumans.gitbook.io/openhuman/features/native-tools/memory-tools.md): How the agent reads, writes, and searches its own long-term memory.
- [Tool-Scoped Memory](https://tinyhumans.gitbook.io/openhuman/features/native-tools/tool-memory.md): Durable, tool-scoped rules for safety-critical guidance and learnings.
- [Third-party Integrations](https://tinyhumans.gitbook.io/openhuman/features/native-tools/integrations.md): The agent's view of the 119+ connected third-party services.
- [Agent Coordination](https://tinyhumans.gitbook.io/openhuman/features/native-tools/agent-coordination.md): Tools the agent uses to plan, delegate, and ask for help.
- [System & Utilities](https://tinyhumans.gitbook.io/openhuman/features/native-tools/system-and-utilities.md): Shell, node, SQL, current time, push notifications - the small tools that round out the toolbelt.
- [Subconscious Loop](https://tinyhumans.gitbook.io/openhuman/features/subconscious.md): Background loop that evaluates user / system tasks against the workspace and decides what to do.
- [Notifications & Activity](https://tinyhumans.gitbook.io/openhuman/features/notifications-and-activity.md): The notification center, the Activity transparency hub, and the Routines scheduler: everything OpenHuman tells you about, and everything it does in the background.
- [Wallet](https://tinyhumans.gitbook.io/openhuman/features/wallet.md): Local, non-custodial multi-chain crypto wallet the agent can read balances from and send transfers with. Keys stay in-core and never cross the wire.
- [tiny.place Agent Economy](https://tinyhumans.gitbook.io/openhuman/features/tinyplace.md): Your agent is a citizen of tiny.place, the agent-to-agent social economy. Register a @handle, message other agents over Signal-protocol E2E encryption, post and win x402 USDC bounties, and trade in th
- [Billing, Cost & Usage](https://tinyhumans.gitbook.io/openhuman/features/billing-and-usage.md): Plans, credits and saved cards over Stripe and Coinbase, plus a local real-time dashboard for token usage, cost and budget enforcement.
- [Rewards & Referrals](https://tinyhumans.gitbook.io/openhuman/features/rewards-and-referrals.md): Invite friends, earn referral credit, redeem promo codes, and unlock Discord community roles - the in-app Rewards & Referrals surface.
- [iOS Companion](https://tinyhumans.gitbook.io/openhuman/features/ios-companion.md): Pair an iOS companion app to your desktop OpenHuman over an end-to-end encrypted tunnel, scanned from a QR code.
- [Approval Gate](https://tinyhumans.gitbook.io/openhuman/features/approval-gate.md): Human-in-the-loop consent for side-effecting tool calls. The agent parks any risky action until you approve it, and fails closed if you don't.
- [Privacy & Security](https://tinyhumans.gitbook.io/openhuman/features/privacy-and-security.md)
- [Privacy Mode](https://tinyhumans.gitbook.io/openhuman/features/privacy-and-security/privacy-mode.md): One switch, enforced in the Rust core: local-only mode blocks every cloud model call and permits only on-device runtimes (Ollama, LM Studio, MLX, local OpenAI-compatible endpoints).
- [OS Keyring & Secret Storage](https://tinyhumans.gitbook.io/openhuman/features/privacy-and-security/os-keyring-and-secret-storage.md)
- [Platform & Availability](https://tinyhumans.gitbook.io/openhuman/features/platform.md): What OpenHuman ships as (native React + Tauri v2 desktop app with a Rust core), supported platforms, and what's in scope today.
- [Cloud Deploy](https://tinyhumans.gitbook.io/openhuman/features/cloud-deploy.md): Hosting the headless openhuman-core in the cloud - DigitalOcean App Platform, Fly.io, or Docker Compose on any VPS.
