Install · v0.7.0

Get Hover

A prebuilt install script is on its way. Until it ships, build the compiler from source — it's a single Go module.

$ curl -fsSL hover-lang.org/install | sh
Build from source
$ git clone https://github.com/eraymerc/hover-lang.git
$ cd hover-lang
$ make build

Requires Go and a C++17 toolchain (the runtime links against the bundled Eigen headers). See the repository README for target-specific flags.

Coming soon

Packaged installers

Prebuilt binaries for Linux, macOS and Windows, plus the one-line install script, ship with the next release.

Watch releases Back to overview