Download the latest release here
AppImage made using sharun, which makes it extremely easy to turn any binary into a portable package without using containers or similar tricks.
This AppImage bundles everything and should work on any linux distro, even on musl based ones.
This AppImage can work without FUSE at all thanks to the uruntime
More at: AnyLinux-AppImages
Helix is a terminal-based modal text editor similar to Vim/NeoVim, but it does not uses vim-motions, it uses its own set of motions similar to the Vim ones, but with an emphasis on more ergonomics
The official repository is this one
The appimages are made using the official binaries from the official releases
The appimages made on this repo are NON-OFFICIAL. Helix already releases their own appimages, but they do not run on older systems, and that is why I made this repository, because I use an older system that does not run newer versions of Helix
./Helix.AppImage [COMMAND] [ARGs...]
This appimage has 2 internal commands that handle Helix's runtime directory. By default, Helix will only use the runtime directory that is inside the AppImage
→ set-env-runtime
This command writes an ENV file for the appimage with the path to a different runtime directory
→ ext-def-runtime
This command extracts the contents of the default runtime directory to a different directory
