Sometimes, I like to take a gander at Github‘s trending repos. Today, whilst doing such, I was surprised to see a Microsoft app titled Terminal, available as a fully open-sourced Git repo.
It wasn’t what I had originally thought it was–either Command Prompt or PowerShell. But, it had me wondering what other apps were open-source? So, I went a-browsing!
MS-DOS
MS-DOS 1.25, 2.0, and 4.0 source-code are available on Github. This archived piece of history is written in primarily assembly, with a little C, so it’s not for the faint of heart.
shelljs
I’ve actually never heard of this one, but apparently it is a “Portable Unix shell commands for Node.js” written by Microsoft. Who knew!? It’s abandoned, and it’s domain is for sale, but it’s source code is up on Github.
Calculator
This is the Calculator, as in the latest version that comes installed with Windows 10/11. I am surprised to see this treasure open-sourced. Check it out here. This one is a C++ beauty.
PowerShell
Another shocker, the latest and greatest Microsoft PowerShell is available open-source on Github. This command line utility comes preinstalled on Windows, but call also be installed on Linux and Mac.
Visual Studio Code
I kind of already knew/assumed this was open-source, but it’s still cool to see. You can plunder through the huge repo on Github.