A Rust ecosystem built around atomr, a native Rust port of Akka — an actor runtime for concurrent and distributed systems, with first-class Python bindings.
| Repo | What it is |
|---|---|
| atomr | The actor runtime. Rust port of Akka with cluster, persistence, streams, and Python bindings. |
| atomr-accel | Actor face for compute acceleration backends. NVIDIA CUDA ships today; ROCm / Metal / oneAPI / Vulkan are on the roadmap. |
| atomr-infer | Multi-runtime GPU + remote inference as a supervised actor system. OpenAI / Anthropic / Gemini / LiteLLM remotes; vLLM / TensorRT / ORT / mistral.rs local; remote-only build compiles zero GPU deps. |
| atomr-agents | Composable agentic framework on atomr + atomr-infer. Channelled state with checkpointing, dynamic HITL, retriever zoo, parallel tool dispatch, eval suites — the LangGraph + LangChain feature set in atomr's actor idiom. |
| atomr-dledger | Compute-first distributed ledger on the atomr runtime. Dual-Transparency, DAG-BFT consensus, GPU-accelerated workloads, post-quantum crypto (ML-KEM-1024, ML-DSA-65). |
| atomr-view | Actor-based view management for the atomr ecosystem. |
| atomr-worlds | Procedural universe substrate: hierarchical seeded generation, sparse voxels, metric LOD. |