Releases: amc198009/gateway-protocol
Release list
v3.3.5
v3.3.4
Gateway Protocol v3.3.4 — renderer modularization milestone
v3.3.3
Gateway Protocol v3.3.3 — coherence-responsive field + renderer modul…
v3.3.2
Gateway Protocol v3.3.2 — camera fidget/presence + Collective Field
v3.3.1
Gateway Protocol v3.3.1 — data portability (import/delete) + evidence…
v3.3.0
Gateway Protocol v3.3.0 — The Attuned Companion (adaptive engine, com…
v3.2.0
Gateway Protocol v3.2.0 — A+ experience update (dashboard, onboarding…
v3.1.0
Gateway Protocol v3.1.0 — security hardening, Electron 42, native App…
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.
v2.0.0 · The full desktop release
First full desktop release of Gateway Protocol — five iterative layers, all shipped.
Install
macOS (Intel x64): Download Gateway Protocol-2.0.0-macOS-Intel.dmg below, open it, drag to Applications.
⚠️ The build is unsigned and unnotarized. macOS Gatekeeper will warn on first open.
Workaround: right-click the app in Applications → Open → Open again.
See TODO.md for the Apple Developer signing decision.
Apple Silicon (M1/M2/M3): Not yet built natively — runs via Rosetta. Native arm64 build is on the TODO list.
From source:
git clone https://github.com/amc198009/gateway-protocol.git
cd gateway-protocol
npm run install:v2
npm startWhat's in 2.0.0
| Layer | Highlights |
|---|---|
| V1 | Single-file HTML + zero-dep Node proxy (preserved as fallback) |
| V2 | Electron packaging · encrypted API key vault · Adaptive Session Engine (Council reads last 7 journal entries pre-session) |
| V3 | Three.js 5000-particle field · cinematic fullscreen mode · AudioWorklet binaural with harmonic overtones · HRV coherence visualizer |
| V4 | Monthly pattern recognition · custom affirmation generator · multi-turn Shadow Dialogue with Jung · synchronicity log + AI analysis · code of the day · native practice reminders |
| V5 | Anthropic prompt caching · IndexedDB primary storage (lifts the 5MB cap) · JSON export · voice-over for shadow dialogue · cinematic wave context · affirmation wheel fix |
| V6 | Public README · GitHub Actions CI · HRV pulse-ring polish · dedicated Settings screen |
Full per-feature breakdown in PROGRESS.md.
Bring your own keys
The app is owned, not subscribed. You need:
- OpenAI for TTS
- ElevenLabs for premium voices (optional — Web Speech is the fallback)
- Anthropic for the Council of Five
All keys stored locally with electron-store encryption. Never leave your machine.