Skip to content

v0.2.1

Choose a tag to compare

@erf1nd0r erf1nd0r released this 17 Jul 16:42

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.