Aura--:--
v0.1 · public preview

The operating system
for AI smart glasses.

Open-source software for field teams and developers building the next wearable computing platform.

Slack
01 / 04
· slack · mentions
@mira · #design-sync
can you review the v4 mocks?
say "reply"
· app marketplace · live preview ·
01 · Apps

A complete suite, on day one.

Everything you need to make smart glasses feel like a calm, capable computer — already built in.

Aura Assistant

Streaming AI copilot that sees what you see.

Live Captions

Real-time speech to text, overlaid in your view.

Translator

Whisper-quiet subtitles across 100+ languages.

Navigator

Heads-up directions without ever looking down.

Quick Notes

Capture a thought — Aura summarizes it.

Notifications

The right alert, in the corner of your eye.

02 · Architecture

Built like an OS, not an app.

01

Perception layer

Vision, audio, location, and sensors fuse into a single context stream every app can read.

02

App runtime

Apps render as overlays in your peripheral vision. They cooperate — they don't fight for attention.

03

AI gateway

Frontier models, on-demand. Overlays powered by streaming generation, not canned responses.

03 · Developers

Build the next
wearable app.

A small, ergonomic SDK with first-class primitives for overlays, perception, and AI. Ship to a glanceable surface in minutes.

  • TypeScript SDK with full type safety
  • Streaming AI from the gateway
  • Overlay primitives & layout system
  • Open-source — fork what you need
Read the docs
hello-world.tsxrunning
import { defineApp, Overlay } from "@auraos/sdk";

export default defineApp({
  id: "hello",
  render() {
    return (
      <Overlay anchor="top-right">
        <Text>Hello, world.</Text>
      </Overlay>
    );
  },
});
04 · Join

Help shape Aura.

We're building this in the open. Post an idea, upvote what matters, leave a note for the team.