A centralized daemon that caches shell state (git, battery, hostname, etc.) so every consumer reads from one fast cache instead of independently forking shells
Client library for querying the beachcomber (comb) shell state daemon
FFI support for future_form: host-driven polling, opaque handles, and effect slots
The autonomous, self-improving AI agent. Single Rust binary. Every channel. Install with: cargo install opencrabs
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
Support for composing large, interacting, complicated state machines
Keep an SSH tunnel alive across drops — a Rust port of Carson Harding's `autossh 1.4g` SSH connection supervisor. Tokio-based supervisor, `-M <port>` monitor-port heartbeat (or `-M 0` exit-only respawn), `AUTOSSH_*` env-var surface incl. `AUTOSSH_MESSAGE` byte-identical wire format, Unix `-f` daemonize + Windows `DETACHED_PROCESS` analogue, SIGTERM/SIGUSR1/SIGHUP handling on Unix, byte-equal Strict-mode upstream compatibility, and a typed library API.
Effect<A, E, R> (sync + async), context/layers, pipe — interpreter-style, no bundled executor
Effect<A, E, R> (sync + async), context/layers, pipe — interpreter-style, no bundled executor
Generic HTTP API log collector: polls APIs and emits NDJSON to stdout
High-performance multi-chain deposit detector using public RPC endpoints
Betfair / Prediction Market Exchange