https://github.com/helpme970/umu-sandbox
This allows you to run Windows Apps via umu inside a sandbox
https://github.com/helpme970/umu-sandbox
Last synced: 20 days ago
JSON representation
This allows you to run Windows Apps via umu inside a sandbox
- Host: GitHub
- URL: https://github.com/helpme970/umu-sandbox
- Owner: helpme970
- License: gpl-2.0
- Created: 2025-09-28T15:55:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-06-10T16:34:55.000Z (about 2 months ago)
- Last Synced: 2026-07-17T20:39:33.926Z (20 days ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# umu-sandbox
This allows you to run Windows Apps via umu inside a sandbox (via bwrap).
## Usage
1. Download umu-sandbox
2. Download bubblejail from [here](https://github.com/helpme970/bubblejail)
3. Download the umu zipapp from [here](https://github.com/Open-Wine-Components/umu-launcher/releases) and extract it
4. put both files and the umu folder in the same folder
5. launch umu-sandbox, e.g. `WINEPREFIX="example" bash umu-sandbox --net example.exe`
## command line arguments
umu-sandbox [options] executable.exe
```
--net grant access to internet
--no-audio | --disable-audio self explaining
--xdg-runtime-dir grant access to $XDG_RUNTIME_DIR (some games crash without this option)
--devices grant access to all devices
--usb grant access to all usb media drives
--ro-usb same as --usb but read-only
--no-fsync disable fsync in proton
--log enable logging
--video share a specific socket to the program
--chdir execute the EXE in a specific directory
--input needed for controllers etc.
--noseccomp may improve cpu performance by opening an escape from the sandbox
--home directory where the sandbox is located
```