Skip to content

Releases: jollheef/appvm

appvm v0.3

04 Jan 17:45
40ef3fe
Compare
Choose a tag to compare

New features:
― Stateless VMs.
Fixed:
― Channel guess now will catch only nixos.org channels.
Changed behavior:
― Applications no more installed to the user profile.

appvm v0.2: #36c3

02 Jan 22:17
13226a6
Compare
Choose a tag to compare

Changes:

  • Improved memory ballooning.
  • Dynamic screen resolution.
  • New command to generate VM description (.nix file).
  • Custom name for VMs while generating.
  • Now if VM does not exist appvm will try to generate VM description.
  • VM will close after close application (previously it has kept starting till you have shutdown VM).
  • Command start now are able to start an application with specified arguments.
  • Command start now are able to open a file in application inside VM.
  • New command line flag for start to be able to disable internet connection.

This release mainly developed during 36c3.

First usable version

12 Jul 21:15
Compare
Choose a tag to compare

Features:

  • Generate application VM with Nix.
  • Uses libvirt for rule VMs.
  • Clipboard works between each VM and host.
  • Basic implementation of automatic memory ballooning.

Known limitations:

  • Don't support dynamic display resolution change.