popmechanic/VibesOS

119 stars · Last commit 2026-04-21

A GUI for Claude Code that makes it easy to vibe code simple, un-hackable apps

README preview

# VibesOS - a GUI for Claude Code that makes unhackable mini-apps

![Vibes](assets/vibes.png)

Instantly make your own small multi-user apps, without a backend. For apps made with Vibes, the front-end _is_ the app.

## What is Vibes?

Vibes is a vibe coding framework made for coding agents. It collapses application code and application state into a single HTML file that runs anywhere.

**Why does this matter?** AI doesn't make apps - it makes *text*. By embedding the database in JavaScript (via [TinyBase](https://tinybase.org)), your coding agent can describe an entire app - including its persistence layer - in one shot. No server setup, no schema imports. Just a working app.

Your data lives locally in the browser, encrypted and portable. It syncs across users automatically. Share your creations with a simple link and friends can jump in immediately.

## Installation

[MacOS users can download the desktop app](https://install.vibesos.com/).

If you want to run it as a plugin, register the marketplace first:

View full repository on GitHub →