L-BOM is 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 pip install ., then run l-bom scan path\to\model.gguf to generate output.
Output formats: JSON, SPDX, huggingface, table.
Source, usage examples, and development details are available on GitHub.