Skip to content

v0.7.0: Standalone Binaries ("The USB Test")

Choose a tag to compare

@lab700xdev lab700xdev released this 07 Feb 04:02
· 136 commits to main since this release

Features

  • Standalone Binaries: You can now run aisbom without Python installed!
    Linux (x86_64) and macOS (ARM64) builds are automatically attached to this release.
    Perfect for air-gapped environments or quick audits ("The USB Test").
    Just download, chmod +x, and run ./aisbom scan ..

Improvements

  • Build System: Added PyInstaller integration and GitHub Actions workflow for automated binary releases.
  • Documentation: Updated README with Quick Start guide for binaries.

Fixes

  • Compatibility: Resolved Python < 3.15 requirement for PyInstaller.
  • Data Files: Fixed missing CycloneDX and SPDX schemas in frozen builds.