Installation
Install ARX.
ARX gives you a local-first control layer for Minecraft operations — start/stop and monitor your server, manage players and backups, and run Gemma via Ollama from one dashboard + CLI. Install it if you want reliable day-to-day server ops without cloud lock-in.
Official installer endpoints are live on arxmc.studio. View GitHub Releases →
curl -fsSL https://arxmc.studio/install.sh | bashInstalls ARX, Ollama, and pulls gemma4:e2b automatically.
After Installation
arx startarx statusarx helpRelease Verification
Verify your install.
curl -fsSL https://arxmc.studio/checksums.txt -o checksums.txtsha256sum -c checksums.txtGet-FileHash install.ps1 -Algorithm SHA256Get-FileHash arx-runtime.zip -Algorithm SHA256Quick Troubleshooting
Command not found after install
Restart your terminal or run source ~/.bashrc
Ollama fails to start
Ensure port 11434 is free and run ollama serve
Permission denied on Linux
Run the install script with sudo
Windows Defender blocks script
Run PowerShell as Administrator with execution policy bypass