SaaSHub helps you find the best software and product alternatives Learn more →
L-bom Alternatives
Similar projects and alternatives to l-bom
-
GUI-bom
GUI-BOM is a local GUI wrapper for L-BOM, the small Python CLI that inspects local LLM model artifacts such as .gguf and .safetensors files and emits a lightweight Software Bill of Materials (SBOM) with file identity, format details, model metadata, and parsing warnings.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Mutagen
Mutagen is a Rust based harness for Claude and Codex that was developed to lead users from idea to full-stack application with greater precision and less cost than competitors. (by CHKDSKLabs)
-
-
AstrBot
AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
-
deer-flow
An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.
-
-
-
embedchain
Discontinued Universal memory layer for AI Agents [Moved to: https://github.com/mem0ai/mem0]
l-bom discussion
l-bom reviews and mentions
-
Moonrepo: Open-Source Build Systems for LLMs
Generating lightweight SBOMs that include file identity, SHA256 hashes, and parsing warnings ensures supply chain transparency for AI models. This is where our existing utility, L-BOM, proves its value in the Moonrepo ecosystem. While L-BOM handles the raw file scanning, Moonrepo integrates that capability into a broader build workflow, allowing repositories to depend on specific model provenance without reinventing the wheel.
-
Linux Kernel Log 2.6.30: New File Systems and Modular Architecture
We use tools like L-BOM to address this exact verification gap for AI artifacts. While L-BOM inspects .gguf and .safetensors files rather than kernel modules, the principle is identical: you must verify the identity of the code or data before it touches your runtime environment. The JSON output from L-BOM provides a Software Bill of Materials (SBOM) with file identity and parsing warnings, ensuring that what loads into your local model runner has been vetted for corruption or unexpected format shifts.
-
Kexa.io: Open-Source IT Security for Local AI Governance
Small teams require CLI-first tools that offer rich table outputs and JSON exports for CI/CD integration without GUI overhead. We have seen this pattern in our own product development, specifically with tools like L-BOM. L-BOM is a small Python CLI that inspects local LLM model artifacts such as .gguf and .safetensors files and emits a lightweight Software Bill of Materials (SBOM) with file identity, format details, model metadata, and parsing warnings. It runs directly in your terminal.
-
Arctype: Cross-Platform Database GUI for LLM Artifacts
Consider the metadata exposed by tools like our CLI companion, L-BOM. It parses a .gguf file and extracts specifics like quantization: Q4_K_M, context_length: 128000, and license: other. Without this level of detail, you might accidentally run an unlicensed model in production or hit a hard context limit without knowing it until the agent hallucinates.
-
Sqreen: Securing Web Apps via Model Artifact Auditing
This philosophy mirrors the design of tools like L-BOM, which acts as a lightweight scanner for model artifacts. Before an agentic workflow in your web app processes a request, you need to know exactly what is sitting on disk. Is the architecture metadata consistent? Are there parsing warnings embedded in the file headers that suggest corruption or tampering?
-
Socket: Secure Your JavaScript Supply Chain Against AI Threats
You cannot secure a socket if you don't know what is on the other side. We built (L-BOM)[https://github.com/chkdsklabs/l-bom] specifically to fill this gap. It is a lightweight Python CLI that inspects local LLM model artifacts and emits a detailed SBOM with file identity, format details, and parsing warnings.
-
Generate SBOM for Local LLM Artifacts CLI Python
Visit the main repository at CHKDSKLabs/l-bom to view source code, issues, and contribution guidelines. The project is open source under the MIT license. We welcome pull requests that improve parsing robustness for obscure quantization schemes or add new output formats. Keep pull requests focused: one change per PR makes review faster and merges cleaner.
-
Introducing L-BOM and GUI-BOM
Explore the project and contribute here: github.com/CHKDSKLabs/l-bom github.com/CHKDSKLabs/gui-bom
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Jun 2026
Stats
CHKDSKLabs/l-bom is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of l-bom is Python.