RetroPad is a ‘full-feature-parity version of Notepad from XP’ in just 2,749 bytes — x86 assembly coded apps comes from Windows legend Dave W Plummer

RetroPad in dark mode
(Image credit: Dave Plummer on X)

A “full-feature-parity version of Notepad” has been written in x86 assembly and it weighs in at just 2,749 bytes. Windows legend Dave W. Plummer is (inevitably) the coder behind this efficiency tour de force, and he’s made RetroPad available (code and exe) on his GitHub under the Apache 2.0 license.

Plummer announced this latest release of RetroPad on Thursday, describing it as a feature-for-feature match of the version of Notepad that shipped with Windows XP. That’s impressive enough in 2.7KB, rather than an app of about 65KB. However, Plummer’s work rate is such that he’s since added optional line numbers and a dark mode. He also decided to add “all of the Notepad keyboard shortcuts” on Saturday which added a few bytes. It won’t be long until there’s an accompanying YouTube video for a deeper dive into RetroPad, but for now we have the GitHub notes.

A few hours ago Plummer also added the trpad.exe to GitHub, so folks who don’t want to run the code through MASM/Crinkler can just download and run this little utility. The version of trpad.exe available on GitHub wouldn’t run on my Windows 11 laptop, though.

Latest Videos From

Windows app bloat

Windows bloat has become so bad that even Microsoft noticed. Earlier this year, Microsoft promised to go back and get the basics right, things like File Explorer, the Taskbar, and other Windows staples were going to get some tuning and polish. This was a much-needed initiative, but was precipitated by a tone-deaf exec post about the operating system “evolving into an agentic OS.”

The puffing up of Notepad is a fascinating case study in Windows bloat. As mentioned previously, the Windows XP era Notepad was approximately 65KB, not much more than Windows 9X releases (~50KB). According to a web search notepad.exe would grow to around 190KB to 200KB for the Windows 7 to 10 eras.

Windows 11 is a bit different, though. The notepad.exe in my current Windows 11 install appears to weigh in at 352KB but according to the Windows Control Panel, the install size is 808KB. Looking even deeper at this, and it seems like the moderately sized .exe file is just a ‘stub’ or ‘bootstrapper’ app to point to a UWP/WinUI app that is about 5MB in size. That’s where Microsoft has stuffed all the recently added features like spell check, autosave, multiple tabs, and Copilot writing tools.

Google Preferred Source

Follow Tom's Hardware on Google News, or add us as a preferred source, to get our latest news, analysis, & reviews in your feeds.

Mark Tyson
News Editor

Mark Tyson is a news editor at Tom's Hardware. He enjoys covering the full breadth of PC tech; from business and semiconductor design to products approaching the edge of reason.