Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Even G2 Plugins

Plugins for Even Realities G2 smart glasses + R1 ring, built with the Even Hub SDK.

Planned Plugins

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

Architecture

┌─────────────┐     BLE      ┌──────────────┐    WebView    ┌──────────────────┐
│  G2 Glasses  │◄────────────►│  Even iPhone  │◄────────────►│  Plugin Server   │
│  (display +  │              │  App          │              │  (TypeScript)    │
│   mic + R1)  │              └──────────────┘              │                  │
└─────────────┘                                             │  ┌────────────┐  │
                                                            │  │ Telegram   │  │
                                                            │  │ Bot API    │  │
                                                            │  ├────────────┤  │
                                                            │  │ OpenClaw   │  │
                                                            │  │ Agents     │  │
                                                            │  ├────────────┤  │
                                                            │  │ Whisper    │  │
                                                            │  │ STT        │  │
                                                            │  └────────────┘  │
                                                            └──────────────────┘

Prerequisites

  • Even Realities G2 glasses (paired)
  • R1 ring (optional, for gesture input)
  • iPhone with Even Realities app installed
  • Node.js ≥ 20

Quick Start

git clone https://github.com/mfethe1/even-g2-plugins.git
cd even-g2-plugins
npm install
npm run dev

Then scan the QR code from the Even app (same Wi-Fi network).

Display Specs

  • 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

Deployment to Glasses

Plugins load in the Even iPhone app's WebView. Two methods:

  1. Dev mode (sideload): Run npm run dev on your machine, scan QR code from Even app. Must be on same network.
  2. Production (.ehpk): Run npm run pack to create a plugin package, submit to Even Hub for distribution.

License

MIT

About

Even Realities G2 smart glasses + R1 ring plugins — Telegram messaging, agent notifications, voice commands

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages