Skip to content
View RileyCodes's full-sized avatar
  • Osaka, Japan

Block or report RileyCodes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RileyCodes/README.md

Hi, I'm Riley 👋

A systems engineer who thinks the best UI is the one floating in front of your eyes.

I'm building ArOS — an agent living inside AR smart glasses: live subtitles and ja⇄zh translation on-lens, an LLM conversation coach whispering reply suggestions, tool-calling — all driven by one portable Rust core across two very different devices (INMO Air3, Even Realities G2).

ArOS on-lens HUD demo

🕶️ aros-core The Rust engine — streaming ASR, live translation, LLM dialogue & tool use, Even G2 BLE, UniFFI → Kotlin. 84 host-side tests
🖱️ b Hands for your LLM agent — drive a real, logged-in browser from the CLI (Python)
🧠 PyMemoryExplorer Explore live CPython objects by reading process memory directly (C++)

The rest of the ArOS stack — Kotlin/Android frontend, EvenHub TypeScript app, self-hosted streaming ASR service, OTA pipeline — is opening up gradually.

📍 Osaka, Japan · 📫 riley@eigenmail.org

Pinned Loading

  1. aros-core aros-core Public

    🕶️ Your glasses, with an agent inside — Rust engine for ArOS: streaming ASR, live ja⇄zh translation, LLM tool use on AR smart glasses

    Rust

  2. PyMemoryExplorer PyMemoryExplorer Public

    A lightning speed CPython object explorer via pure memory reading.

    C++ 4

  3. b b Public

    🖱️ Hands for your LLM agent — drive a real, logged-in browser from the CLI. Persistent sessions, React-safe input, cross-platform.

    Python