July 27, 2026
Windows in Scratch? Absolutely unhinged
8086 Emulator Inside Scratch
Scratch Kids Built a Tiny Retro PC and the Comments Are Losing It
TLDR: A creator built a mostly functional retro computer emulator inside Scratch, letting people boot old DOS-style programs and even a rough Windows setup. The comment section is impressed, amused, and already trying to help fix missing mouse controls like it’s a community emergency.
A Scratch project that can boot a mostly working old-school PC inside a kids’ coding site has people doing a double take, then immediately running to the comments to yell, joke, and backseat-develop. Creator bilman66 says the project can load old DOS-style software and even a rough version of Windows if you poke around the C drive, though it works best on TurboWarp, a faster Scratch-based player. Translation for non-nerds: someone stuffed a clunky vintage computer into colorful drag-and-drop coding blocks, and yes, that sounds fake until you see it.
The community mood is basically equal parts amazed and chaotic. The strongest reaction is simple: how is this even possible? But the comments don’t stop at applause. They instantly turn into a live repair shop, with users suggesting ways to fake mouse controls and debating how to make the thing less painful to use. Dragbat’s response has major “I love this, now let me redesign it” energy, pitching a workaround for mouse clicks and keyboard-based cursor movement. That’s the tiny drama here: not outrage, but the classic internet urge to adopt an ambitious project five seconds after seeing it.
And the funniest part? The project description itself has a very chaotic-genius vibe: some things work, some “probably don’t,” mouse support is missing, and if you press a key too fast it may ignore you. That only seems to make people love it more. The whole scene feels like a science fair project, a hacker flex, and a comment-thread group project all at once.
Key Points
- •The article features a Scratch project that implements a mostly functional 8086 (x86) emulator.
- •The emulator includes Hercules graphics support and a terminal emulator credited to @Tacodiva7729.
- •The project is recommended to be run on TurboWarp, which compiles Scratch projects to JavaScript for faster execution.
- •Users can access the emulated C drive with "C:" and can attempt to run Windows using "cd windows" followed by "win."
- •The current limitations listed include missing mouse emulation, incomplete keyboard support for Windows navigation, and a delay requirement for repeated key presses.