Skip to content

v0.9.2

Choose a tag to compare

@lab700xdev lab700xdev released this 13 May 13:10
· 136 commits to main since this release

What's new

Friendlier first-touch experience. Two small changes that make the first 30 seconds with AIsbom click.

  • Concrete-example default command. Running aisbom with no arguments now prints a one-screen quickstart with a working example (aisbom scan hf://google-bert/bert-base-uncased) instead of Typer's auto-generated help dump. aisbom --help still shows the full command reference for power users.

  • Zero-install path documented. New "Zero-Install (pipx run)" section in the README and a third install option on aisbom.io. Try AIsbom without committing to a system install:

    pipx run --spec aisbom-cli aisbom scan hf://google-bert/bert-base-uncased

Housekeeping

  • CI: bumped softprops/action-gh-release from v2 to v3 in the binary-release workflow.

What's not changing

Scanner behavior, exit codes, output formats, the --share flow, telemetry events, and what data is collected — all identical to 0.9.1. The default-command change is presentation-only; scripts that parse aisbom no-args output should already be relying on --help instead.