
Etherion is open source — not as a feature, but as a guarantee. The architecture is inspectable, forkable, and deployable by anyone. It is the substrate that builders stand on. Everything shipped on top of it inherits that foundation.
Every line — the orchestrator, the RLS policies, the MCP tool chain, the NixOS modules — is on GitHub. No black boxes. No trust-me clauses. Read it, audit it, understand it completely.
Fork it today, run it in five years without asking permission. MIT license means no subscription cliff, no vendor flip, no surprise pricing. You own your deployment, your data, and your infrastructure. Forever.
The architecture is designed to be extended. Add MCP tools, integrate new identity providers, plug in your own embedding models. The substrate is stable. What you build on top is limitless.
Start with the source.
Clone it, run it locally, read every line. No account needed.
The open-source platform shows what is possible. The Enterprise Edition is what gets built for teams that refuse to compromise. It is being constructed now — on top of the same substrate you can already inspect.
Orchestrate hundreds of concurrent agent teams. Priority queues, resource governors, and cross-team coordination at scale.
Compartmentalized knowledge bases with policy-driven access. Tenant boundaries that enterprise compliance teams can actually audit.
Fine-grained tool allowlists, data access tiers, and role-based execution gates. Define exactly what each agent team can and cannot touch.
Structured evaluation workflows with human-in-the-loop feedback. Track agent quality over time. Improve through measurable iteration.
Automatic retry logic, degraded-mode execution, and root-cause tracing. When something fails at 2am, the system recovers without you.
Immutable execution logs, SOC 2-ready audit trails, and hard multi-tenant boundaries. Built for organizations where data leakage is not an option.
The Enterprise Edition is not a SaaS repackaging. It is a dedicated platform engineered for teams that put autonomous agents at the core of their operations. We are building it now, and we are building it right.
From goal to execution in three simple steps
Start by describing your business objective in plain English. Go beyond simple tasks—assign complex, multi-step goals and provide the Orchestrator with the strategic context it needs.
Your private Orchestrator analyzes the goal, creates a plan, and assembles a team of specialist agents. Watch the entire reasoning process unfold in our transparent, Grok-style execution trace.
The Orchestrator synthesizes the work of its specialist team into a single, cohesive final output that directly achieves your goal. Provide feedback to make your workforce even smarter over time.
Based on my analysis of your top three competitors...
Row-Level Security policies in PostgreSQL enforce tenant isolation. Every connection sets app.tenant_id. Application code cannot bypass tenant boundaries.
Explicit task checklists replace rigid loops. Tool requests require justification (what/how/why). Sequential and parallel execution modes. Real-time progress via GraphQL subscriptions.
Vector search runs directly in PostgreSQL using pgvector with HNSW indexes. Configurable embedding models generate high-dimensional vectors for text and images. Per-tenant tables with Row-Level Security. MinIO object storage for multimodal retrieval.
Bare-metal architecture with full infrastructure ownership. FastAPI + GraphQL API, Celery workers for async execution, PostgreSQL with pgvector and Row-Level Security, Redis for pub/sub, MinIO for object storage, and HashiCorp Vault for secrets. Declarative infrastructure with NixOS + Ansible.

Deploy on your own bare-metal servers or VMs. NixOS modules provision PostgreSQL+pgvector, Redis, MinIO, HashiCorp Vault, and HAProxy. Ansible playbooks for fleet management. Complete control over data residency and infrastructure with zero cloud vendor lock-in.
Run locally with Docker Compose or `etherion up`. PostgreSQL, Redis, and MinIO containers with named volumes. Python 3.11+ virtual environment. One-command bootstrap with `etherion bootstrap`.
Systemd service management. Alembic database migrations. HashiCorp Vault for secrets injection. HAProxy + Nginx for load balancing and DDoS protection. Patroni for PostgreSQL HA. FRRouting for BGP failover.
Run locally with `etherion up` or Docker Compose. PostgreSQL, Redis, and MinIO containers with named volumes. Python 3.11+ virtual environment. One-command bootstrap and teardown with Etherion CLI.
Agent definitions are stored in PostgreSQL with tenant isolation. Each agent has a system prompt, tool allowlist, model configuration, and execution limits. The Platform Orchestrator creates agent team blueprints through conversational interaction in the Agents Foundry UI, which is strictly separated from task execution in the Threads Dashboard.
MCP tools connect agents to external systems through OAuth. All write operations require explicit confirmation. Rate limiting and circuit breakers prevent API abuse. Tool definitions are database-driven with tenant-scoped allowlists.
Complete system diagrams — orchestrator flow, knowledge base ingestion, async job execution, multi-tenancy enforcement, MCP tool chain, replay system, and more.
View Architecture DiagramsThe foundation is solid. Two tracks ahead: open source stability and the enterprise edition that changes what AI teams can do.
The foundational infrastructure, the 2N+1 Orchestrator, and the core agentic framework are built and validated.
All services wired end-to-end (orchestrator, async workers, MCP toolchain, knowledge base, repository). Production-like environments validated, security hardened, observability instrumented.
Etherion ships as fully self-contained Python packages on PyPI (etherion and etherion-tui). Install and run the entire platform locally — no cloud account required. The terminal UI provides one-command setup, OAuth provider management, agent orchestration, and live process monitoring, all backed by your own PostgreSQL, MinIO, and Redis stack.
Hardening the open-source platform to v1.0 stability. Comprehensive test coverage, polished developer experience, and public documentation. The substrate that everything downstream depends on must be unimpeachable.
Agent swarm management, compartmentalized datapools, evaluation UIs, failure recovery protocols, and enterprise-grade audit infrastructure. Early access for teams that want to shape the product.

Etherion was born from a single, powerful insight: the future of AI is not just about building better tools, but about fundamentally changing our relationship with work. As a self-taught, curious, and fast-thinking systems architect, My vision is to empower users to move beyond tedious implementation and focus on what humans do best: high-level strategy and creativity. Etherion is the culmination of this vision A Platform designed not just for coders, but for architects.