Fast document indexer for finding duplicates and searching content
Command-line interface for the Laurus search engine
A highly parallel Perl 5 interpreter written in Rust
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.
A lightweight, persistent SQL engine in Rust
An mdBook preprocessor to provide nix-repl functionality within mdbook
PostgreSQL-compatible embedded database with TDE + ZKE encryption, HNSW vector search, Product Quantization, git-like branching, time-travel queries, materialized views, row-level security, and 50+ enterprise features
Interactive REPL and CLI for PowDB — 3-10x faster than SQLite on aggregates
PowQL lexer, parser, planner, and executor — compiled query engine for PowDB
Async TCP server for PowDB with a binary wire protocol — pure Rust, no SQL parsing layer
Slotted-page heap, B+tree indexes, and WAL — pure-Rust storage engine for PowDB
A schema-drift-tolerant, development-only MySQL facade for fast local iteration.