Szczepanik Research Group

Department of Theoretical Chemistry
Faculty of Chemistry, Jagiellonian University
Gronostajowa 2, 30-387 Krakow, Poland
Tel: (+48) 12 686 23 90
E-mail: dariusz.szczepanik@uj.edu.pl

HOME      PROJECTS      PUBLICATIONS      runEDDB      X

About EDDB       Download       Quick Start       Manual



◼ Download

The runEDDB program is available free of charge as precompiled binaries for Linux, Windows, and macOS — native builds for every platform on both architectures. Choose your platform below to download the latest release, matching the build to your CPU: x86_64 for Intel / AMD machines (including Intel Macs) or arm64 for Apple Silicon Macs (M1-5), Windows on ARM devices, ARM servers, and Raspberry Pi 4+. Every package is a single self-contained executable — no runtime libraries, no emulation layer, nothing else to install. See the Installation section further down this page for setup instructions.

Compilation 2026-Aug-15 (current)
Linux
Windows
macOS
By downloading and using runEDDB you agree that it is provided free of charge for academic and research use, “as is” and without any warranty of any kind; that you will cite the relevant publications in any resulting work (see the Manual, Section 9); and that bundled third-party components — the GFN2-xTB / DFT-D4 code derived from S. Grimme’s dftd4, tblite (LGPL-3.0) and mctc-lib (Apache-2.0) — are used and redistributed under their respective licenses, as detailed in the THIRD-PARTY-LICENSES.txt file included in every package.

◼ Installation

Each platform package contains the runEDDB executable, an automatic installer (install.sh on Linux / macOS, install.bat on Windows), and the third-party attribution and license files (THIRD-PARTY-LICENSES.txt together with the verbatim LGPL-3.0, GPL-3.0 and Apache-2.0 texts covering the bundled GFN2-xTB / DFT-D4 components). The installer copies runEDDB to a permanent ~/runEDDB/ folder and adds it to your PATH — no administrator privileges required. To update later, just download the new release and re-run the installer.

Which architecture do I have? On Linux and macOS run uname -m — it prints x86_64 or aarch64 / arm64. On Windows open Settings → System → About and read System type. In the steps below, replace ARCH with x86_64 or arm64 accordingly.

1. Linux

x86_64 — Intel / AMD 64-bit machines, the most common desktop and cluster case.  arm64 — ARM servers (AWS Graviton, Ampere), Raspberry Pi 4+ and Apple-silicon Linux guests.

  1. Unzip runEDDB_linux_ARCH.zip (from your file manager or via unzip runEDDB_linux_ARCH.zip).
  2. Enter the folder and run the installer: cd runEDDB_linux_ARCH && bash install.sh.
  3. Open a new terminal window (or run source ~/.bashrc in the current one).
  4. Verify: runEDDB --help.

2. Windows

x86_64 — Intel / AMD machines.  arm64 — Windows on ARM devices (Snapdragon X and similar) and Windows 11 ARM64 running in a VM on Apple Silicon. Both are native builds: no x64 emulation and no WSL are needed on ARM hardware.

  1. Right-click runEDDB_windows_ARCH.zipExtract All…Extract.
  2. Open the extracted folder and double-click install.bat.
  3. Open a new PowerShell or CMD window (press Win+R, type powershell, Enter).
  4. Verify: runEDDB --help.

3. macOS

arm64Apple Silicon Macs (M1-5).  x86_64Intel Macs.

  1. Double-click runEDDB_macos_ARCH.zip to extract.
  2. In Terminal (Cmd+Space → type Terminal), enter the folder and run the installer: cd ~/Downloads/runEDDB_macos_ARCH && bash install.sh. The installer automatically removes the macOS quarantine flag.
  3. Open a new Terminal window (or run source ~/.zshrc).
  4. Verify: runEDDB --help.
Note: A new terminal window is required after running the installer — terminals already open will not see the updated PATH until they are restarted. If runEDDB --help prints the program banner and option list, you are all set; the downloaded zip can be safely deleted.

◼ Changelog

Compilation 2026-Aug-15 (Current)

Compilation 2026-Aug-01

Compilation 2026-Jul-12

Compilation 2026-Jul-01

Compilation 2026-Jun-04

Compilation 2026-Jun-01

Compilation 2026-May-21

Compilation 2026-May-11

Compilation 2026-May-01

Compilation 2026-Apr-11


HOME      PROJECTS      PUBLICATIONS      runEDDB      X

About EDDB       Download       Quick Start       Manual