Skip to content

A web application that runs in your browser to visualize the dependencies of a CycloneDX SBOM.

License

Notifications You must be signed in to change notification settings

twwd/sbom-visualizer

Repository files navigation

SBOM Visualizer

A small web application that processes a CycloneDX SBOM in the browser and displays the contained components and their dependency tree.

⚠️ It is in PoC state without much error handling. There will be bugs. 🪲🪲🪲

Developing

Install the dependencies:

pnpm install

and start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version:

pnpm run build

You can preview the production build with npm run preview.

About

A web application that runs in your browser to visualize the dependencies of a CycloneDX SBOM.

Topics

Resources

License

Stars

Watchers

Forks