Skip to main content

Latest release db58a24

Download Heliox IDE

Free and open-source under Apache 2.0. Pick your platform below.

Platforms

macOS

Windows

Linux

Unsigned build notice (temporary)

Heliox IDE builds aren't code-signed or notarized yet. On macOS, Gatekeeper will block the first launch — right-click (or Control-click) the app in Finder/Applications and choose Open, then confirm, to bypass it once. On Windows, SmartScreen may show a "Windows protected your PC" prompt — choose More info → Run anyway. Signing and notarization are planned; this note goes away once they ship.

Verify your download

Each release publishes a SHA256SUMS file alongside the installers. After downloading, confirm the checksum matches before you run anything:

shasum -a 256 -c SHA256SUMS
Download SHA256SUMS →

Or build from source

$ git clone https://github.com/CMolG/heliox-ide

$ cd heliox-ide

$ npm install

$ npm start