Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.13 KB

Multighost

A UI for multipass created using Flutter

Instances List Creating an Instance
Instances List Create Instance
Instance Details Creating an Instance

Install

Linux

Snap

https://snapcraft.io/multighost

sudo snap install --beta multighost --devmode

The app is not yet downloadable from the Snap Store, to install it use the command above.

macOS

DMG: MultiGhost-macos.zip

Windows

coming soon

Development

  1. Setup Flutter development environment (https://docs.flutter.dev/get-started/install)

  2. Clone this repository

     git clone https://github.com/alinoaimi/multighost.git
    
  3. Enter the project directory

     cd multighost
    
  4. Get Flutter packages

     flutter pub get
    
  5. Run it

     flutter run