Skip to content

spacebanana420/virtpebble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtpebble

Virtpebble is a terminal-based virtual machine manager and runner. It uses QEMU to run your virtual machines, with support for acceleration, such as KVM.

With Virtpebble, you can easily and conveniently create virtual machines and disk images, manage them and run them. All configurations are in plain text and easy to modify, as long as you know the correct values.

Requirements

  • Java 11 or Scala 3
  • QEMU

Download & how to use

You can download the latest versions of Virtpebble in the releases page

If you have Scala installed, download virtpebble.jar

If you only have Java, download virtpebble-java.jar

If you have neither but you are on an x86_64 Linux system, download virtpebble-linux-x86_64.zip

User documentation

Developer documentation