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
Installing apps
How users discover, install and run apps from the App Center inside VibeOS.
Build a .vibe app
A single self-contained JSON manifest with inline HTML. Runs as a native window.
Build a website app
Already have a web app? Wrap a URL and run it as a first-class VibeOS window.
Submit & get published
The review pipeline — from draft to AI review to live in the App Center.