๐Ÿ GOAT Royalty App

๐Ÿ“ฅ Install GOAT Royalty App

Your AI Brain, 11 Agents + Autopilot, Network = Net Worth dashboard, Spotify Analytics, and Fan Database โ€” all running locally on YOUR machine in one command.

DJ Speedy (Harvey L. Miller Jr.) + Waka Flocka Flame ยท v3.0
๐Ÿง  AI Brain ๐Ÿค– 11 Agents + Autopilot ๐Ÿ”’ 100% Local ๐Ÿ†“ No OpenAI Fee ๐Ÿ“ฑ PWA Install

โšก Direct Download (No Terminal Needed)

Pre-built apps auto-compiled by GitHub Actions. Download, extract, double-click to run.

๐ŸŽ
macOS .app
Universal (Intel + Apple Silicon)
๐ŸชŸ
Windows .exe
Windows 10 / 11 ยท 64-bit
๐Ÿง
Linux .tar.gz
Any distribution
๐Ÿ“ฆ
All Releases
Every version ever built

๐Ÿ’ก Don't see the download? GitHub Actions takes ~5 minutes to build after a commit. Use the one-liners below as a fallback.

๐ŸŽ

macOS

10.15 Catalina or newer ยท Intel or Apple Silicon
curl -fsSL https://raw.githubusercontent.com/DJSPEEDYGA/GOAT-Royalty-App/main/installers/install.sh | bash

Paste into Terminal (โŒ˜+Space, type "Terminal")

๐ŸชŸ

Windows

Windows 10 or 11 ยท 64-bit
iwr -useb https://raw.githubusercontent.com/DJSPEEDYGA/GOAT-Royalty-App/main/installers/install.ps1 | iex

Paste into PowerShell (right-click Start โ†’ "Windows PowerShell")

๐Ÿง

Linux

Ubuntu, Debian, Fedora, Arch โ€” all supported
curl -fsSL https://raw.githubusercontent.com/DJSPEEDYGA/GOAT-Royalty-App/main/installers/install.sh | bash

Paste into your terminal (Ctrl+Alt+T on most distros)

โš™๏ธ What the Installer Does (in 3 minutes)

  1. Detects your OS and installs missing essentials: Git, Python 3, Ollama
  2. Clones the app from github.com/DJSPEEDYGA/GOAT-Royalty-App to your home folder
  3. Installs Python dependencies (flask, yt-dlp, requests)
  4. Pulls Gemma 3 (4B) local AI model (~3GB, Google's open-weight model โ€” your free GPT)
  5. Creates a ๐Ÿ Desktop shortcut โ€” one click to launch
  6. Launches the app in your browser at http://localhost:8090
๐Ÿง 

AI Brain

Routes between local Gemma, NVIDIA Llama, and Gemini. OpenAI removed.

๐Ÿค–

11 Specialist Agents

Ms. Money Penny, Codex, Legal Eagle, Producer, A&R, CFO, Stylist, Researcher, Lyricist, Autopilot, Vault.

๐Ÿ”—

Network = Net Worth

DJ Speedy + Waka Flocka social command center. Live TikTok feeds.

๐ŸŽง

Spotify Analytics

Real follower counts, top tracks, audio features, related artists.

๐Ÿ“ง

Fan Database

GDPR-compliant opt-in fan capture with Supabase cloud sync.

๐Ÿ”’

Everything Local

Your data never leaves your machine. Your AI never needs the cloud.

๐Ÿ†˜ Troubleshooting

Windows says "Running scripts is disabled"

Run this in PowerShell as Administrator first:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

Mac says "command not found: brew"

The installer will install Homebrew automatically. If it fails, install manually:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Ollama download is slow

Gemma 3 is ~3GB. On slow connections you can skip the AI model and use NVIDIA + Gemini cloud instead (which are free). Press Ctrl+C during the Ollama pull โ€” the app will still work.

Port 5500 or 8090 is already in use

Another app is running on those ports. Close Skype or change the ports in start-goat.sh / start-goat.bat.

Linux: permission denied

Make the script executable: chmod +x ~/GOAT-Royalty-App/start-goat.sh

๐Ÿ› ๏ธ Manual Install (for the technical)

If the auto-installer doesn't work, do this by hand:

git clone https://github.com/DJSPEEDYGA/GOAT-Royalty-App.git cd GOAT-Royalty-App pip3 install flask flask-cors requests yt-dlp python-dotenv curl -fsSL https://ollama.com/install.sh | sh # (or download from ollama.com on Windows) ollama serve & ollama pull gemma3:4b cd goat-intel-server && python3 goat_intel.py & cd ../web-app && python3 -m http.server 8090

Then open http://localhost:8090/powerhouse.html