Axocoatl
Self-coordinating multi-agent runtime in Rust — persistent, local-first, zero telemetry
About Axocoatl
Axocoatl is a Rust-based runtime for building self-coordinating multi-agent systems. Agents activate when their dependencies complete — no central orchestrator needed. Think pheromone-based coordination, but for AI agents.
It features persistent state that survives server restarts, per-agent token budgets to control LLM costs, and works with Ollama, OpenAI, Anthropic, Mistral, Gemini, and OpenRouter. Supports both MCP and A2A protocols.
Apache 2.0 licensed. No Rust toolchain needed to install — just curl the install script and run.
More Github
blue-spec
Blue Spec is a toolkit for Security-Driven Hardening, a defensive workflow that helps AI agents detect what a system actually does and harden the defenses that matter most. It brings spec-driven, blue-team thinking to AI-assisted development so security is designed in, not bolted on.
ai-memory-vault
AI Memory Vault gives your AI a real, persistent memory using nothing but an Obsidian vault and markdown files. No vector database required. The open-source system plus templates turn your notes into durable working memory your coding agent can read and update across sessions.
foreman
Foreman is an agentic orchestrator TUI that supervises headless Claude Code agents through a gated software-delivery pipeline, pointed at any repository. It brings structure and human oversight to autonomous coding runs, letting you watch, gate, and steer multiple agents from one terminal interface.
recall
Recall gives Claude Code durable memory that lives entirely on your machine. Instead of burning tokens re-explaining your project every session, Recall stores and summarizes context offline using TextRank, keeping your AI coding agent grounded across sessions with zero cloud dependency.
Kage
Kage “shadows” any website into a single self-contained binary you can run offline. Instead of juggling scraped folders, caches, or archive formats, you get one portable executable that serves a faithful copy of the site — ideal for documentation, demos, or preserving a reference before it disappears. It is a neat reminder that not every problem needs a cloud service. For builders, Kage is a clean example of packaging a complete experience into a distributable binary, and a handy utility for keeping critical docs available even when you are offline.