mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
860 B
860 B
Installing Helix
To install Helix, follow the instructions specific to your operating system. Note that:
-
To get the latest nightly version of Helix, you need to build from source.
-
To take full advantage of Helix, install the language servers for your preferred programming languages. See the wiki for instructions.
Pre-built binaries
Download pre-built binaries from the GitHub Releases page.
Add the hx
binary to your system's $PATH
to use it from the command line, and copy the runtime
directory into the config directory (for example ~/.config/helix/runtime
on Linux/macOS).
The runtime location can be overriden via the HELIX_RUNTIME environment variable.