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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.