RBOWS 1 is a fully functional Windows 10 desktop environment that runs in the browser. It's not a mockup — everything works. Open apps, manage files, use the terminal, browse the web, change settings. It's the operating system layer of the RQBBOX OS ecosystem.
No frameworks. No dependencies. No server. Just open index.html and you have a desktop.
| 🖥️ Desktop Wallpaper, icons, right-click menus, snap-to-edge |
📋 Taskbar Start menu, search, system tray, clock, Action Center |
🪟 Window Manager Drag, resize, minimize, maximize, close, snap |
| 📁 File Explorer Virtual file system, sidebar, context menus |
💻 Terminal Full CLI with 20+ commands, tab completion |
⚙️ Settings 7 categories, toggles, dropdowns, display options |
| 📝 Notepad Text editor with menu, status bar, word count |
🔢 Calculator Standard calculator with all operations |
🌐 Browser iframe-based web browser with URL bar |
| 🔔 Notifications Toast notifications, Action Center with quick toggles |
🌤️ Weather 7-day forecast with conditions |
🛒 Store Featured apps, categories, install buttons |
| App | Icon | Description |
|---|---|---|
| File Explorer | 📁 | Browse the virtual file system with sidebar, context menus, and file operations |
| Notepad | 📝 | Text editor with menu bar, line/column counter |
| Calculator | 🔢 | Standard calculator with memory, percent, square root, inverse |
| Terminal | 💻 | Command prompt with 20+ commands (dir, cd, echo, type, mkdir, etc.) |
| Edge | 🌐 | Web browser with URL bar, back/forward, and iframe sandboxing |
| Settings | ⚙️ | 7 categories: System, Devices, Personalization, Apps, Accounts, Privacy, Update |
| Weather | 🌤️ | 7-day forecast with temperature, humidity, wind |
| Store | 🛒 | Featured apps and categories |
| Photos | 🖼️ | Placeholder gallery |
| Music | 🎵 | Placeholder music player |
dir / ls List directory contents
cd Change directory
cls / clear Clear screen
echo Display text
type / cat Display file contents
mkdir Create directory
del / rm Delete file
time Display current time
date Display current date
ver Display version
whoami Display current user
hostname Display computer name
ipconfig Display network config
tasklist Display running processes
systeminfo Display system information
help Show all commands
exit Close terminal
- Drag — Click and drag the title bar to move windows
- Resize — Drag any edge or corner to resize
- Minimize — Click the minimize button or taskbar icon
- Maximize — Click the maximize button or double-click the title bar
- Close — Click the X button
- Snap — Drag to screen edges: left/right = 50% split, top = maximize
- Show Desktop — Click the thin bar at the bottom-right of the taskbar
rbows1/
├── index.html # Complete OS (~25KB, zero dependencies)
├── README.md # This file
└── icon.svg # RBOWS logo
The entire desktop environment is a single HTML file — vanilla HTML5 + CSS3 + JavaScript (ES6). No frameworks, no build tools, no external dependencies. Just open it in any modern browser.
| Layer | Description |
|---|---|
| CSS | Windows 10-accurate dark theme with CSS variables, transitions, grid layouts |
| HTML | Desktop shell, taskbar, Start menu, window container, Action Center, context menus |
| VFS | Virtual file system with directories, files, read/write/delete operations |
| Terminal | Full command interpreter with 20+ built-in commands |
| Window Manager | Drag, resize, minimize, maximize, close, snap-to-edge, focus management |
| Apps | 10 built-in applications with full UI and functionality |
- Boot — Animated loading bar with Windows logo
- Lock screen — Time, date, click to sign in
- Desktop — Icons, wallpaper, taskbar ready
- Start menu — Pinned tiles for all apps, power button, user profile
- Open apps — Double-click desktop icons or use Start menu
- Window management — Full drag, resize, snap, minimize/maximize/close
- File system — Virtual C: drive with Users, Program Files, Windows directories
- Terminal — Full CLI experience with command history and tab completion
- Action Center — Notifications, quick toggles, brightness slider
RBOWS 1 is the desktop environment layer of the RQBBOX OS ecosystem:
| Component | Description |
|---|---|
| RQBBOX MODE | Xbox-style gaming dashboard (Electron app) |
| RQBBOX LIFE | Life simulation game |
| RBOWS 1 | Windows 10 desktop environment |
| RQBBOX OS | The full ecosystem |
© 2026 RhysTech. All rights reserved. RQBBOX®, RQBBOX MODE™, RBOWS™, RQBBOX LIFE™ RhysTech.
RBOWS — Everything works.