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: 8 months 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-28T16:25:35.000Z (8 months ago)
- Last Synced: 2025-09-28T18:10:05.605Z (8 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- 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
```