ARX

Documentation

Getting Started

Install ARX and run your first Minecraft server in minutes.

Prerequisites

  • Linux or Windows (official support)
  • macOS supported on best-effort basis
  • At least 8GB RAM (16GB recommended for AI workloads)
  • 10GB+ free disk space
  • Internet connection for first install and model pull

Step 1: Install ARX

Linux/macOS (hosted one-liner)

curl -fsSL https://arxmc.studio/install.sh | bash

Linux/macOS (source install fallback)

git clone https://github.com/Adichapati/ARX.git
cd ARX
./install.sh

Windows (PowerShell bootstrap)

powershell -NoProfile -ExecutionPolicy Bypass -Command "$installer = Join-Path $env:TEMP 'arx-install.ps1'; Invoke-RestMethod 'https://arxmc.studio/install.ps1' -OutFile $installer; & $installer; Remove-Item -Force $installer"

Installer sets up ARX runtime, config, and local Ollama workflow with gemma4:e2b.

Step 2: Verify install

arx version
arx status
ollama list

Step 3: Start services

arx start
arx status
arx open

Default dashboard URL is http://localhost:18890/ unless changed during setup.

Next Steps