oneshotlm
Compare all models on this prompt →

Windows 95 desktop · kimi-k2.7-code

Recreate a Windows 95 style desktop in a single page with draggable and closable windows, a Start button and taskbar, desktop icons, and a working clock.

⛨ sandboxed Open in new tab ↗
transcript · 4 messages
user

Recreate a Windows 95 style desktop in a single page with draggable and closable windows, a Start button and taskbar, desktop icons, and a working clock.

assistant
thinking
 The user wants a Windows 95 style desktop in a single index.html file. Let me plan this:

1. Create a single HTML file with inline CSS and JS
2. Elements needed:
   - Desktop background (teal/green classic Win95 color)
   - Desktop icons that can be clicked/focused (maybe not necessary to be draggable, but would be nice)
   - Start button with Windows 95 logo
   - Taskbar at bottom
   - Working clock showing current time
   - Draggable windows with title bar, close button, content area, minimize/maximize maybe
   - Windows are closable

3. Win95 aesthetic:
   - Gray (#c0c0c0) taskbar and windows
   - Raised/sunken borders using box-shadow or borders
   - Pixelated font or system font
   - Start button with slight 3D effect
   - Classic title bar gradient

4. Implementation:
   - Use CSS for styling
   - Use vanilla JS for drag functionality, window management, clock
   - Desktop icons can be draggable or at least clickable
   - Keep it self-contained

Let me write a comprehensive single-file solution.

Features I'll include:
- Taskbar with Start button, taskbar buttons for open windows
- Clock updates every second
- Desktop icons that open windows when double-clicked
- Windows:
  - Can be dragged via title bar
  - Can be closed via X button
  - Can be minimized/restored via minimize button
  - Active window comes to front
  - Can be focused by clicking
- Start menu that opens/closes when clicking Start (with some basic menu items)
- No external resources

Let me create this file now.

I'll build a complete Windows 95 desktop in a single `index.html` file.

write /workspace/index.html (18853 bytes)
toolResult

Successfully wrote 18853 bytes to /workspace/index.html

assistant

Created `/workspace/index.html` with a full Windows 95 desktop: - **Start button + menu** with Programs, Documents, Settings, Find, Help, Run, Shut Down - **Taskbar** showing active and minimized windows, plus a working clock - **Draggable windows** with title bars, minimize / maximize / close buttons - **Desktop icons** (Read Me, My Computer, My Documents, Recycle Bin) that highlight and double-click to open - **Fully self-contained** — no external files, CDNs, or network requests Open `index.html` in a browser to use it.

TAKE IT TO CODE

A single self-contained HTML file — copy it and open in any browser, or reuse the prompt with your own pi-agent run.

RUN

modelkimi-k2.7-code
vendorMoonshot · Kimi
harnesspi-agent
generated2026-07-08

EVALUATION

3/5 working

Windows 95 desktop replica renders correctly with icons, taskbar, clock, and Notepad window, but stays static across all inputs.

Vision grade · anthropic/claude-sonnet-5

MEASUREMENTS

Raw readings from the capture, not a verdict — the grade above is the only judgement. Percentages are how much of the screen changed; the measure under-reports sparse motion on a dark background.

idle motion0.0%
on click0.5%
on drag0.0%
on wheel0.0%
on enter + space0.0%
on arrow keys0.0%
on w/a/s/d0.0%
frame spread49 / 255
console errors0
js errors none

METRICS

runtime270.6s
tokens in7.1k
tokens out7.3k
cached2.2k
cost / run$0.0313