v0.2.1
First native release — aispekt is now a Rust binary
The engine was rewritten in Rust (byte-parity with the original TypeScript engine, verified by golden tests). The CLI ships as prebuilt native binaries for macOS (Apple Silicon + Intel), Linux (x64 + arm64), and Windows — ~1.4 MB, no runtime, a full repo analysis in ~20 ms.
- npm wrapper selects the right binary per platform;
bunx aispekt <path>just works. - The web playground now runs the same Rust engine compiled to WebAssembly — nothing is uploaded, ever.
- Intel-macOS binaries are cross-compiled on Apple Silicon runners (GitHub retired the last Intel images) and tested under Rosetta 2.