AXON v1.5.1 — first crates.io publication of the AXON language full-stack runtime. Lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the native Rust runtime: typed channels (TypedEventBus with QoS×5, π-calculus mobility, capability extrusion via shield D8 — Fase 13.f.2), Free Monad CPS handlers (Fase 2), lease kernel + reconcile loop (Fase 3+5), Epistemic Security Kernel (ESK Fase 6), Trust Types + ReplayLog (Fase 11.a+11.c), Stateful PEM over WebSocket (Fase 11.d), Ontological Tool Synthesis (Fase 11.e), Mobile Typed Channels (Fase 13). Crate publishes as `axon-lang` to mirror the Python PyPI package; library import remains `use axon::*` so existing call sites keep working unchanged.
Unified TUI search over local coding agent histories
The autonomous, self-improving AI agent. Single Rust binary. Every channel. Install with: cargo install opencrabs
A lightweight agent SDK for Rust: build tool-using LLM agents that run on any provider.
A flexible caching library with pluggable storage strategies
An AI-native version control system
Portable repo-local guardrails bootstrap utility for reviewable project operating baselines
pluck CLI — symbol-aware code reading for terminals and non-MCP environments. Drop-in replacement for cat/grep with a raw fallback that preserves their output byte-for-byte.
Core indexing, AST chunking, BM25 search, and incremental reindex for pluck — the fast, token-friendly code-reading MCP server for AI coding agents.
MCP server (pluckd) for pluck — exposes the read/search/grep/symbol/peek/expand tools over stdio for AI coding agents like Claude Code, Cursor, and Codex.
Embedded Drasi for in-process data change processing using continuous queries
Style checker with Rust syntax and semantic analysis, plus first-batch Swift checks and safe deterministic fixes.