https://github.com/zydou/helix
A post-modern modal text editor.
https://github.com/zydou/helix
Last synced: 5 months ago
JSON representation
A post-modern modal text editor.
- Host: GitHub
- URL: https://github.com/zydou/helix
- Owner: zydou
- License: mpl-2.0
- Created: 2023-11-08T03:56:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T00:06:32.000Z (6 months ago)
- Last Synced: 2026-01-10T21:54:21.020Z (6 months ago)
- Language: Dockerfile
- Homepage:
- Size: 22.5 KB
- Stars: 40
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helix
This repository uses GitHub Actions to build the `helix` tool.
The binary releases of the [official repository](https://github.com/helix-editor/helix) are built on Ubuntu 22.04. It may cause [GLIBC issues](https://github.com/helix-editor/helix/issues/1932) on older systems. This repository builds the binary on Ubuntu 16.04 (GLIBC 2.23). Besides, this repository also builds a musl version of the binary. It can be used on any Linux system.
Specifically, this repository builds the following binaries:
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- aarch64-apple-darwin
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- x86_64-apple-darwin
Download stable release: [https://github.com/zydou/helix/releases/latest](https://github.com/zydou/helix/releases/latest)
Download nightly release: [https://github.com/zydou/helix/releases/tag/nightly](https://github.com/zydou/helix/releases/tag/nightly)