| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenConstructionERP v6.1.0 source code.tar.gz | 2026-05-31 | 275.0 MB | |
| OpenConstructionERP v6.1.0 source code.zip | 2026-05-31 | 278.5 MB | |
| README.md | 2026-05-31 | 1.4 kB | |
| Totals: 3 Items | 553.5 MB | 0 | |
OpenConstructionERP 6.1.0
This release ships the flagship reference project and a broad wave of audit fixes on top of the 6.0.0 embedded-PostgreSQL default.
Flagship reference project. A single residential house, built from one real DWG drawing, one Revit model, one IFC model and one PDF plan set. Every CAD and BIM file is converted through the DDC cad2data console converters into our canonical JSON, so there is no IfcOpenShell and no native IFC parsing anywhere. Element groups are linked to bill-of-quantities positions with real quantities, real CWICR cost rates and real resources, and you can navigate both ways: from a BOQ line to its model elements and from any element back to its BOQ line.
Automatic converter setup. The CAD and BIM converters now download themselves on first use, with no manual install step.
Quality and security. Owner checks and IDOR hardening on exports, currency-correct money handling, RBAC and permission registration fixes, API contract corrections, project geo-hub map rendering, a PWA service-worker MIME fix, and silent session refresh so long sessions no longer drop to the login screen.
Install: pip install openconstructionerp
Embedded PostgreSQL 16 runs in-process by default, with no Docker and no configuration. Set OE_USE_SQLITE=1 to use SQLite instead.
Full Changelog: https://github.com/datadrivenconstruction/OpenConstructionERP/compare/v6.0.0...v6.1.0