A minimal Arch Linux RootFS for WSL 2, prepared by MRR Group as a base image for local development.
It ships with a standard Arch base system plus pre-configured Docker Engine.
The RootFS is automatically rebuilt on the 1st of every month at 07:24 UTC.
- This is a clean Arch Linux image with basic CLI tools, Docker and FRP pre-installed for development use.
- WSL 2 only – WSL 1 is not supported.
- Before installing, we recommend reviewing the official Arch Linux on WSL guide.
- The image is intended as a pre-configured developer-ready baseline for MRR Group projects and includes a default Docker setup.
Grab the latest build from the Releases page — download the archlinux.wsl file.
wsl --install --from-file /path/to/archlinux.wslwsl --import Arch-Dev C:\WSL\Arch-Dev .\archlinux.wslwsl --import Arch-Dev E:\WSL\Arch D:\Downloads\archlinux.wslArch-Dev– the name under which the distro will appear inwsl --list.E:\WSL\Arch– the folder where WSL will store the filesystem.D:\Downloads\archlinux.wsl– path to your downloaded RootFS file.
- Create your UNIX user account.
- systemd is enabled and Docker initialized.
mmr-gen-frpcgenerates your basic FRP config (~/frpc.toml).frpc.serviceis enabled (user-level) to start automatically.
Expose another local port over FRP:
mmr-add-domain <name> <localPort>
# e.g. mmr-add-domain app 5173This appends a new [[proxies]] block to ~/frpc.toml and restarts the client.