One command to install, one prompt to build. Everything runs locally on your machine.
node --version to check. Download from nodejs.org.npm install -g @anthropic-ai/claude-code.This installs Electron, React, Vite, and all dependencies. Takes about 60 seconds.
The llumos window opens with a chat interface on the left and a welcome screen.
The agent writes the code, installs dependencies, and builds the app. This takes 30–60 seconds.
Click the Launch button (or press ⌘L). Your app opens in its own native window.
Every follow-up rebuilds the app instantly. Use Undo (⌘Z) to roll back any change.
Follow along step-by-step. Copy each prompt exactly.
What happens: The agent creates 3 files (App.jsx, Timer.jsx, SessionLog.jsx), installs dependencies, and builds. Result: Pomodoro timer with basic circular display.
What happens: The agent modifies Timer.jsx to add CSS animations and a conditional glow class.
What happens: Creates AmbientSounds.jsx, adds audio elements, updates the UI with a dropdown selector.
What happens: Creates SessionHistory.jsx, adds localStorage persistence for session data.
What happens: The Orchestrator modifies both apps, adding window.llumos.send() to the timer and window.llumos.onMessage() to Notes.
claude -p). The agent runs locally on your machine and communicates with Anthropic's API.~/llumos/apps/<app-id>/ on your filesystem. Each app is a standard React + Vite project you can open in any editor.npm run build.window.llumos.send() and window.llumos.onMessage(). The Orchestrator can wire up connections automatically with a single prompt.