Operating System
Avyndo OS
A new operating system platform
Avyndo OS is a fully open-source operating system platform built on the Linux kernel — not a distribution, not a desktop environment. A Rust compositor core, a GPU scene-graph renderer, and a hot-reloadable TypeScript SDK, designed so one codebase reshapes itself from phone to desktop to kiosk without restarting your apps.
Rust core, TypeScript surface
The compositor, renderer, GPU, and services are Rust. The shell, apps, and widgets are TypeScript on a custom UI framework — no DOM, no Electron, no browser concepts.
One scene graph
Applications describe UI; the platform renders it. Blur, glass, shadows, materials, and motion are renderer concepts every app gets for free.
Hot reload, never restart
Save a file and the module is replaced live — state preserved, animations continue, the compositor never blinks.
Capabilities, not devices
Apps target capabilities. Plug a phone into a USB-C monitor and the shell converges to desktop — apps stay alive, only layout changes.
Actions, not callbacks
Mouse, touch, keyboard, voice, automation, and accessibility all dispatch the same Actions through identical backend logic.
Design tokens everywhere
Colors, spacing, radius, elevation, typography, and motion come from one global design language. No hardcoded values, anywhere.