GUI-BOM

GUI-BOM is the graphical user interface for L-BOM, a small Python CLI for inspecting local LLM model artifacts and generating a lightweight software bill of materials.

It works with files such as .gguf and .safetensors and reports file identity, format details, model metadata, and parsing warnings.

Install it locally with the included .bat file or via Docker, then visit http://127.0.0.1:7860 to generate output in JSON, SPDX, huggingface or table format.

Source, usage examples, and development details are available on GitHub.