GUI

The desktop application bundles calculations and database tools in one window. Install:

pip install 'equilipy[gui]'

Then launch:

equilipy.gui

equilipy-gui (legacy alias) and python -m equilipy.gui launch the same application.

Standalone installers

Every release also ships self-contained GUI installers (no Python required), built by CI and attached to the latest GitHub release:

Note

The macOS installers are not yet notarized by Apple, so the first launch shows a warning that Equilipy could not be verified. Click Done (not Move to Trash), then use one of the following options:

  1. System Settings → Privacy & Security → scroll down to “Equilipy” was blockedOpen Anyway

  2. Remove the quarantine flag in a terminal: xattr -d com.apple.quarantine /Applications/Equilipy.app

  3. Install through pip instead, which avoids this entirely: pip install "equilipy[gui]"

The header switches between the two workspaces:

  • Calculation — run equilibrium and solidification calculations organized in sessions and modules.

  • Database — inspect, edit, validate, and export thermochemical databases.

Equilipy main window with the Calculation/Database workspace switch in the header