Sync your browser authentication to Hyperaide so your AI assistant can access sites using your logged-in accounts.
curl -fsSL https://hyperaide.com/sync | shOr with your sync token:
export HYPERAIDE_SYNC_TOKEN=your_token
curl -fsSL https://hyperaide.com/sync | sh# Sync (default)
hyperaide-sync
# With token
hyperaide-sync --token YOUR_TOKEN
# Check status
hyperaide-sync status
# Reset all sites
hyperaide-sync reset# Install dependencies
pip install -r requirements.txt
playwright install chromium
# Run in dev mode
python main.py --dev| Variable | Description |
|---|---|
HYPERAIDE_SYNC_TOKEN |
Your sync token |
HYPERAIDE_API_URL |
Custom API URL (optional) |
HYPERAIDE_DEV |
Set to 1 for dev mode |
- Browser opens for you to log into sites
- Auth cookies are captured when you close
- Cookies sync to Hyperaide securely
- Your AI assistant can now access those sites
- Only session cookies are synced (not passwords)
- Encrypted at rest
- Disconnect anytime from dashboard
chmod +x build.sh
./build.shCreates dist/hyperaide-sync-{os}-{arch}.