[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9392":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":17,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":37,"readmeContent":38,"aiSummary":39,"trendingCount":16,"starSnapshotCount":16,"syncStatus":40,"lastSyncTime":41,"discoverSource":42},9392,"quickgui","quickemu-project\u002Fquickgui","quickemu-project","An elegant virtual machine manager for the desktop","",null,"Dart",1281,102,14,30,0,1,7,19.04,"MIT License",false,"main",[24,25,26,27,28,29,30,31,32,33,34,35,36],"efi","flutter","hackintosh","hacktoberfest","kvm","linux","macos","qemu","quickemu","spice","tpm","virtio","windows","2026-06-12 02:02:06","\u003Cdiv align=\"center\">\n\u003Cimg src=\".github\u002Flogo.png\" alt=\"Quickgui\" width=\"256\" \u002F>\n\n# Quickgui\n\n**An elegant virtual machine manager for the desktop**\n\n**Made with 💝 for \u003Cimg src=\".github\u002Ftux.png\" align=\"top\" width=\"24\" alt=\"Tux (Linux)\"\u002F>**\n\u003C!--& \u003Cimg src=\".github\u002Fapple.png\" align=\"top\" width=\"24\" alt=\"Apple (macOS)\"\u002F>-->\n\u003C\u002Fdiv>\n\n\n\u003Cp align=\"center\">\n  &nbsp;\u003Ca href=\"https:\u002F\u002Fwimpysworld.io\u002Fdiscord\" target=\"_blank\">\u003Cimg alt=\"Discord\" src=\"https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F712850672223125565?style=for-the-badge&logo=discord&logoColor=%23ffffff&label=Discord&labelColor=%234253e8&color=%23e4e2e2\">\u003C\u002Fa>\n\u003C\u002Fp>\n\n# Introduction\n\nQuickgui is a graphical user interface for the [Quickemu](https:\u002F\u002Fgithub.com\u002Fquickemu-project\u002Fquickemu) virtual machine manager.\nQuickgui enables you to create and manage virtual machines from a simple and elegant interface.\nNearly 1000 operating systems supported including Windows, macOS, BSDs, and 100s of Linux distros. All with automated downloads and configuration.\n\n# Install\n\nQuickgui depends on Quickemu. Most package managers will automatically install Quickemu when you install Quickgui.\n\nIf you don't have Quickemu installed then go and follow the Quickemu installation steps for your operating system:\n\n- [**Quickemu Installation**](https:\u002F\u002Fgithub.com\u002Fquickemu-project\u002Fquickemu\u002Fwiki\u002F01-Installation)\n\n## Debian\n\nA .deb package is available for Debian on our [release page](https:\u002F\u002Fgithub.com\u002Fquickemu-project\u002Fquickgui\u002Freleases).\n\n- Download the latest .deb package\n- Install it with `apt-get install .\u002Fquickgui-1.2.10+1-linux.deb`\n\n## Fedora\n\nA .rpm package is available for Fedora on our [release page](https:\u002F\u002Fgithub.com\u002Fquickemu-project\u002Fquickgui\u002Freleases).\n\n## NixOS\n\n### Flake\n\n[![FlakeHub](https:\u002F\u002Fimg.shields.io\u002Fendpoint?url=https:\u002F\u002Fflakehub.com\u002Ff\u002Fquickemu-project\u002Fquickgui\u002Fbadge)](https:\u002F\u002Fflakehub.com\u002Fflake\u002Fquickemu-project\u002Fquickgui)\n\nStable releases of Quickgui are published to FlakeHub for NixOS users. See the Quickemu flake on FlakeHub for more details:\n\n- \u003Chttps:\u002F\u002Fflakehub.com\u002Fflake\u002Fquickemu-project\u002Fquickgui>\n\n### Nixpkgs\n\nAdd Quickgui to your `systemPackages`. For example:\n\n```nix\nsystemPackages = with pkgs; [\n  quickgui\n];\n```\n\n## Ubuntu\n\nUbuntu users can install Quickgui using the [.deb package described above for Debian](#debian) or from our PPA.\n\n```shell\nsudo apt-add-repository ppa:flexiondotorg\u002Fquickemu\nsudo apt-get update\nsudo apt-get install quickgui\n```\n\n## Other Linux\n\nWe provide an AppImage and a pre-compiled binary of Quickemu in a .zip file.\n\n### AppImage\n\nThe AppImage should work on most Linux distributions.\n\n* [Download](https:\u002F\u002Fgithub.com\u002Fquickemu-project\u002Fquickgui\u002Freleases) the latest AppImage.\n* `chmod +x quickgui-1.2.10+1-linux.AppImage`\n* `.\u002Fquickgui-1.2.10+1-linux.AppImage`\n\n### Pre-compiled binary\n\n* [Download](https:\u002F\u002Fgithub.com\u002Fquickemu-project\u002Fquickgui\u002Freleases) the latest .zip file.\n* `unzip quickgui-1.2.10+1-linux.zip`\n* `cd quickgui-1.2.10+1-linux`\n* `chmod +x quickgui`\n* `.\u002Fquickgui`\n\n# Compile\n\nTo compile the Quickgui yourself:\n\n* [Install Flutter](https:\u002F\u002Fdocs.flutter.dev\u002Fget-started\u002Finstall\u002Flinux\u002Fdesktop)\n* `git clone https:\u002F\u002Fgithub.com\u002Fquickemu-project\u002Fquickgui.git`\n* `cd quickgui`\n* `flutter pub get`\n* `flutter config --enable-linux-desktop`\n* `flutter build linux --release`\n\n## Macos\nThis requires flutter to be installed as well as xcode development for macos nad cocoapods.\nIt will install quickgui app in the applications and after running the command below you should be able to search for it through spotlight\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fquickemu-project\u002Fquickgui.git\ncd quickgui\nflutter pub get\nflutter config --enable-macos-desktop\nflutter build macos --release\n```\n\nThe compiled binary will be in `build\u002Flinux\u002Fx64\u002Frelease\u002Fbundle\u002Fquickgui`.\nYou can run it with:\n\n```shell\n.\u002Fbuild\u002Flinux\u002Fx64\u002Frelease\u002Fbundle\u002Fquickgui\n```\n\n# Usage\n\n\u003Cdiv align=\"center\">\n\u003Csmall>\u003Cb>Main Screen\u003C\u002Fb>\u003C\u002Fsmall>\u003Cbr \u002F>\u003Cbr \u002F>\n\u003Cimg src=\"assets\u002Fgithub\u002Fscreenshot_01_main.png\" width=\"346\" height=\"290\" alt=\"Quickgui Main screen\">\n\u003C\u002Fdiv>\n\n## Downloader\n\n- From the main screen, click \"Create new machines\"\n- Select the Operating System you want to install\n- Select the Version of the operating system you want to use.\n- Click the \"Download\" button.\n  - The ISO will be downloaded\n- When the download is complete, click the \"Dismiss\" button.\n\n\u003Cdiv align=\"center\">\n\u003Csmall>\u003Cb>Downloader\u003C\u002Fb>\u003C\u002Fsmall>\u003Cbr \u002F>\n\u003Cimg src=\"assets\u002Fgithub\u002Fscreenshot_02_downloader.png\" width=\"346\" height=\"290\" alt=\"Quickgui Downloader\">\n\u003C\u002Fdiv>\n\n## Manager\n\n- From the main screen, click \"Manage existing machines\"\n- The Manager screen will list available Quickemu VMs in the directory you have chosen to store them.\n- Start a VM by clicking the \"Play\" (▶) button.\n- Kill a running VM by clicking the \"Stop\" (■) button.\n- Clicking the \"Trash\" (🗑) button will prompt you to delete the whole VM or just its disk image.\n\n\u003Cdiv align=\"center\">\n\u003Csmall>\u003Cb>Manager\u003C\u002Fb>\u003C\u002Fsmall>\u003Cbr \u002F>\n\u003Cimg src=\"assets\u002Fgithub\u002Fscreenshot_03_manager.png\" width=\"346\" height=\"290\" alt=\"Quickgui Manager\">\n\u003C\u002Fdiv>\n\nWhen a VM is running, Quickgui will display the host ports that are mapped to the SPICE and SSH ports on the guest. These ports are used to connect to the guest for display and SSH access.\n\n### SPICE\n\nIf you close the SPICE display and wish to reconnect, you can click the \"Connect display with SPICE\" button. To open an SSH session, you can click the \"Connect with SSH\" button.\n\nIf the \"Connect display with SPICE\" button is disabled, the `spicy` client cannot be found. Ensure it is installed, and in your PATH (it should have been installed with `quickemu`).\n\n### SSH\n\nIf the \"Connect with SSH\" button is disabled, an SSH server cannot be detected on the guest. Most guest operating systems will not install an SSH server by default, so if it was not an option during installation, you will need to install one yourself. It must be listening on port 22 (the default SSH port). Once a server is installed and running, it should be detected automatically.\n\n\"Connect with SSH\" will open a terminal and attempt to connect to the guest. If the connection is successful, you will be prompted for the password. If the connection is unsuccessful, you might need to remove the host key for the guest from your `~\u002F.ssh\u002Fknown_hosts` file using something like `ssh-keygen -R [localhost]:22220`.\n","Quickgui 是一款面向桌面用户的优雅虚拟机管理器。它基于 Dart 语言开发，提供了一个简洁直观的图形界面来创建和管理使用 Quickemu 的虚拟机，支持近1000种操作系统，包括 Windows、macOS、各种 BSD 和 Linux 发行版，并且能够自动下载和配置这些系统。其核心功能包括通过图形界面简化虚拟机的创建与管理过程，支持广泛的硬件虚拟化特性如 KVM、QEMU 和 SPICE 等。Quickgui 适合需要在一个易于使用的界面下管理和运行多个不同操作系统的用户或开发者，尤其是在进行跨平台软件测试、学习新操作系统或构建个人实验室环境时特别有用。",2,"2026-06-11 03:22:27","top_language"]