Documentation

Build for VibeOS

VibeOS is an operating system that runs in the browser. The App Center is where you publish apps that appear on every VibeOS desktop. This guide takes you from zero to a published app.

How apps work

VibeOS runs apps inside sandboxed windows. There are two ways to ship one: a .vibe app, which packages everything into a single manifest, or a website app, which wraps an existing URL. Both are submitted, reviewed, and — once approved — installable from the in-OS store of every VibeOS desktop.

Pick .vibe when you want a self-contained app with no external hosting. Pick website app when you already host a web application and just want it to feel native inside VibeOS.

Where to go next