Plugins for Even Realities G2 smart glasses + R1 ring, built with the Even Hub SDK.
| Plugin | Description | Status |
|---|---|---|
| telegram-hud | Read & reply to Telegram messages on glasses. Voice reply via mic → Whisper transcription. | 🔧 In Progress |
| agent-notifications | Push alerts from our AI agent system (OpenClaw) to the glasses HUD. | 📋 Planned |
| voice-command | Tap ring → speak → command dispatched to agent system → result on HUD. | 📋 Planned |
| data-dashboard | Rotating HUD widget for stock prices, trading signals, lab metrics. | 📋 Planned |
| teleprompter | Push notes/talking points to display before meetings. | 📋 Planned |
┌─────────────┐ BLE ┌──────────────┐ WebView ┌──────────────────┐
│ G2 Glasses │◄────────────►│ Even iPhone │◄────────────►│ Plugin Server │
│ (display + │ │ App │ │ (TypeScript) │
│ mic + R1) │ └──────────────┘ │ │
└─────────────┘ │ ┌────────────┐ │
│ │ Telegram │ │
│ │ Bot API │ │
│ ├────────────┤ │
│ │ OpenClaw │ │
│ │ Agents │ │
│ ├────────────┤ │
│ │ Whisper │ │
│ │ STT │ │
│ └────────────┘ │
└──────────────────┘
- Even Realities G2 glasses (paired)
- R1 ring (optional, for gesture input)
- iPhone with Even Realities app installed
- Node.js ≥ 20
git clone https://github.com/mfethe1/even-g2-plugins.git
cd even-g2-plugins
npm install
npm run devThen scan the QR code from the Even app (same Wi-Fi network).
- Resolution: 576 × 288 px per eye
- Color: 4-bit grayscale (16 green shades)
- Containers: Up to 4 per page (Text, List, Image)
- Input events: Tap, swipe, R1 ring gestures
Plugins load in the Even iPhone app's WebView. Two methods:
- Dev mode (sideload): Run
npm run devon your machine, scan QR code from Even app. Must be on same network. - Production (.ehpk): Run
npm run packto create a plugin package, submit to Even Hub for distribution.
MIT