v3.0.0 · The Global Gateway Network
V7 · The Global Gateway Network — now with a live hosted server.
🌐 Hosted server is live
https://gateway-protocol.fly.dev/
The reference server is deployed at Fly.io. The app's Settings → Network → "Use hosted server" button points at it with one click.
For verification:
curl https://gateway-protocol.fly.dev/
# → {"ok":true,"service":"gateway-protocol-server",...}
Single-machine deployment (in-memory state). Multi-region scale requires Redis migration — see LAUNCH_CHECKLIST.md §1c. Cost: ~$1.94/mo while the practitioner base is small.
Install the desktop app
macOS (Intel x64): Download Gateway Protocol-3.0.0-macOS-Intel.dmg below, open, drag to Applications.
⚠️ Unsigned/unnotarized. Right-click → Open → Open the first time.
Apple Silicon: Runs via Rosetta. Native arm64 build still on the TODO.
From source:
git clone https://github.com/amc198009/gateway-protocol.git
cd gateway-protocol
npm run install:v2
npm startThen Settings → Network → Use hosted server and you're on the global Practice Rooms + Feed network.
What V7 ships
| Pillar | Status |
|---|---|
| V7a · Practice Rooms — live-synchronized group sessions over WSS | ✅ Live at gateway-protocol.fly.dev |
| V7b · Transmission Feed — opt-in anonymous Council shares | ✅ Live |
| V7c · Semantic Memory — OpenAI embeddings, Council becomes long-term aware | ✅ Fully local |
| V7d · Biometric — manual HRV tracking + delta (HealthKit live read needs an iOS companion app) | ✅ |
| V7e · Certifications — 4 tracks, HMAC-signed JSON + printable PDF | ✅ |
| V7f · Custom Protocols — compose / save / run / export / import | ✅ |
Honest about what still needs your decisions
- Apple Developer signing ($99/yr) to remove the Gatekeeper warning
- Redis migration to scale beyond ~250 concurrent participants
- Privacy attorney review of
DRAFT_PRIVACY.mdbefore public launch - Stripe + business entity if monetizing (see
MONETIZATION.md) - iOS companion app for HealthKit live read
Full gap analysis in LAUNCH_CHECKLIST.md.
Per-feature breakdown
BYOK reminders
OpenAI · ElevenLabs · Anthropic
API keys live encrypted on your machine. They never reach the hosted server.