AI-hallucinated desktop OS — running entirely in the browser.
An operating system simulator where every application is generated on-the-fly by DeepSeek AI. Double-click desktop icons, use the Start menu, right-click for context menus — just like a real OS, but apps are hallucinated.
There is no msmoney.exe. There is no code for it anywhere in this repo. You type a name, and the AI writes the entire app from scratch, in real time, then runs it.
1. Ask for any app by name
Type whatever you want into Start → Run... Here we ask for msmoney — a personal-finance app. VibeOS ships no code for it. It just hands the name to DeepSeek, which constructs the app from memory — hallucinating it into existence, complete and working.
2. The AI delivers a full app
Seconds later, a fully-rendered money-management app appears — account tree, transaction register, tabs, toolbar, running balance. None of this was written by a human or stored on disk. The model invented the layout, the data, and the behavior on the spot.
3. The apps actually work
These aren't static mockups. DeepSeek ships each app with its own JavaScript, which VibeOS executes in a sandbox scoped to that window — buttons click, inputs update, state lives. A generated stopwatch really counts; a generated to-do list really adds and removes items; a generated calculator really does the math. Each app's script gets three helpers (root, $, $all) so it can wire its own widgets without touching the rest of the desktop.
This is a toy today. Apps are conjured per-run and don't persist across sessions — close the window and it's gone. But within a window they're live, interactive programs, not screenshots. A glimpse of a direction: software conjured on demand from a description, no install, no build, no source. Where this goes in a few years — who knows.
- 📝 Notepad 🧮 Calculator 📁 File Explorer ⬛ Command Prompt 🌐 Internet Explorer
- 🎨 Paint (toolbox + color palette) 💣 Minesweeper (playable 9×9 grid)
- Start → Run... — type any app name, DeepSeek generates it live
- Live apps — generated apps run real JavaScript, scoped per window (buttons, inputs, state all work)
- Right-click desktop — context menu with Style submenu
- 3 themes — vibeOS · Mac OS · Apple Lisa
- Window management — drag, resize, minimize, maximize, close
- Rubber-band selection on desktop
- No server needed — pure HTML/CSS/JS, hosted on GitHub Pages
index.html — XP desktop shell
xp.css — Luna theme + Mac + Lisa styles
xp.js — window behaviors (menus, drag, resize, selection)
vibe.js — app logic, templates, DeepSeek API, per-window script execution
FiveTech specializes in agentic AI and agent development, offering courses on:
- Claude Code — master Anthropic's CLI tool for AI-assisted development
- Codex — build autonomous agents with OpenAI's SDK
- Antigravity 2.0 — advanced multi-agent framework
Contact:
- 📧 Email: alinares@fivetechsoft.com · antonio.fivetech@gmail.com
- 📱 WhatsApp: +34 722461100
FiveTech — Asesores de IA Agéntica — está especializada en IA agéntica y desarrollo de agentes, ofreciendo cursos de:
- Claude Code — domina la herramienta CLI de Anthropic para desarrollo asistido por IA
- Codex — crea agentes autónomos con el SDK de OpenAI
- Antigravity 2.0 — framework avanzado para sistemas multi-agente
Contacto:
- 📧 Email: alinares@fivetechsoft.com · antonio.fivetech@gmail.com
- 📱 WhatsApp: +34 722461100

