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 (recommended stable path)

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

Windows (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 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