Bubblewrap
Bubblewrap (bwrap) uses Linux namespaces for lightweight process isolation. It supports shell, Python, and Node.js sandbox types and is best for development, testing, and shell scripting. No separate server is required.
Requirements
- Linux system
bubblewrappackage installed
Installation
Install via your package manager:
Debian / Ubuntu
sudo apt install bubblewrap
Fedora / RHEL
sudo dnf install bubblewrap
Arch Linux
sudo pacman -S bubblewrap
After installation, heyvm can use the bubblewrap backend on Linux. For more detail, see the mvm-ctrl README.