Latest release db58a24
Download Heliox IDE
Free and open-source under Apache 2.0. Pick your platform below.
Platforms
macOS
- Apple Silicon (.zip)113 MB
- Intel (.dmg)See releases →
Windows
- Windows (.zip)141 MB
Linux
- Debian / Ubuntu (.deb)See releases →
- Fedora / RHEL (.rpm)See releases →
- Portable (.zip)117 MB
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 SHA256SUMSDownload SHA256SUMS →Or build from source
$ git clone https://github.com/CMolG/heliox-ide
$ cd heliox-ide
$ npm install
$ npm start