Skip to content

Releases: amc198009/gateway-protocol

v3.3.5

Choose a tag to compare

@github-actions github-actions released this 24 May 21:30
d83ac29
Merge pull request #61 from amc198009/fix/cinematic-session-alignment

Fix cinematic timed-session alignment + brand sliders (v3.3.5)

v3.3.4

Choose a tag to compare

@github-actions github-actions released this 24 May 21:08
ecbd354
Gateway Protocol v3.3.4 — renderer modularization milestone

v3.3.3

Choose a tag to compare

@github-actions github-actions released this 24 May 20:01
63d6410
Gateway Protocol v3.3.3 — coherence-responsive field + renderer modul…

v3.3.2

Choose a tag to compare

@github-actions github-actions released this 24 May 17:50
abf6e52
Gateway Protocol v3.3.2 — camera fidget/presence + Collective Field

v3.3.1

Choose a tag to compare

@github-actions github-actions released this 24 May 16:46
5be079a
Gateway Protocol v3.3.1 — data portability (import/delete) + evidence…

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 24 May 16:15
de38669
Gateway Protocol v3.3.0 — The Attuned Companion (adaptive engine, com…

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 24 May 06:54
c43a613
Gateway Protocol v3.2.0 — A+ experience update (dashboard, onboarding…

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 23 May 18:17
049d9d9
Gateway Protocol v3.1.0 — security hardening, Electron 42, native App…

v3.0.0 · The Global Gateway Network

Choose a tag to compare

@amc198009 amc198009 released this 20 May 23:36

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 → OpenOpen 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 start

Then 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.md before 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

PROGRESS.md

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

Choose a tag to compare

@amc198009 amc198009 released this 20 May 23:12

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 → OpenOpen 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 start

What'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:

All keys stored locally with electron-store encryption. Never leave your machine.