Install

How to Install

By Ergup

By Cargo (Rust package manager):

cargo install erg

By Source (Need to install the Rust toolchain):

git clone https://github.com/erg-lang/erg.git
cd erg
cargo build --release

And Erg supports building with Nix.

Flags

By enabling the --features flag, you can customize the installation and build.

--features japanese
--features simplified_chinese
--features traditional_chinese

Download Latest Binaries

Windows (x86_64)

Linux (x86_64)

Linux (aarch64)

Linux (armv7)

MacOS (x86_64)

MacOS (aarch64)

Download Latest Source

Source URL

Previous Versions