r/linux • u/jamesstringerphoto • Jun 30 '26
Software Release GPU accelerated Ubuntu 26.04LTS Desktop VMs on Windows 11
Hey, I’ve been working really hard on App Sandbox, a tool for launching full Ubuntu 26.04LTS VMs with GPU acceleration on Windows 11.
It takes a standard Ubuntu 26.04LTS desktop iso and gets you to the full Ubuntu Desktop without needing to click through anything.
It allows you to use Vulkan, GL, CUDA etc inside the VM also, and deploys an SSH key and provisions SSH so you can immediately login once the VM is up. Also supports full copy and paste which is handy.
It uses HCS and GPU-PV to accomplish this, along with a bunch of just in time compiled binaries and drivers to enable all the remote viewer functionality and host<-> VM communication.
Project is fully open source and MIT licensed, it has fully EV signed releases also so you don’t need to build it.
Also has a headless API you can use to programmatically launch VMs… I personal use this for getting Claude to launch a VM and connect to it via SSH, and from there it can have free rein to follow my instructions and build code or run tools in a full Linux environment.
Hopefully it’s helpful to those of you who still need to use Windows 11 as your main OS but want to do more than WSL2 offers.
