macOS
brew install libvirtprovider-native install command
brew / rank 933
C virtualization API. Version 12.5.0 via Homebrew; verified from local package data.
install
brew install libvirtprovider-native install command
overview
C virtualization API
history
libvirt is the long-lived virtualization management API and daemon stack that gives tools a common way to manage domains, networks, storage, and host resources across hypervisors.
The project was created to provide a common and stable layer for managing virtualized domains on local or remote nodes. Its own goals page emphasizes API stability, secure remote management, resource enumeration, and the ability to insulate applications from frequent changes in lower-level virtualization frameworks.
libvirt became especially important as Linux virtualization consolidated around QEMU and KVM while still needing to interoperate with Xen, LXC, bhyve, VMware, VirtualBox, Hyper-V, and other backends. The project website describes a portable C API, stateful host daemons for some hypervisors, and language bindings layered on top of the core API.
The adoption story is unusually broad for a system library. The official applications page lists command-line tools, desktop applications, provisioning tools, monitoring systems, web applications, configuration-management integrations, backup tools, and infrastructure-as-a-service stacks using the libvirt API.
For package managers, libvirt is not just a library dependency; it is an ecosystem root. Installing it can bring daemons such as libvirtd or modular virt* daemons, virsh, validation tools, NSS integration packages, storage and network drivers, language bindings, and downstream tools such as virt-manager, virt-install, Vagrant providers, and cloud or CI integrations.
Administrators commonly use virsh and libvirt daemons to define, start, stop, migrate, inspect, and automate virtual machines and container-like domains. Application developers use the API and bindings to build higher-level management tools while avoiding direct hypervisor-specific control protocols.
On developer workstations it is often the package behind local KVM/QEMU workflows; on servers it is the control plane layer used by provisioning, monitoring, and orchestration software that needs stable VM lifecycle operations.
libvirt is package-nerd famous because it sits at the junction of init systems, daemon socket activation, TLS and PKI material, kernel capabilities, QEMU/KVM feature flags, storage pools, virtual networking, and language bindings. It is the sort of dependency whose packaging details define whether virtualization feels boring or impossible.
It also illustrates why stable C APIs matter in infrastructure: a large ecosystem of frontends can keep working while hypervisors, host operating systems, and security models change underneath.
security posture
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/libvirt/libvirtd.conf/etc/libvirt/libvirt.conf$XDG_CONFIG_HOME/libvirt/libvirt.confCredential-bearing paths to review before unattended agent runs.
/etc/pki/CA/cacert.pem/etc/pki/libvirt/servercert.pem/etc/pki/libvirt/private/serverkey.pemexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
libvirtd | executable | indexed executable | Discovered from the local executable index. |
virsh | executable | indexed executable | Discovered from the local executable index. |
virt-admin | executable | indexed executable | Discovered from the local executable index. |
virt-host-validate | executable | indexed executable | Discovered from the local executable index. |
virt-login-shell | executable | indexed executable | Discovered from the local executable index. |
virt-pki-query-dn | executable | indexed executable | Discovered from the local executable index. |
virt-pki-validate | executable | indexed executable | Discovered from the local executable index. |
virt-qemu-qmp-proxy | executable | indexed executable | Discovered from the local executable index. |
virt-qemu-run | executable | indexed executable | Discovered from the local executable index. |
virt-qemu-sev-validate | executable | indexed executable | Discovered from the local executable index. |
virt-ssh-helper | executable | indexed executable | Discovered from the local executable index. |
virt-xml-validate | executable | indexed executable | Discovered from the local executable index. |
virtchd | executable | indexed executable | Discovered from the local executable index. |
virtlockd | executable | indexed executable | Discovered from the local executable index. |
virtlogd | executable | indexed executable | Discovered from the local executable index. |
virtlxcd | executable | indexed executable | Discovered from the local executable index. |
virtnetworkd | executable | indexed executable | Discovered from the local executable index. |
virtnwfilterd | executable | indexed executable | Discovered from the local executable index. |
virtproxyd | executable | indexed executable | Discovered from the local executable index. |
virtqemud | executable | indexed executable | Discovered from the local executable index. |
virtsecretd | executable | indexed executable | Discovered from the local executable index. |
virtstoraged | executable | indexed executable | Discovered from the local executable index. |
virtvboxd | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:libvirt |
|---|---|
| Version | 12.5.0 |
| Package manager | Homebrew |
| Homepage | https://libvirt.org/ |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.