Download
Platform | Link |
---|---|
Windows | ⭐ Download |
Linux | ⭐ Download |
Tip
- The first time you start Ari, Windows Defender may scan the file for a few seconds before running it.
- Chrome or Microsoft Edge may warn about the file because it is "uncommonly downloaded". Before jumping to conclusions, you can always scan the file with VirusTotal.
- Execute
chmod +x ari-linux
if permission error is encountered.
Building from source¶
- This section is for those want to experiment with Ari's source code.
General steps
- Clone Ari's repository 👪
git clone https://github.com/FongYoong/ari-lang.git
- Install the Rust toolchains (Rustc, Rustup, Cargo).
- Install nightly Rust with:
rustup toolchain install nightly
- Move into the cloned repository
cd ari-lang
- Configure the project to use nightly Rust:
rustup override set nightly
- Build! 🔨
cargo build --release
Condensed instructions
1 |
|
Install Rust: 32-bit or 64-bit
3 4 5 6 |
|
1 2 3 4 5 6 7 |
|