https://github.com/virt-manager/virt-manager
Desktop tool for managing virtual machines via libvirt
https://github.com/virt-manager/virt-manager
Last synced: 4 days ago
JSON representation
Desktop tool for managing virtual machines via libvirt
- Host: GitHub
- URL: https://github.com/virt-manager/virt-manager
- Owner: virt-manager
- License: gpl-2.0
- Created: 2015-05-22T00:00:20.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T14:32:28.000Z (21 days ago)
- Last Synced: 2025-04-03T15:01:43.661Z (11 days ago)
- Language: Python
- Homepage: https://virt-manager.org
- Size: 92.8 MB
- Stars: 2,613
- Watchers: 78
- Forks: 470
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
- ansible-guide - VirtManager
- ansible-guide - VirtManager
- awesome-homelab - virt-manager - manager](https://img.shields.io/github/stars/virt-manager/virt-manager?style=flat)  | Desktop tool for managing virtual machines via libvirt | (Apps / InfraManagement)
- Self-Hosting-Guide - VirtManager
- fucking-Awesome-Linux-Software - . Most usage is with QEMU/KVM
virtual machines, but Xen and libvirt LXC containers are well
supported. Common operations for any libvirt driver should work.Several command line tools are also provided:
- `virt-install`: Create new libvirt virtual machines
- `virt-clone`: Duplicate existing libvirt virtual machines
- `virt-xml`: Edit existing libvirt virtual machines/manipulate libvirt XMLFor dependency info and installation instructions, see the
[INSTALL.md](INSTALL.md) file. If you just want to quickly test the
code from a git checkout, you can launch any of the commands like:```sh
./virt-manager --debug ...
```## Contact
- For IRC we use #virt on OFTC.
- For bug reporting info, see
[virt-manager bug reporting](https://virt-manager.org/bugs).
- There are further project details on the
[virt-manager](https://virt-manager.org/) website.
- See the [CONTRIBUTING.md](CONTRIBUTING.md) file for info about submitting patches or
contributing translations.