Download. Extract. Run. Includes CLI, orchestrator, examples, and docs.
Each full package includes: hil-cli + hil-orchestrator + examples/ + docs/
Or install via the package manager: hilp install hilos
A full-featured desktop IDE for writing, transpiling, and uploading HIL LISP code. Built on Electron with Monaco editor, syntax highlighting, auto-complete, serial monitor, and one-click transpilation. Supports 16+ Arduino libraries.
Windows users: run install.bat to install to Program Files with shortcuts.
macOS users: drag "HIL IDE.app" to Applications. Linux users: chmod +x hil-ide && ./hil-ide .
Install libraries, board support, and examples with one command. Like npm, but for HIL.
Creates a hil.json manifest in your project directory.
Installs a package and its dependencies into .hil/.
Registry: registry.mediahubnetwork.net • Publish your own packages with hilp publish
Download the archive for your platform. Extract it anywhere, there's no installer.
You should see:
If you have Go 1.21+ installed, you can build from source:
Install syntax highlighting and snippets for HIL:
Or install manually:
| Component | Required? | Notes |
|---|---|---|
| HIL CLI | Yes | Pre-built or compiled from source |
| Go 1.21+ | Optional | Only needed to build from source |
| Arduino board | Optional | Only for real hardware deployment |
| CRUMB Simulator | Optional | Free circuit simulator for visual testing |
| VS Code | Optional | Recommended for syntax highlighting |
xattr -d com.apple.quarantine bin/hil-cli-* in Terminal.chmod +x bin/hil-cli-*.