Source ↗
Operating systems

Aurora.
A complete operating system in your browser tab.

Kernel, window manager, virtual filesystem and applications — an entire OS running client-side in the browser. Zero runtime dependencies, snapshotable state, installable from npm or GHCR.

v1.1.0TypeScript · zero depsnpm · GHCRMIT
View source ↗ Releases Full catalog
npm install aurora-os
docker pull ghcr.io/bartosz-osiej/aurora-os:latest

Engineering, not promises.

Every capability below ships in the open-source core — MIT licensed, CI on every push.

Kernel

Cooperative scheduler, process table and IPC — the real thing, in user space.

Window manager

Dragging, resizing, focus, z-order and a taskbar — the desktop feel, without the desktop.

Virtual filesystem

A persistent VFS with directories, permissions and the .aurora v2 snapshot format for save and restore.

Applications

Terminal, editor, file manager and more — first-party apps built on public Aurora APIs.

Zero dependencies

The entire system is dependency-free TypeScript — auditable top to bottom in one afternoon.

Ship it anywhere

npm package, GHCR container and GitHub Releases — embed it, fork it, or boot it live.