logoalt Hacker News

Show HN: RetroTick – Run classic Windows EXEs in the browser

75 pointsby lqs_today at 1:06 PM28 commentsview on HN

RetroTick parses PE/NE/MZ binaries, emulates an x86 CPU, and stubs enough Win32/Win16/DOS APIs to run classics like FreeCell, Minesweeper, Solitaire and QBasic, entirely in the browser. Built with Preact + Vite + TypeScript.

Demo: https://retrotick.com

GitHub: https://github.com/lqs/retrotick


Comments

alfiedotwtftoday at 4:22 PM

Whoa, this is pretty sick!!

chromeheartstoday at 1:49 PM

This is so cool & I'm really amazed by it but I couldn't help laugh at the readme

> We strongly recommend contributing with Claude Code or similar AI coding tools. [...] Of course, coding by hand is also welcome.

Funny time we live in lol

show 1 reply
stuaxotoday at 4:12 PM

Not sure shift is working. I tried using QBASIC but couldn't type : only ; because of that.

Then I tried running the program SHELL and it crashed.

jeroenhdtoday at 2:29 PM

Seems to run a lot faster than the previous proof-of-concept I've found (https://www.boxedwine.org/app). Then again, that website runs an entire Linux VM to support Wine.

show 1 reply
lqs_today at 4:01 PM

Hidden feature: right-click any executable and select "View Resources" to browse its embedded resources like icons, bitmaps, dialogs, and version info. It even supports viewing Delphi forms (though Delphi programs can't actually run yet). Think of it as a browser-based Resource Hacker or eXeScope.

butokaitoday at 4:00 PM

Just a couple of hours ago I was thinking about this project from some time ago doing the same thing: https://github.com/evmar/retrowin32

I wondered how much of this could be done with an LLM agent, and here we have the answer

show 1 reply
Tepixtoday at 2:44 PM

Tried it with REVERSI.EXE from Windows 3.0 from https://winworldpc.com/download/c2bbc28f-177a-c2b2-5311-c3a4... DISK02.IMG

(you have to first uncompress it, for example with 7zip).

    $ sha256sum REVERSI.EXE
    a9e319c8f479d1568beec03858fdbb27c71747b2bbed6cd7c9f5e2daa23b40e9  REVERSI.EXE
Result:

The game starts, it begins rendering the board, but then hangs.

show 3 replies
ale42today at 3:20 PM

Funny project...

Tried to run SHELL from QBASIC, but it crashes:

  D:\qbasic.exe has encountered a problem and needs to close.
  
  Reason:  illegal instruction
  Address: 0x00002fee
show 2 replies
haonnoahtoday at 3:12 PM

Pretty cool. The pipes program doesn't seem to have color. Thoughts on making programs launch from a URL parameter? IE Launching a screensaver or game?

show 1 reply
TechSquidTVtoday at 2:42 PM

Please let me plan Sim Theme Park. I can't seem to run it on Crossover on my mac.

show 1 reply
LinusUtoday at 2:19 PM

This is super cool!

Checkout retrowin32 for something similar but written in Rust and not specifically targeting the web: https://github.com/evmar/retrowin32

show 1 reply
Dwedittoday at 2:24 PM

Not enough Shell32 to run Winfile or Notepad.

Also the command prompt won't list directories for some reason.

show 1 reply
b3lvederetoday at 1:52 PM

Aww. The FreeCell cheats don't work, except for -1 and -2 :)

show 1 reply
wertyu123today at 1:42 PM

Nice

octoclawtoday at 2:07 PM

[dead]