0.114. Starting in ZeroCode 0.115, the Linux
sandbox moved to bubblewrap, so WSL1 is no longer supported.
Launch the ZeroTwo desktop app from inside WSL
For step-by-step instructions, see the official the ZeroTwo desktop app WSL tutorial.Prerequisites
- Windows with WSL installed. To install WSL, open PowerShell as an administrator, then run
wsl --install(Ubuntu is a common choice). - the ZeroTwo desktop app with the WSL extension installed.
Open the ZeroTwo desktop app from a WSL terminal
Confirm you’re connected to WSL
- Look for the green status bar that shows
WSL: <distro>. - Integrated terminals should display Linux paths (such as
/home/...) instead ofC:\. - You can verify with:
Ctrl+Shift+P, pick
WSL: Reopen Folder in WSL, and keep your repository under /home/... (not
C:\) for best performance.
If the Windows app or project picker does not show your WSL repository, type
\\wsl$ into the file picker or Explorer, then navigate to your
distro’s home directory.

Use ZeroTwo desktop app with WSL
Run these commands from an elevated PowerShell or Windows Terminal:Work on code inside WSL
- Working in Windows-mounted paths like
/mnt/c/...can be slower than working in Windows-native paths. Keep your repositories under your Linux home directory (like~/code/my-app) for faster I/O and fewer symlink and permission issues:
- If you need Windows access to files, they’re under
\\wsl$\Ubuntu\home\<user>in Explorer.
Troubleshooting and FAQ
Large repositories feel slow in WSL- Make sure you’re not working under
/mnt/c. Move the repository to WSL (for example,~/code/...). - Increase memory and CPU for WSL if needed; update WSL to the latest version:
PATH inside WSL:
