Releases: Moon9t/IRIS
Releases · Moon9t/IRIS
v0.2.0
IRIS v0.2.0
Binary Archives
| Platform | Archive |
|---|---|
| Windows x64 | iris-v0.2.0-x86_64-pc-windows-msvc.zip |
| Windows ARM64 | iris-v0.2.0-aarch64-pc-windows-msvc.zip |
| Linux x64 | iris-v0.2.0-x86_64-unknown-linux-gnu.tar.gz |
| Linux ARM64 | iris-v0.2.0-aarch64-unknown-linux-gnu.tar.gz |
| macOS x64 | iris-v0.2.0-x86_64-apple-darwin.tar.gz |
| macOS ARM64 | iris-v0.2.0-aarch64-apple-darwin.tar.gz |
Platform Installers
| Platform | Installer | Install command |
|---|---|---|
| Linux x64 | iris_0.2.0_x86_64.deb |
sudo dpkg -i iris_0.2.0_x86_64.deb |
| Linux ARM64 | iris_0.2.0_aarch64.deb |
sudo dpkg -i iris_0.2.0_aarch64.deb |
| Linux x64 | iris-0.2.0-1.x86_64.rpm |
sudo rpm -i iris-0.2.0-1.x86_64.rpm |
| Linux ARM64 | iris-0.2.0-1.aarch64.rpm |
sudo rpm -i iris-0.2.0-1.aarch64.rpm |
| macOS x64 | IRIS-0.2.0-macos-x86_64.pkg |
Double-click or sudo installer -pkg ... -target / |
| macOS ARM64 | IRIS-0.2.0-macos-aarch64.pkg |
Double-click or sudo installer -pkg ... -target / |
| macOS x64 | IRIS-0.2.0-macos-x86_64.dmg |
Mount and run Install script |
| macOS ARM64 | IRIS-0.2.0-macos-aarch64.dmg |
Mount and run Install script |
| Windows x64 | IRIS-0.2.0-windows-x86_64-portable.zip |
Extract and add to PATH |
| Windows ARM64 | IRIS-0.2.0-windows-aarch64-portable.zip |
Extract and add to PATH |
VS Code Extension
code --install-extension iris-lang-*.vsixOne-line install (downloads latest)
Linux:
curl -fsSL https://raw.githubusercontent.com/moon9t/iris/v0.2.0/installer/linux/install.sh | bashmacOS:
curl -fsSL https://raw.githubusercontent.com/moon9t/iris/v0.2.0/installer/macos/install.sh | bashVerify integrity
Download SHA256SUMS.txt and verify:
sha256sum -c SHA256SUMS.txtQuick start
iris --version
Full changelog: ...v0.2.0
Full Changelog: https://github.com/Moon9t/IRIS/commits/v0.2.0