WSL
Windows Terminal
WSL | Windows Terminal | |
---|---|---|
432 | 517 | |
29,198 | 98,920 | |
4.2% | 0.5% | |
9.2 | 9.5 | |
5 days ago | about 2 hours ago | |
C++ | C++ | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
WSL
-
Como resolvi o erro “REGDB_E_CLASSNOTREG” ao instalar o WSL no Windows 11
👉 Baixar WSL 2.3.24 (MSI)
-
Writing your own C++ standard library part 2
Microsoft's DirectX C++ example code needs to interact with DirectX' C APIs. That will easily lead to "C with classes" C++ when most of the code is interacting with foreign APIs, like these API demos do.
I think open-source software like https://github.com/microsoft/WSL is probably more representative of what modern C++ companies look like. Plenty of files that just interact with OS C APIs, but no shortage of modern C++ features in use.
-
Microsoft Build 2025 Wrapped
Microsoft continues to be a major contributor to open source and announced a couple major projects moving from closed-source to the open on GitHub. The first is a long-time coming project, the Windows Subsystem for Linux (WSL). I first used WSL to port a Java stack to Windows. That stack was a nightmare to run on Windows due to a team optimizing for macOS workflows but we wanted to enable new developers to use standard Windows dev machines and stop requiring expensive macOS hardware for a cross-platform native toolchain like Java. Today, WSL is a major part of the Windows developer experience. And now, Microsoft is open-sourcing WSL to allow the community to contribute and innovate on the project on GitHub.
- WSL(Windows Subsystem for Linux) is now open source
-
The Windows Subsystem for Linux is now open source
https://github.com/microsoft/WSL/issues/9049#issuecomment-26...
-
Windows Subsystem for Linux (WSL)
WSL GitHub Repository
- Microsoft's Windows Subsystem for Linux is now open-source
-
F2FS in Microsoft's WSL2? Closed without any word
https://github.com/microsoft/WSL/issues/7973#issuecomment-27...
Is there a way to push this without tripping the corporate auto-close bot?
-
What I wish I knew about Python when I started
If you are running Microsoft Windows, I want to advise one more prerequisite step that you need to take before getting started with Python or uv: install the Windows Subsystem for Linux, also known as WSL2. Do not, for the love of all that is good and holy, try and install Python tooling directly in Windows; install WSL first. This guide outlines all the steps you need to take to get started, though I recommend downloading WSL from the Releases page on Github instead of from the Microsoft Store as advised in Step 3.
Windows Terminal
-
Edit is now open source
Please fix this issue: https://github.com/microsoft/terminal/issues/16921 (or better yet, rewrite the whole thing in Rust)
-
Deploying Mancala with Minikube — A beginners guide
Microsoft Terminal
-
Even Microsoft Notepad is getting AI text editing now
[^1]: https://github.com/microsoft/terminal/issues/10362#issuecomm...
- Terminal: A Unified Platform for Windows Terminal and Console Host
-
Microsoft formally deprecates the 39-year-old Windows Control Panel
Some parts already have been open-sourced. For example, the console host component has been open sourced here: https://github.com/microsoft/terminal
And the FAT filesystem driver: https://github.com/microsoft/Windows-driver-samples/tree/mai...
Maybe they could consider an Apple-style approach: open source the core of the kernel and text-mode user space but leave the GUI closed.
Of course, open sourcing everything would be even better, but that might too big of a step for them. Open sourcing the non-GUI core could be a good initial step, whether or not it ends up going further.
-
Entering text in the terminal is complicated
cmd.exe or the new https://github.com/microsoft/terminal ?
- The Windows Console gets support for Sixel images
- Usando Cilium no WSL
- Dicas e truques: Ferramentas para produtividade para dev no Sistema operacional 🪟 Windows 11
-
State of the Terminal
A quick off-the-cuff remark based solely on the title: in 2024, I think the state of the terminal has never been better, in large part to Microsoft making a high quality terminal easily available to everyone on Windows [1]
As an application author, I love being able to assume that all major platforms have a good terminal and that my favorite terminal rendering libraries should Just Work on all of them
[1] https://github.com/microsoft/terminal
What are some alternatives?
Scoop - A command-line installer for Windows.
Tabby - A terminal for a more modern age
wslg - Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios
wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
tilt-extensions - Extensions for Tilt
cmder - Lovely console emulator package for Windows