aicoolies logo

Jido

BEAM/Elixir-native framework for durable multi-agent systems

open sourceupdated Aug 16, 2026

Jido is an Elixir-native AI agent framework that leverages the BEAM virtual machine's concurrency and fault-tolerance for building durable, distributed multi-agent systems. It provides primitives for agent lifecycle management, skill composition, and message-based coordination. Designed for teams running Elixir in production who need agent capabilities. Apache-2.0 with 1,600+ GitHub stars.

Jido brings AI agent capabilities to the Elixir ecosystem by building on the BEAM virtual machine's unique strengths in concurrency, fault tolerance, and distributed computing. While most agent frameworks are built in Python or TypeScript and must bolt on reliability features through external infrastructure, Jido inherits BEAM's battle-tested process supervision, hot code reloading, and distributed node communication as foundational capabilities. Each agent runs as a supervised Erlang process that can crash and restart without affecting other agents, receive messages asynchronously from any node in the cluster, and maintain persistent state through GenServer patterns.

The framework provides a skill composition model where agent capabilities are defined as composable modules that can be mixed and matched to create specialized agents. Skills handle specific tasks like LLM interaction, tool execution, memory management, and domain-specific logic, while the agent runtime manages lifecycle, message routing, and error recovery. This modular approach lets teams build agents incrementally, testing individual skills in isolation before assembling them into complete agent systems. The framework integrates with popular Elixir libraries for HTTP, database access, and WebSocket communication.

Jido targets the niche but significant community of companies running Elixir in production — organizations like Discord, Pinterest, and numerous fintech companies that chose BEAM for its real-time, fault-tolerant characteristics. For these teams, building agent systems in Python would mean introducing a new runtime, deployment pipeline, and operational playbook. Jido lets them extend their existing Elixir applications with agent capabilities using the same tools, patterns, and infrastructure they already know. With 1,600+ GitHub stars and an Apache-2.0 license, Jido serves this specialized but technically demanding audience.

Pricing

Free and open source (Apache-2.0)

Platforms

Elixir/BEAM — Hex package, any Erlang/OTP platform

Categories

Tags

Use Cases

LangGraph logo

LangGraph

Stateful agent orchestration framework by LangChain

LangGraph is LangChain's framework for building stateful, multi-actor AI agent applications as controllable graphs. It models workflows as nodes and edges, enabling cycles, branching, and human-in-the-loop patterns that simple chains cannot express. Features built-in persistence for conversation memory, streaming support, and fault tolerance. Provides fine-grained control over execution flow while supporting single-agent and multi-agent architectures with shared or independent state.

Open Source
CrewAI logo

CrewAI

Multi-agent AI framework

Python framework for orchestrating autonomous AI agents that collaborate to accomplish complex tasks. Define agents with specific roles, goals, and backstories, then organize them into crews with sequential or parallel task execution. Supports tool usage (web search, file I/O, API calls), memory, delegation between agents, and human-in-the-loop input. Works with OpenAI, Anthropic, local models, and more. 25K+ GitHub stars. Leading multi-agent framework alongside LangGraph and AutoGen.

Open Source
Agno logo

Agno

Lightweight multi-modal agent framework

Fast, lightweight Python framework for building multi-modal AI agents, formerly known as Phidata. Includes built-in memory, knowledge bases, tools, and reasoning capabilities with 40K+ GitHub stars. Designed for developers who want to build production-ready agents quickly with minimal boilerplate, supporting structured outputs and multi-agent coordination out of the box.

Open Source

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Agent Skills logo

Agent Skills

Open standard for portable skills across AI agents

Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.

Open Source
hyperagent

HyperAgent

Open-source natural-language browser automation framework for AI agents

An AGPL-3.0 TypeScript framework that drives a real browser from natural-language tasks — the self-hostable OSS framework from Hyperbrowser, distinct from the vendor's paid cloud browser product.

freeOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry
LangChain logo

OpenWiki

LangChain CLI for maintaining agent-friendly codebase documentation

OpenWiki is LangChain’s open-source CLI for generating and maintaining an agent-focused wiki inside a codebase. It can create an openwiki/ documentation folder, update it from repository changes, add guidance to AGENTS.md or CLAUDE.md, and run via an interactive CLI or daily GitHub Action so coding agents have durable context without stuffing every detail into prompts.

Open SourceTelemetry
Accomplish Coworker logo

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

Open SourceTelemetry

FAQ

What is Jido?

Jido is an Elixir-native AI agent framework that leverages the BEAM virtual machine's concurrency and fault-tolerance for building durable, distributed multi-agent systems. It provides primitives for agent lifecycle management, skill composition, and message-based coordination. Designed for teams running Elixir in production who need agent capabilities. Apache-2.0 with 1,600+ GitHub stars.

Is Jido free?

Yes — Jido is open source and free to use. Free and open source (Apache-2.0)

Is Jido open source?

Yes — Jido is open source.

What are the best Jido alternatives?

The top editor-verified Jido alternatives are LangGraph, CrewAI, Agno.