Even Realities 

Even Realities builds smart glasses without any cameras or intrusive features and that look like very normal glasses.

The G2 version pairs with an iPhone over BLE 5.x, shows dual per‑eye micro‑LED canvases, and can be steered with a companion R1 ring and finger gestures. Because the lenses contain their own micro‑LED modules, the picture is always private and self‑contained, and the lenses are capable of 576×288 ‘canvas’ instances plus bespoke UI containers for text, images, and virtual controls.

Developers can sideload apps via evenhub-cli, package them as .ehpk bundles, and run them inside the even-dev simulator. Homebrew-built tooling has emerged alongside community reverse-engineering: the even-g2-notes repository gathers architecture, BLE/session, display, input, page lifecycle, device APIs, error codes, UI patterns, and packaging docs plus several example apps (chess, reddit, weather, Tesla, Pong, Snake) that demonstrate canvas rendering, image containers, and remote services.

Category Date Link Notes
Apps 2026 EvenChess

Chess HUD for the G2 that runs Stockfish via a WASM worker, includes Bullet Blitz and academy drills, and is built with Vite/TypeScript plus the Even Hub SDK.

Reddit client

Reddit reader for Even G2 glasses; use swipes/taps to browse posts and comments from configurable subreddit feeds, built with the EvenHub SDK and TypeScript.

Tesla (Even G2)

Tesla dashboard with 35+ commands (climate, charging, security, windows), live map, and a proxy server that keeps the Tessie token server-side for secure remote control.

Weather (Even G2)

Forecast widget that pulls Open-Meteo data for weekly, hourly, precipitation, and wind screens, uses shadcn/ui for the settings UI, and works inside the four-container limit per page.

Documentation even-g2-notes

Reverse-engineered reference covering architecture, BLE/session handling, dual micro-LED displays, input events, packaging, and sample apps for the Even G2.

Games Pong (Even G2)

Pong clone with character-grid rendering, Redis-backed global win count, and Vercel serverless API; runs as a fast text-mode game with flicker-free frame pushes.

Snake (Even G2)

Classic Snake built with the Even Hub SDK; uses 28×10 text grid, swipe controls, and Redis-backed best-score API plus simple UI rebuild logic to keep latency low.

Infrastructure even-dev simulator

Unified Even Hub simulator that launches G2 apps via start-even.sh, manages built-in and cached external apps (chess, reddit, weather, etc.), and knows how to refresh dependencies.