Quick Install (Closed Beta)
Download, launch, and start using RA-H in minutes
Closed beta is Mac-only (macOS 12+). No Docker required. Your data stays local in a single SQLite file.
1) Download
- Go to
/betaor click Download on the homepage - Download
ra-h-local-beta.zip - Extract the zip to a convenient location (e.g.
~/Applications/RA-H/)
2) First Launch
- Open the extracted
local-appfolder - Right-click
start.command→ Open (approve the macOS prompt) - Enter your OpenRouter API key when prompted (starts with
sk-or-) - A browser window opens automatically at
http://127.0.0.1:39555
To stop RA-H, press Ctrl+C in the Terminal window.
3) Where Your Data Lives
Your knowledge base is stored locally in rah.sqlite inside local-app/:
local-app/
├── start.command # launcher
├── rah.sqlite # YOUR DATA (back this up)
├── .env.local # stores your API key
└── ... # app files
4) Back Up (Recommended)
Before updating to a new beta, duplicate rah.sqlite or run:
cp rah.sqlite rah.sqlite.backup-$(date +%Y%m%d)
Next Steps
→ Create your first node → Understanding dimensions → Using helpers