1
0
Fork 0
Simple application VMs (hypervisor-based sandbox) based on Nix package manager.
 
 
 
Go to file
Vladimir Serov c2413d0208 Updated installation instructions for NixOS 2020-07-14 09:49:49 +00:00
.github Follow redirect 2020-06-18 15:27:16 +00:00
docs Updated installation instructions for NixOS 2020-07-14 09:49:49 +00:00
dot-desktop-fuse Switch to buildGoModule 2020-06-18 16:08:56 +00:00
nixos ooops, nixos cannot compute 2020-07-14 09:49:49 +00:00
os Build appvm from ../default.nix 2020-01-22 01:18:25 +00:00
patches virt-viewer: use title as subtitle 2020-02-02 02:13:57 +00:00
.envrc [feat] added environment files 2019-12-29 18:27:02 +03:00
.gitignore Update .gitignore 2020-01-05 06:12:18 +00:00
LICENSE Add LICENSE 2018-06-30 22:15:11 +00:00
Makefile Support remove run with `nix run` 2020-01-08 20:52:29 +00:00
README.md Update screenshot 2020-02-02 02:55:37 +00:00
appvm.go fix: stat made qcow2 image creation return error every time 2020-07-14 09:49:49 +00:00
base.nix.go Do not specify session explicitly 2020-04-01 07:39:04 +00:00
builtin.go Update builtin chromium appvm description 2020-01-02 17:52:22 +00:00
default.nix nixpkgs-able default.nix 2020-07-14 09:49:49 +00:00
generate.go Avoid of changing current work directory 2020-01-09 23:13:48 +00:00
go.mod Switch to buildGoModule 2020-06-18 16:08:56 +00:00
go.sum Switch to buildGoModule 2020-06-18 16:08:56 +00:00
local.nix.template.go Do no enable anything in default local.nix 2020-01-05 08:55:36 +00:00
shell.nix [feat] added environment files 2019-12-29 18:27:02 +03:00
xml.go Add --network switch to select a networking model (#22) 2020-04-06 09:12:46 +00:00

README.md

Documentation Status Donate Donate

Nix application VMs: security through virtualization

Simple application VMs (hypervisor-based sandbox) based on Nix package manager.

Uses one read-only /nix directory for all appvms. So creating a new appvm (but not first) is just about one minute.

appvm screenshot

Installation

See related documentation.

Usage

Search for applications

$ appvm search chromium

Run application

$ appvm start chromium
$ # ... long wait for first time, because we need to collect a lot of packages

Synchronize remote repos for applications

$ appvm sync

You can customize local settings in ~/.config/appvm/nix/local.nix.

Default hotkey to release cursor: ctrl+alt.

Shared directory

$ ls appvm/chromium
foo.tar.gz
bar.tar.gz

Close VM

$ appvm stop chromium

Automatic ballooning

Add this command:

$ appvm autoballoon

to crontab like that:

$ crontab -l
* * * * * /home/user/dev/go/bin/appvm autoballoon