Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacebanana420/virtpebble
Virtual machine manager/runner for QEMU
https://github.com/spacebanana420/virtpebble
emulator java jvm kvm qemu scala tui virtual-machine
Last synced: 5 days ago
JSON representation
Virtual machine manager/runner for QEMU
- Host: GitHub
- URL: https://github.com/spacebanana420/virtpebble
- Owner: spacebanana420
- License: mit
- Created: 2024-03-27T20:27:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T23:14:50.000Z (10 months ago)
- Last Synced: 2024-04-13T09:08:26.641Z (10 months ago)
- Topics: emulator, java, jvm, kvm, qemu, scala, tui, virtual-machine
- Language: Scala
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Virtpebble
Virtpebble is a terminal-based virtual machine manager and runner. It uses [QEMU](https://www.qemu.org/) 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](https://www.qemu.org/)# Download & how to use
You can download the latest versions of Virtpebble in [the releases page](https://github.com/spacebanana420/virtpebble/releases)
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
* [Getting started](doc/guide.md)
* [Platform support](doc/platform.md)
* [Compile from source](doc/build.md)# Developer documentation
* [Qemulib documentation](doc/qemulib/base.md)