Skip to content
Oxrion

Command line

Install the Oxrion CLI

One command installs oxrion, the command that manages and runs the Oxrion tools. Add the tools you need afterwards — nothing else is downloaded until you ask for it.

Step 1

Install the command

Runs a short bootstrap that places oxrion on your PATH. No runtime required — it's a single, self-contained binary.

Linux / macOS

bash
curl -fsSL https://get.oxrion.com | sh

Windows · PowerShell

powershell
irm https://get.oxrion.com/win | iex

Open a new terminal afterwards so the updated PATH takes effect, then run oxrion version to confirm.

Step 2

Add the tools you need

Each tool is fetched and verified on demand. Install only what you use — on a server that's often just one of them.

Recover protected projects

bash
oxrion install recovery

Issue and manage licenses

bash
oxrion install licenser

Then run a tool directly — anything after the tool name is passed straight through:

bash
oxrion recovery --help
oxrion licenser --help

Managing

Update & remove

Keep tools current, or remove them. Updating a tool never touches the others.

bash
oxrion update recovery      # one tool
oxrion update --all         # every installed tool
oxrion uninstall recovery   # remove a tool
oxrion list                 # what's installed

No internet on the target machine? Grab the raw binaries from Downloads →

Looking to run protected PHP on a server instead? That's the Oxrion loader →