Combines a vector store, Cypher-style graph queries, and on-device LLM inference in one Rust engine, with a graph neural network that reranks results and adapts to query patterns in under a millisecond. Services ship as self-contained .rvf containers.
Terminal-native AI coding agent that performs hash-anchored file edits, LSP-powered code intelligence, an IPython kernel, and orchestrated subagents—designed for in-terminal development workflows with reproducible, fine-grained code changes.
Intercepts and blocks destructive git, filesystem and CLI commands before they execute when run by AI coding agents. Offers sub-millisecond hook latency, 50+ modular rule packs, heredoc/inline-script AST scanning, agent-specific integrations and configurable bypass/allow-once workflows.
Embeds Copilot's agentic workflows into applications via multi-language SDKs (TypeScript, Python, Go, .NET, Java, Rust). Uses the Copilot CLI runtime to handle planning, tool invocation, and file edits; supports BYOK and multiple auth methods.
Terminal-native coding agent that streams reasoning blocks, makes controlled edits to local workspaces behind approval gates, and includes an auto mode that chooses model and thinking level per turn — designed for in-terminal code review, debugging, and automation workflows.
Filters and compresses CLI command outputs before they reach an LLM, typically reducing token consumption by 60–90%. Single Rust binary with zero runtime dependencies, supports 100+ dev commands and integrates via a Bash hook into common AI coding tools.
Local-first voice cloning studio that runs on your machine to clone voices, generate speech in 23 languages, apply audio effects, and compose multi-voice projects. Includes five switchable TTS engines, a REST API, and native GPU/MLX support for privacy-sensitive offline workflows.
Runs untrusted code (LLM outputs, plugins, and third‑party tools) inside cross‑platform, policy‑driven sandboxes. Provides a unified JSON schema and a TypeScript SDK that sit on multiple containment backends (process sandboxes, LXC/Bubblewrap, microVMs). Early preview with known permissive profiles — not yet a security boundary.
A fast, local document parser that extracts spatial text with bounding boxes from PDFs and other formats. Bundles Tesseract OCR and supports HTTP OCR servers, multi-language bindings (Rust, Node, Python, WASM) and screenshot generation; best for lightweight local pipelines but less suited to very complex or heavily scanned documents.
Runs durable, checkpointed SQL workflows inside PostgreSQL so long-running data and AI pipelines can resume after crashes without external orchestrators. Provides a SQL DSL, in-process background worker, and Postgres-backed state—useful for embeddings, ETL, scheduling, and fan-out jobs when you can install extensions.