Products  / Open Source

Open Source

What we release to the world

Tools born from real problems in our day-to-day work. We keep them open because that feels like the honest way to build infrastructure software.

arborist-metrics

An embeddable Rust library that measures code complexity —cognitive, cyclomatic, and real lines (SLOC)— function by function across twelve languages, powered by tree-sitter. Built to live inside your own tools, not to be one more dashboard.

Code complexityRustOpen source

arborist-cli

The command line on top of arborist-metrics: point it at a file, a whole directory, or pipe it stdin, and it reports per-function complexity as a table, JSON, or CSV. A threshold breaks the build when a function crosses the line — ready for CI.

CLIRustOpen source

lnxdrive

A cloud storage sync client for Linux, native on every desktop (GNOME, KDE, COSMIC) — not a generic tray icon. Files on demand through FUSE, several OneDrive, Google Drive, or Dropbox accounts, and explainable sync: you always know why something didn't upload, with no cryptic errors.

SyncLinuxRustEarly stageOpen source

StrayMark

A framework and Rust CLI for the cognitive discipline that working with AI agents demands: it externalizes scope, decisions, and risks into versioned files next to the code, so the agent executes against constraints instead of inventing its own. Evidence for ISO 42001 or the EU AI Act falls out as a side effect.

AI governanceRustOpen source