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 (recommended stable path)
git clone https://github.com/Adichapati/ARX.gitcd ARX./install.shWindows (PowerShell bootstrap)
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://arxmc.studio/install.ps1 | iex"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