ZTRun is a simple and fast zero-trust runtime that allows projects to be run inside VMs with just one configuration file.
Main features:
- Safety as focus
- Easy to integrate with Docker images
- OS bootstrapping for faster boot times
- VM suspension
- Ability to disable networking conncetions
- Ability to auto-export files from the VM to the host machine
- Clone the repo
- Run
cd ztrun && cargo install --release
- Run
ztrun createto create ZTRun.toml - Fill the ZTRun.toml configuration file with the relevant informations
- Run
ztrun runto launch up an isolated VM with your project running