# WSL: Linux Dev Environment on Windows !!! info "Architectural Context" Detailed reference for WSL: Linux Dev Environment on Windows in the context of Developer Ecosystem. ## Standard Reference - [docs.microsoft.com: WSL - Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl) [COMMUNITY-TOOL] - [9elements.com: Developing on Windows with WSL2](https://9elements.com/blog/developing-on-windows-with-wsl2) [COMMUNITY-TOOL] - [Windows Package Manager CLI (aka winget)](https://github.com/microsoft/winget-cli) โญ 25901 [DE FACTO STANDARD] - [Using WSL and MobaXterm to Create a Linux Dev Environment on Windows](https://nickjanetakis.com/blog/using-wsl-and-mobaxterm-to-create-a-linux-dev-environment-on-windows) [COMMUNITY-TOOL] - [Setting Up Docker for Windows and WSL to Work Flawlessly](https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly) [COMMUNITY-TOOL] - [Take your Linux development experience in Windows to the next level with WSL and Visual Studio Code Remote](https://devblogs.microsoft.com/commandline/take-your-linux-development-experience-in-windows-to-the-next-level-with-wsl-and-visual-studio-code-remote) [COMMUNITY-TOOL] - [kubernetes.io: WSL+Docker: Kubernetes on the Windows Desktop ๐ŸŒŸ](https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop) [COMMUNITY-TOOL] - [Ubuntu on WSL 2 Is Generally Available ๐ŸŒŸ](https://ubuntu.com/blog/ubuntu-on-wsl-2-is-generally-available) [COMMUNITY-TOOL] - [Microsoft Makes it Easier to Install WSL on Windows 10 ๐ŸŒŸ](https://www.omgubuntu.co.uk/2020/06/microsoft-wsl-install-command) [COMMUNITY-TOOL] - [Docker Desktop & WSL 2 โ€“ Backport Update](https://www.docker.com/blog/docker-desktop-wsl-2-backport-update) [COMMUNITY-TOOL] - [itnext.io: WSL2 Tips: Limit CPU/Memory When using Docker](https://itnext.io/wsl2-tips-limit-cpu-memory-when-using-docker-c022535faf6f) [COMMUNITY-TOOL] - [Distro installation added to WSL --install in Windows 10 insiders preview build 20246](https://devblogs.microsoft.com/commandline/distro-installation-added-to-wsl-install-in-windows-10-insiders-preview-build-20246) [COMMUNITY-TOOL] - [pandorafms.com: Quรฉ es, cรณmo instalar WSL2 y por quรฉ es una gran noticia' para el sector TI](https://pandorafms.com/blog/es/wsl2) [COMMUNITY-TOOL] - [dev.to: Install Docker on Windows (WSL) without Docker Desktop ๐ŸŒŸ](https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m9) [COMMUNITY-TOOL] - [techrepublic.com: Windows Subsystem for Linux 2: The GUI features developers' have been asking for](https://www.techrepublic.com/article/windows-subsystem-for-linux-2-the-gui-features-developers-have-been-asking-for) [COMMUNITY-TOOL] - [bleepingcomputer.com: Windows 11 can now install WSL from the Microsoft' Store ๐ŸŒŸ](https://www.bleepingcomputer.com/news/microsoft/windows-11-can-now-install-wsl-from-the-microsoft-store) [COMMUNITY-TOOL] - [klaushofrichter.medium.com: Using Windows Subsystem for Linux for Kubernetes](https://klaushofrichter.medium.com/using-windows-subsystem-for-linux-for-kubernetes-8bd1f5468531) [COMMUNITY-TOOL] - [Windows Terminal 1.0](https://devblogs.microsoft.com/commandline/windows-terminal-1-0) [COMMUNITY-TOOL] - [Microsoft launches Windows Terminal 1.0, unveils GPU support and Linux GUI apps in WSL](https://venturebeat.com/2020/05/19/microsoft-windows-terminal-wsl-gpu-support-linux-gui-apps) [COMMUNITY-TOOL] - [Microsoft debuts Windows Package Manager for your dev environment](https://venturebeat.com/2020/05/19/microsoft-windows-package-manager-powertoys) [COMMUNITY-TOOL] - [cmder ๐ŸŒŸ](https://cmder.net) [COMMUNITY-TOOL] ## Developer Experience ### Local Environment #### Version Management - [asdf version manager (asdf-vm)](https://asdf-vm.com) [EN CONTENT] [DE FACTO STANDARD] โ€” An extensible, multi-language version manager capable of centralizing tool runtimes through a unified CLI configuration file (`.tool-versions`). Eliminates environmental drift across localized developer workspaces by managing multiple CLI toolchains via a modular plugin architecture. --- ๐Ÿ’ก **Explore Related:** [Python](./python.md) | [Visual Studio](./visual-studio.md) | [API](./api.md)