LM Studio on WSL2 - dcasota/Lenovo83BY GitHub Wiki

LM Studio can be installed on WSL2.

Actually it does not seem to be fully functionable on Ubuntu24.04.

The installation is simpel.

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xvfb
# Download from lmstudio.ai/download
sudo chmod a+x ./LM-Studio-0.3.15-11-x64.AppImage
export DISPLAY=:0
sudo ./LM-Studio-0.3.15-11-x64.AppImage --no-sandbox

image