Self-Hosting & Development/Self-Hosting/Should you self-host?

Should you self-host?

AxonOS is open source (MIT), so you can run it on your own hardware. For most researchers the hosted platform at app.axonos.io is the easiest path — but self-hosting makes sense in some cases.

This is the developer / operator track

If you just want to use AxonOS, start with Launch AxonOS instead. The pages in this track are for people running their own instance.

Hosted vs. self-hosted

Hosted (app.axonos.io)Self-hosted
SetupNone — open a browserInstall Docker, build the image
GPUsProvided, billed per minuteYour own hardware
Payments & billingBuilt in (wallet + credits)Optional — only with the gated stack
MaintenanceManaged for youYou operate it
Best forResearchers, students, quick workLabs, classrooms, operators, contributors

Choose your path

Before you start

Check the requirements

Confirm Docker, and (optionally) an NVIDIA GPU + Container Toolkit. See System Requirements.

Pick single-desktop or full stack

A plain docker run for one desktop, or Docker Compose for the gated platform.

Configure your environment

Copy env.example to .env and set your secrets. See Configuration.

Harden before exposing it

If it's reachable beyond localhost, read Security & Self-Hosting first.

How it works under the hood

Curious what you're running? Architecture maps the components, and User Flow & Gateway walks the request lifecycle. The economic model lives in Payment Rails & Tokenomics.

Source code

Everything is on GitHub at github.com/AXDT-INC/AxonOS.