Getting Started

Installation

You can install Oxynium on any Linux/MacOS system by running the following command in your terminal:

curl -sSL https://oxynium.org/scripts/install | bash

Unstable version

You can also install the latest version by passing the latest argument to the installation script.

curl -sSL https://oxynium.org/scripts/install | bash -s -- latest

Requirements

Oxynium will require cargo, rust, nasm and gcc to be installed on your system.

Upgrade

To upgrade to the latest version of Oxynium, run the installation script:

curl -sSL https://oxynium.org/scripts/install | bash

Uninstallation

You can uninstall Oxynium by running the following command in your terminal:

curl -sSL https://oxynium.org/scripts/uninstall | bash