Open-source software for field teams and developers building the next wearable computing platform.
Everything you need to make smart glasses feel like a calm, capable computer — already built in.
Streaming AI copilot that sees what you see.
Real-time speech to text, overlaid in your view.
Whisper-quiet subtitles across 100+ languages.
Heads-up directions without ever looking down.
Capture a thought — Aura summarizes it.
The right alert, in the corner of your eye.
Vision, audio, location, and sensors fuse into a single context stream every app can read.
Apps render as overlays in your peripheral vision. They cooperate — they don't fight for attention.
Frontier models, on-demand. Overlays powered by streaming generation, not canned responses.
A small, ergonomic SDK with first-class primitives for overlays, perception, and AI. Ship to a glanceable surface in minutes.
import { defineApp, Overlay } from "@auraos/sdk";
export default defineApp({
id: "hello",
render() {
return (
<Overlay anchor="top-right">
<Text>Hello, world.</Text>
</Overlay>
);
},
});We're building this in the open. Post an idea, upvote what matters, leave a note for the team.