Part-DB
Open-source inventory management system for electronic components
Alternative to: partsbox, sortly

v2.10.0
2026-04-15Part-DB 2.10.0
[!WARNING] This version requires nodejs 22+ for frontend building. Check that you have it installed, before attempting automatic upgrade.
[!TIP] If you like Part-DB, consider donating to support the development. Press the sponsor button on the main github page, for more info.
[!IMPORTANT] If you are using Part-DB it would be helpful if you fill out this short survey on your usage of Part-DB (Google Forms): https://forms.gle/Q15twx3YYq3qCNfe8
Changes
- Frontend building now requires at least nodejs 22.
- For security hardening reasons Part-DB’s generic web provider and the attachment download feature cannot download from local network IPs to avoid SSRF attacks. If you require internal attachment download, you can enable it via an env option.
New features
- Make format06 barcode checking more resiliant for non-standard conform labels and scanners by @mkne in https://github.com/Part-DB/Part-DB-server/pull/1321
- Implement parsing of TME QR codes by @alufers in https://github.com/Part-DB/Part-DB-server/pull/1324
- Ignore public/.well-known folder by @klausman in https://github.com/Part-DB/Part-DB-server/pull/1335
- Enable BOM sorting on part fields (Storage location, Manufacturing status) @mkne in https://github.com/Part-DB/Part-DB-server/pull/1338
- Allow to create custom kicad symbol/footprint autocomplete lists @DanTrackpaw in https://github.com/Part-DB/Part-DB-server/pull/1342
- Add price columns to project BOM table and build price summary by @MayNiklas in https://github.com/Part-DB/Part-DB-server/pull/1345
- Allow to sort by numeric value with SI prefix. This is realized via a separate optional column @wschopohl in https://github.com/Part-DB/Part-DB-server/pull/1344
Bugfixes
- Fix creating parts from TME if the SPN contains percent signs by @alufers in https://github.com/Part-DB/Part-DB-server/pull/1337
Miscellaneous
- Updated dependencies
- Updated translations
- Updated kicad symbols
- Improved documentation
New Contributors
- @alufers made their first contribution in https://github.com/Part-DB/Part-DB-server/pull/1324
- @klausman made their first contribution in https://github.com/Part-DB/Part-DB-server/pull/1335
- @DanTrackpaw made their first contribution in https://github.com/Part-DB/Part-DB-server/pull/1342
- @wschopohl made their first contribution in https://github.com/Part-DB/Part-DB-server/pull/1344
Full Changelog: https://github.com/Part-DB/Part-DB-server/compare/v2.9.1…v2.10.0