Windows
Windows 10/11, 64-bit. WebView2 auto-installs.
- 1Download the Windows installer.
- 2Run the file and allow WebView2 if Windows asks.
- 3Open the app. The first local setup can take about a minute.
Download
A native build of OpenConstructionERP. No Python, no pip, no Docker, no database to set up. One file, run it, done. Your data stays on your machine.
Windows 10/11, 64-bit. WebView2 auto-installs.
Apple Silicon (aarch64), macOS 10.15+.
.deb and .AppImage, 64-bit.
The first time you open the app it spends about 40 to 90 seconds setting up a local database. It is not frozen. Every launch after that opens fast. Nothing is sent anywhere, the database lives on your own machine.
Which one
Most people want the native app. The other two are for developers and servers.
For developers
Secondary paths. Each opens the same app in your browser at localhost:8080.
docker run -d -p 8080:8080 -v oe_data:/data ghcr.io/datadrivenconstruction/openconstructionerp:latest
Then open localhost:8080. The named volume keeps your data between runs.
git clone https://github.com/datadrivenconstruction/OpenConstructionERP
pip install -e ./backend[server]
Editable dev install with the server extras. Read the docs first.
117 modules. Estimating and BOQ, takeoff, CAD and BIM, cost databases, tendering, reporting, and more.