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 | bashLinux/macOS (source install fallback)
git clone https://github.com/Adichapati/ARX.gitcd ARX./install.shWindows (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 versionarx statusollama listStep 3: Start services
arx startarx statusarx openDefault dashboard URL is http://localhost:18890/ unless changed during setup.
Next Steps
- Review CLI Reference
- Tune options in Configuration
- Enable public access with
arx tunnel setupif needed