#!/bin/bash
# RAPP Brainstem Installer for macOS
# Double-click this file in Finder to install.

clear
echo ""
echo "  🧠 RAPP Brainstem Installer"
echo "  ============================"
echo ""
echo "  Installing... (this window will become your brainstem server)"
echo ""

curl -fsSL https://kody-w.github.io/rapp-installer/install.sh | bash
