You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are precompiled binaries available for all platforms in the releases page.
For Linux: download the ox executable and copy it to /usr/bin/ox, then run sudo chmod +x /usr/bin/ox
For MacOS: download the ox-macos executable and copy it to /usr/local/bin/ox, then run sudo chmod +x /usr/local/bin/ox
For Windows: download the ox.exe executable and copy it into a location in PATH see this guide for how to do it
Manual
This is the absolute best way to install Ox, it will ensure you always have the latest version and everything works for your system.
You must have a working installation of the Rust compiler to use this method. Visit the website for rustup and follow the instructions there for your operating system.
Now with a working version of rust, you can run the command:
This will take at worst around 2 minutes. On some more modern systems, it will take around 30 seconds.
Please note that you should add .cargo/bin to your path, which is where the ox executable will live, although rustup will likely do that for you, so no need to worry too much.