Version: 1.0.0 (2026-03-13)
English | 中文
Link2BOM is a Qt 6 / Qt Quick desktop tool for importing, organizing, filtering, comparing, and exporting BOM data. This is the first stable release focused on a reliable daily workflow.
- Split LCSC vs generic spreadsheet import with robust CSV handling
- Project, category, filter, and search workflows for BOM management
- Diff analysis with charts (Qt Charts)
- Local archive slots with save/load and overwrite confirmation
- CSV export and UI theme/language switching
Prerequisites:
- Qt 6.10.1 (mingw_64)
- CMake 3.21+
- MinGW 13.1 (from Qt Tools)
- Python (optional, for
.xlsconversion)
Build:
cmake --build ../build --config Debug --target Link2BOM -j4Run:
.\build\Link2BOM.exeUse the deploy script under scripts/:
pwsh .\scripts\deploy_from_build.ps1 -BuildDir "..\build" -AppName "Link2BOM" -QtBin "C:/Qt/6.10.1/mingw_64/bin"Notes:
- The script runs
windeployqt, removes FluentWinUI3 theme, and compresses binaries with UPX - Output:
build/distandbuild/Link2BOM-windows-portable.zip
- LCSC import expects the LCSC export template and will not overwrite mismatched headers
- Generic import can replace headers when needed
- Local archives are stored under
AppData/Local/Link2BOM/saves