Single Binary
No external dependencies. Deploy anywhere with a single executable — local, container, cloud, or edge. Air-gap ready.
A lightweight runtime for distributed AI agents. Single binary. Language-agnostic. Optimized for the edge and high-performance backend orchestration.
$ curl -sSL athyr.tech/install | sh installing athyr v0.4.2... ✓ installed /usr/local/bin/athyr $ athyr serve gRPC → localhost:9090 HTTP → localhost:8080 ✓ runtime ready (3ms)
No external dependencies. Deploy anywhere with a single executable — local, container, cloud, or edge. Air-gap ready.
Build agents in any language via gRPC or HTTP APIs. Official Go and Python SDKs with full orchestration support.
Centralized routing to Ollama and OpenRouter backends with circuit breakers, automatic failover, and streaming recovery.
Platform-managed memory sessions with automatic summarization, rolling windows, and KV storage for agent persistence.
Capability-based registry with heartbeat monitoring. Agents declare capabilities and are discoverable at runtime.
Define agents in YAML — no code required. Supports pub/sub messaging, memory sessions, MCP tools, and Lua plugins.
Built-in patterns for multi-agent workflows — Pipeline, FanOut, Handoff, and GroupChat with the Go and Python SDKs.
Circuit breakers, retry with exponential backoff, durable streaming with sequence numbers, and Prometheus metrics.
Deploy the runtime in seconds across any architecture.
curl -sSL https://athyr.tech/install.sh | sh # Start the server athyr serve // gRPC: localhost:9090 // HTTP: localhost:8080 go get github.com/athyr-tech/athyr-sdk-go