OpenStudio is a cross-platform (Windows, Mac, and Linux) collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance. OpenStudio is an open source project to facilitate community development, extension, and private sector adoption.
The OpenStudio SDK allows building researchers and software developers to quickly get started through its multiple entry levels, including access through C++, Ruby, Python, and C#.
More information and documentation is available at the OpenStudio website. User support is available via the community moderated question and answer resource unmethours.com.
For development builds (artifacts downloaded from GitHub Actions), you may encounter a "Damaged" error or "Unidentified Developer" warning on macOS, especially on Apple Silicon (ARM) machines. This is because these builds are not notarized by Apple.
If you encounter these issues, please follow these steps to bypass the security check for this specific installer:
- Mount the DMG: Locate the downloaded
.dmgfile in Finder. Right-click (or Control-click) the file and select Open. - Launch Installer: Inside the mounted disk image window, Right-click (or Control-click) the
OpenStudio-Installer.appfile and select Open. - Acknowledge Warning: A security warning dialog will appear. Click Open if available. If only OK is available, click it (the installer might close).
- Security Settings: Open System Settings (or System Preferences) and navigate to Privacy & Security.
- Allow the App: Scroll down to the "Security" section. Look for a note about the OpenStudio application being blocked. Click the Open Anyway button.
- Confirm Open: A final confirmation dialog will appear. Click Open.
- Authenticate: Enter your system password when prompted to authorize the installation.