You run it
Boot Vulos OS on a mini-PC, a spare laptop, or your own cloud VPS — same binary either way. Self-hostable, always.
A web-first operating system you run on hardware you own. Open any browser and land on a real desktop — your files, your apps, your terminal, your own private AI. Reach it from anywhere through the built-in Vulos relay. You hold the keys; nobody stores them. Not privacy theatre — agency.

The whole model in one line: you run Vulos OS on hardware you own, it holds your desktop, apps, files and private AI, and it stays reachable from any browser, carrying ciphertext nobody in the middle can read. With a static IP it’s reached directly over TLS; behind NAT the built-in Vulos relay — a role of the same binary, so you just run one yourself — makes it reachable. (Ephor is an experimental alternative broker.) Nothing exposed, nobody holds your keys.
Boot Vulos OS on a mini-PC, a spare laptop, or your own cloud VPS — same binary either way. Self-hostable, always.
Your desktop, apps, files and private AI all live on your box — never in a shared central database.
Your box dials out — direct-first, relay-fallback — carrying ciphertext it can’t open. The relay is a role of Vulos itself, so you run your own; no ports to forward, nothing exposed. (Ephor is an experimental alternative.)
Sign in once and reach the same desktop from any browser, laptop or phone. Walk away with all of it anytime.
Web apps run as first-class citizens in the browser. Native Linux GUI apps — GIMP, LibreOffice, Blender, games via Wine and Lutris — stream individual windows on demand over WebRTC. The shell, the file manager, the terminal, the dock: a real OS that happens to live in a tab.
Windows, dock, file manager, terminal, settings — a real OS shell rendered in the browser. Open it from your laptop, phone, or any browser anywhere and you get the same desktop.
Self-host the apps you would rent from SaaS. Memos, Navidrome, Uptime Kuma, Vaultwarden — installed as proper OS apps with their own subdomain and isolated namespace. Not iframes, not bookmarks.
Every Vulos instance is a server with an Ed25519 identity and a vulos:<id> URI. Instances message, share files, and place WebRTC calls directly. No middleman. No account on someone else’s server.
Flash the same image to a USB stick. Boot into a labwc/cage compositor that renders the browser shell fullscreen, with native Linux app windows beside it. The same OS, end to end.
Real screenshots from the open-source OS — the home you land in, every device and peer box in one roster, the app hub, your files and a real terminal. Reach any of them through the built-in Vulos relay; this is the OS itself.
The same desktop, the same apps, the same identity — whether you open Vulos on a big monitor, a tablet on the couch, or your phone across the world. Reached through the built-in Vulos relay; no app store, no separate build.
Vulos doesn’t sell you a model or ship your mailbox to someone else’s GPU. It’s AI-friendly: the OS and every app expose clean, gated context and tool seams to whatever model you plug in. Run a local model on your box, or point it at a provider you trust — you decide, per request.
# local model — dialed on-box, no network $ curl localhost:4000/v1/chat/completions -d '{"model":"ollama/llama3", ...}' → 200 OK backend=loopback egress=none # remote provider — denied at dispatch $ curl localhost:4000/v1/chat/completions -d '{"model":"openai/gpt-4o", ...}' → 403 sovereignty_error "remote backend blocked; set allow_egress:true" # opt in, explicitly + logged $ export LLMUX_ALLOW_EGRESS=true → 200 OK backend=openai egress=logged
NAT traversal is hard. Firmware rollouts are hard. Recovering a locked-out box is hard. The built-in Vulos relay — a role of the same binary, so you run your own on any public-IP box — handles the parts your devices cannot do alone, forwarding encrypted bytes only. With a static IP you skip it and go direct. (Ephor is an experimental alternative broker.) The OS keeps running regardless.
Your account lives on your own box — an email and password, hardened with a WebAuthn passkey, a device PIN or fingerprint. Sign in once, and the built-in Vulos relay makes the box reachable from any browser. There is no central login server: your sign-in and your data both stay on hardware you own, and your identity is a keypair only you hold.
A verifiable boot chain from image to running OS. One account across every instance. A sync model with no elected leader. Each is a deliberate architectural choice, not a feature flag.
Vulos ships as a squashfs image signed with an Ed25519 trust key baked in at build time. Whether you boot from USB or over PXE netboot, the kernel verifies the image before it runs anything. No unsigned firmware, no mutable rootfs, no post-install drift.
Boot architectureYour Vulos account is an Ed25519 keypair, not a row in a shared directory. Sign in to home.vulos, studio.vulos, or pi-lab.vulos with the same identity — no OAuth dance, no delegated trust, no shared secret store between instances.
Identity modelConfiguration and state sync across your instances uses a leaderless CRDT model: every node can write, all nodes converge, and none is authoritative. Partition tolerance is structural, not bolted on. Works offline; catches up when reconnected.
Sync internalsFlash the image to a USB stick or point your BIOS at boot.vulos.org. Either way the trust key is baked in — the loader verifies the squashfs before the kernel hands off. No key-on-first-boot ceremony, no unsigned init phase.
Every Vulos instance has an Ed25519 identity and a vulos:<id> URI. A request-approve handshake establishes a signed server-to-server link. After that, your instances message, share files, and place WebRTC calls peer-to-peer — no relay unless NAT forces it.
Vulos isn't locked to a single machine. Run it on your always-on home box and your laptop, and they sync as peers — your apps, settings and workspace follow you. Reach either one from your phone, whether you're on the couch or across the world.
We mean that literally. Vulos is open source. You run it on hardware you own, your data lives on your box or a storage bucket you choose, and your identity is a keypair you hold. There is nothing to unsubscribe from.
Vulos takes its name from vula — isiZulu for open. Open source. Open identity. Open peering. Open exit. Reachability is a convenience you can self-host, never a moat we dig.
Every assumption that would lock you in — proprietary protocols, hostage data, walled directories, opaque pricing — is one we explicitly built against. Read the source. Verify the relay never decrypts. Move when you want to.
Every limit and guarantee on this site is implemented in code, not promised in copy. The source is open — verify the math yourself.
Vulos is built in the open across the vul-os organisation — the OS shell, every app in the suite, and the engines beneath them. Star counts are pulled live from GitHub. Everything that runs your box is open source.
Built on the open ecosystem
The whole suite is open source and runs on your own box. No account to create, nothing to lock you in — run it, read every line, and walk away whenever you like.