Updating Reox

Keep your Reox installation up to date.

Check Current Version

First, check which version you have installed:

$ reoxc --version
reoxc 0.5.0-beta (linux x86_64)

NeolyxOS

On NeolyxOS, use the package manager:

# Update to latest
$ reoxpm update reox

# Or specify version
$ reoxpm update [email protected]

Linux (Debian/Ubuntu)

If you installed via APT repository:

$ sudo apt update
$ sudo apt upgrade reoxc

Manual Update (All Platforms)

Re-run the install script to update:

$ curl -fsSL https://reox.dev/install.sh | sh

Or download directly from GitHub Releases and replace the binary:

# Linux
$ sudo mv reoxc-linux-x64 /usr/local/bin/reoxc
$ sudo chmod +x /usr/local/bin/reoxc

# macOS
$ sudo mv reoxc-macos-universal /usr/local/bin/reoxc
$ sudo chmod +x /usr/local/bin/reoxc

Build from Source

For the latest development version:

$ git clone https://github.com/KetiveeAI/reox.git
$ cd reox/reox-lang
$ cargo build --release
$ sudo cp target/release/reoxc /usr/local/bin/

Release Notes

Check what's new in each version: