AIAny
AI Agent2024
Icon for item

ElizaOS

Local-first runtime for autonomous AI agents that run on-device and stay model-agnostic across OpenAI, Anthropic, Gemini, Grok, and local models. A plugin system adds chat platforms (Discord, Telegram, X), voice, browser automation, RAG, and wallets.

Introduction

Most agent frameworks assume the cloud: your keys, your data, and your conversations all flow through someone else's servers. ElizaOS flips that default — it treats the agent as something you boot and own, running on your own device with the model, memory, and wallet kept local. The bet is that an agent's value comes less from one clever model and more from being a persistent, programmable presence across the apps you already use.

What Sets It Apart
  • Model-agnostic core — swap between OpenAI, Anthropic, Gemini, Grok, Llama, or the on-device Eliza-1 family without rewriting agent logic, so a working agent can move fully offline with no code changes.
  • Composable primitives — actions, providers, services, and evaluators mean behavior is assembled from plugins rather than hardcoded; one package can add voice, browser automation, document RAG, or an EVM/Solana wallet.
  • Local-first and bootable — it ships as full Linux and Android distributions, not just a library, so an autonomous agent can run as the operating system itself with privacy as the default.
  • Cross-platform reach — native connectors for Discord, Telegram, X, Slack, WhatsApp, iMessage, and Farcaster let one agent identity persist across the surfaces people actually message on.
Who It's For

Great fit if you want an agent you control end to end — privacy-sensitive assistants, crypto-native automation, or experiments that must run offline on consumer hardware. Look elsewhere if you want a managed, point-and-click agent builder: the TypeScript plugin model, multi-platform wiring, and on-device model setup assume you are comfortable with code and infrastructure, and the wallet and on-chain features add surface area many projects will not need.

Information

  • Websitegithub.com
  • OrganizationsEliza Labs
  • AuthorsElizaOS (elizaos)
  • Published date2024/07/09

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).