A clone of the Windows 3.1 Program Manager (progman.exe), written for everyone who misses it.
The UI follows the display language of the OS — here it is on a Japanese Windows 11:
ReProgman also runs on macOS:
- Windows 11 (x64, Arm)
- macOS (Apple Silicon)
Download the executable from Releases and run it.
The macOS build is not notarized, so its extended attributes have to be removed first:
xattr -cr ReProgman.app
Building and running needs the .NET SDK 10.0+.
dotnet run --project src/ReProgman
MIT License