Unsterwerx

Document knowledge compaction for enterprise collections

Install

$ curl -fsSL https://unsterwerx.run/install.sh | sh

Linux x86_64 binary. macOS builds from source via cargo.

What it does

Quick start

$ unsterwerx ingest /path/to/documents
$ unsterwerx similarity
$ unsterwerx search "data architecture"
$ unsterwerx diff --all
$ unsterwerx status --detailed

Commands

ingest       Scan and register documents from a directory
status       Show system and document status
similarity   Find duplicates and near-duplicates
diff         Compare similar document pairs
search       Full-text search across all documents
reconstruct  Export canonical markdown or PDF
classify     Apply classification rules to documents
rules        Manage classification and retention rules
archive      Archive documents per retention policies
audit        View and verify the audit trail
config       View and modify settings

Requirements

Linux x86_64 or macOS (with Rust toolchain for source build). No external services needed — everything runs locally with SQLite.