ARO Desktop Installation Guide
Supported Operating Systems
ARO Desktop currently supports the following desktop operating systems:
- macOS
- Windows
- Linux
macOS Installation Guide
Step 1: Download the macOS Package from Dashboard
- Go to Dashboard -> Add New Node.
- Choose macOS as your system.
- Download the
.dmginstaller.

Step 2: Install and Open ARO Desktop (Handle macOS Security Prompt)
- Open the downloaded
.dmgfile. - Drag the ARO Desktop app icon into Applications.
- Open Applications and launch ARO Desktop.
- You may see a macOS prompt saying the app cannot be opened.
This is expected in some environments because the app can be recognized as coming from an unidentified developer signature by macOS security checks.


- Open System Settings.
- Go to Privacy & Security.
- In the Security section, find the blocked message for ARO Desktop.
- Click Open Anyway.
Step 3: Start ARO Desktop and Get Node SN
- Launch ARO Desktop again.
- You should now see the app startup screen.

- Click Start to run the node.
- The app will generate a Serial Number (SN).
Step 4: Bind the Node in Dashboard
- Return to Dashboard -> Add New Node.
- Start the node-adding flow.
- Enter the generated SN and follow the on-screen instructions.
- Complete the first-time node binding.

Windows Installation Guide
Step 1: Download the Windows Installer from Dashboard
- Go to Dashboard -> Add New Node.
- Choose Windows as your system.
- Download the
.exeinstaller.
Step 2: Run the Installer and Follow the Setup Wizard
- Locate the downloaded
.exefile and double-click to run it. - Follow the installer wizard steps carefully.






- Once the installation is complete, ARO Desktop will be ready to use.
Step 3: Start ARO Desktop and Get Node SN
- Launch ARO Desktop from your Start Menu or desktop shortcut.
- You should now see the app startup screen.

- Click Start to run the node.
- The app will generate a Serial Number (SN).
Step 4: Bind the Node in Dashboard
- Return to Dashboard -> Add New Node.
- Start the node-adding flow.
- Enter the generated SN and follow the on-screen instructions.


- Complete the first-time node binding.
- Your Windows ARO Desktop node is now ready to operate!
Linux Installation Guide
ARO Desktop on Linux currently supports RPM-based installation for CentOS/RHEL-like systems.
Install with RPM (CentOS 10 / newer RHEL-like systems)
Step 1: Enable EPEL and CRB
sudo dnf install -y epel-release
sudo dnf config-manager --set-enabled crb
Step 2: Install ARO Desktop RPM
sudo dnf install -y ./ARO_Desktop-0.1.0-1.x86_64.rpm
Run and Bind Your Node
- Start ARO Desktop.
- Click Start and get your node Serial Number (SN).
- Go to Dashboard -> Add New Node.
- Enter the SN and finish the binding flow.
Uninstall
RPM uninstall
sudo dnf remove aro-desktop
Troubleshooting
Kill ARO Desktop process (if needed)
pkill -f aro-desktop