Sbommage
SBOM + Rummage = Sbommage.
Pronounced (in my British English) as "ess-bomb-idge", or "SBOM Mage 🧙" if you prefer.
Sbommage is an interactive terminal frontend for viewing Software Bill of Materials (SBOM) files in various formats.
Introduction
Software Bill of Materials (SBOM) files are increasingly important in software supply chain security. However, they come in multiple formats (SPDX, CycloneDX, Syft's native format), each with their own structure and complexity. Sbommage aims to provide a consistent, user-friendly way to view and explore SBOM data, regardless of the underlying format.
Installation
Sbommage is written in Python and requires Python 3.8 or later.
From PyPI (Recommended)
The easiest way to install sbommage is from PyPI:
pip install sbommage
Or use the install script:
curl -sSL https://raw.githubusercontent.com/popey/sbommage/main/install.sh | bash
From GitHub Releases
Download the latest release from the GitHub releases page.
Using Homebrew (macOS/Linux)
brew tap popey/sbommage
brew install sbommage
Using Docker
Note: -it is required for interaction with the application. Setting the TERM variable allows for better colour support.
docker run --rm -it -e TERM=xterm-256color -v $(pwd):/data ghcr.io/popey/sbommage:latest /data/your-sbom.json
From Source
For development or if you prefer to install from source:
git clone https://github.com/popey/sbommage
cd sbommage
pip install -e .
Using uv (Alternative)
If you use uv for Python environment management:
git clone https://github.com/popey/sbommage
cd sbommage
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install -e .
Usage
Point sbommage at an SBOM file:
./sbommage example_sboms/nextcloud-latest-syft-sbom.json
Sbommage will detect the SBOM format (SPDX, CycloneDX, GitHub, or Syft), and present the data in an interactive interface. Use the cursor keys or mouse to navigate the tree on the left pane. Click or press Enter on an item to see detailed information in the right pane.
Keys:
Change view:
n- View by package Namet- View by package Typec- View by License (Copyright/Code)s- View by Supplier
Navigation:
h- Move leftj- Move downk- Move upl- Move right
Misc:
/- Searchq- Quit
Supported SBOM Formats
The goal is to support as many SBOM formats as possible. Patches welcome!
- SPDX
- CycloneDX (JSON)
- GitHub
- Syft
Generating SBOMs
There are various tools available to generate SBOMs:
- Syft - Generates comprehensive SBOMs in multiple formats
- SPDX Tools - Official SPDX tools
- CycloneDX Tools - Various tools for CycloneDX format
For example, to generate an SBOM with Syft:
syft alpine:latest -o json > alpine-syft.json
Caveats
I am an open-source enthusiast and self-taught coder creating projects driven by curiosity and a love for problem-solving. The code may have bugs or sharp edges. Kindly let me know if you find one, via an issue. Thanks.
Release files for sbommage 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sbommage-1.0.2.tar.gz | 17.5 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sbommage-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.5 MB
Release files / sbommage-1.0.2.tar.gz
| Download URL | sbommage-1.0.2.tar.gz |
|---|---|
| Size | 17.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
383ea408f380811c930f8d0ed470bcbb8c1b33fa1d39e653f0e6c623db38e6af
|
|
BLAKE2b-256 checksum How to use checksums |
918b51e42640f857aa5a356827305dde378664cc50796bf0739db460c5afc719
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 19, 2025.
Transparency logRelease files / sbommage-1.0.2-py3-none-any.whl
| Download URL | sbommage-1.0.2-py3-none-any.whl |
|---|---|
| Size | 20.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
80a84ecf475037a23a6bcf44aa5b07091284429d45c930ae04afd6cd47c68cc2
|
|
BLAKE2b-256 checksum How to use checksums |
5f6959713cf27e64b661af02bc72fb645c80c52169a97efb2e256767c878c1bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 19, 2025.
Transparency log