| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenEstimate v6.1.2 source code.tar.gz | 2026-05-31 | 275.0 MB | |
| OpenEstimate v6.1.2 source code.zip | 2026-05-31 | 278.5 MB | |
| README.md | 2026-05-31 | 1.6 kB | |
| Totals: 3 Items | 553.5 MB | 0 | |
Added
- Linux CAD and BIM converters now download and install automatically on first use, exactly like on Windows. The proprietary DDC converter binaries ship as signed .deb packages; the app fetches the package index, resolves the transitive dependencies, downloads them and unpacks them into a private per-architecture directory under ~/.openestimator with no root, no Docker and no apt setup. The same one-click flow backs the Install button on the Quantities and BIM pages. amd64 is fully supported; on an architecture the upstream repository does not publish yet, the app falls back to a clear apt command instead of failing.
Fixed
- macOS: the converters no longer try to launch a Windows .exe. There is no native macOS build, so the app now says so plainly and points to the two paths that work on a Mac: run in Docker, or upload an IFC file (IFC is read by a built-in text parser that needs no native converter on any platform).
- Claude and the other AI providers connect again. The model identifiers were refreshed to the current Claude generation, the API key is now read from the environment and from ~/.openestimate/config.json in addition to the database, and provider and key problems are reported with the real reason instead of a generic failure.
- The converter version check no longer shows a false "update available" banner on Linux and macOS, where the Windows binary comparison does not apply.
Full Changelog: https://github.com/datadrivenconstruction/OpenConstructionERP/compare/v6.1.1...v6.1.2