Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

marxjohnson/quickemu_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickemu_gui

This project has been merged with Quickgui and is no longer being updated.

A GUI for Quickemu

Provides an interface for setting up new VMs with Quickget, starting and stopping existing VMs.

Written in Flutter.

Build

  • Set up Flutter
  • Clone this repository: git clone https://github.com/marxjohnson/quickemu_gui.git
  • cd quickemu_gui
  • Run in debug mode: flutter run -d linux
  • Build and run: flutter build linux - this will place the binary in build/linux/x64/release/bundle

Run

Build or download the quickemu_gui binary.

Run quickemu_gui from the directory where you have, or want, quickemu VMs to live.

The app will find any quickemu config files, detect whether the associated VMs are running, and display a list.

Screenshot of list view on startup

VMs can be started or stopped using the "Play" button on the list. VMs that are currently running will have a green "Play" button.

New VMs can be added using quickget but tapping the "+" button. adding a VM

Select the OS and release, adding a VM adding a VM adding a VM then press the "Quick, get!" button. getting a VM Wait for the OS image to download, and it will be added to your list. yet another VM