LSM (Linux Sandbox Manager) is a GUI tool for creating and managing ephemeral virtual machines ("Sandbox Machines"). Perfect for development, testing.
- Instant VM Creation – Spin up lightweight, disposable sandboxes in seconds.
- Ephemeral by Design – Machines self-destruct after use (no leftovers).
- Secure Isolation – Run untrusted code or apps in a contained environment.
- Minimal Overhead – Optimized for performance (QEMU-based).
- Customizable – Choose OS images.
- Linux/Windows (MacOS is not tested) host (with QEMU)
qemu,python3installed
git clone https://github.com/eletrixtime/lsm.git
cd lsm
pip install -r requirements.txt --user
python3 main.py- Developers: Test apps in clean environments.
- DevOps: Rapid prototype infrastructure.
PRs welcome! See CONTRIBUTING.md for guidelines.
License: GPLV V3.0