Install Oxy CLI
After setting up your server, the next step is to install and configure the Oxy CLI.Install Oxy
Follow the Oxy installation instructions to install the Oxy CLI on your server.This command downloads and installs the latest stable release of Oxy.
- Stable Release
- Edge Build
- Nightly Build
- Specific Version
Edge vs Nightly: Edge builds are created on every push to main, while nightly builds are scheduled daily. Both are pre-release versions for testing the latest features. Browse all available builds at oxy-hq/oxy-nightly.
Verify Installation
After installation, verify that Oxy is correctly installed:This should display the current version of Oxy installed on your system.
Set Up Oxy as a System Service
To ensure Oxy runs automatically and persists across server restarts, set it up as a systemd service:
About
oxy serve: This command runs the web interface only and requires an external PostgreSQL database.Two options for running Oxy:oxy start- Automatically manages PostgreSQL in Docker (requires container runtime)oxy serve- Connects to external PostgreSQL viaOXY_DATABASE_URL(recommended for production)
oxy serve with a managed PostgreSQL service (AWS RDS, Cloud SQL, etc.).