Generating a Software Bill of Materials for a Stand-Alone Application
- Updated2026-07-27
- 2 minute(s) read
Generating a Software Bill of Materials for a Stand-Alone Application
You can configure your build specification to generate a software bill of materials (SBOM) for your stand-alone application using the JKI Security Suite.
Introduced in LabVIEW 2026 Q3
- SBOM generation is only supported on Windows machines.
- SBOM generation requires a copy of LabVIEW that includes Application Builder. Refer to LabVIEW Edition Requirements for Application Builder to see if your LabVIEW edition includes Application Builder.
- SBOM generation requires JKI VI Package Manager (VIPM), as the SBOM generation uses a portion of the JKI Security Suite. You must configure VIPM to match the VI Server settings configured in LabVIEW. Refer to Connecting the VI Server and VI Package Manager for information on connecting the VI Server and VIPM.
SBOMs generated by LabVIEW are JSON files that adhere to the CycloneDX 1.5 international bill of materials standard.
Complete the following steps to configure your build specification to generate an SBOM for your application:
- Right-click your build specification and select Properties to open the Application Properties dialog box.
- Navigate to the Advanced page and enable the Generate Software Bill of Materials (SBOM) using the JKI Security Suite option.
- Click OK to save your changes.
Related Information
- LabVIEW Edition Requirements for Application Builder
To create most build outputs, your copy of LabVIEW must include Application Builder. Application Builder is included with LabVIEW Professional edition and is available as a separate module for purchase for LabVIEW Base edition and Full edition.
- Connecting the VI Server and VI Package Manager
You must configure your VI Server connection settings to enable communication between the VI Server in LabVIEW and VI Package Manager (VIPM).
- JKI Security Suite
- CycloneDX Software Bill of Materials Standard
- Advanced Page (Application Properties Dialog Box) - LabVIEW Programming Reference Manual
- VIPM CLI Command Reference - VIPM Developer Docs