Wingetlywingetly
← All apps
A

anyvm

by anyvm.orgv0.5.7

Last updated

Run any VM anywhere -- bootstrap BSD, Illumos, and Linux guests with QEMU.

Install with winget

$ winget install --id anyvm-org.anyvm --exact --version 0.5.7

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

anyvm boots a prebuilt BSD, Illumos, Linux, Hurd or Plan 9 guest under QEMU

with one command. It downloads the image, configures firmware, ssh, folder

sync and port forwarding for that guest on that architecture, then drops you

into a shell or runs your command and exits.

anyvm drives QEMU but does not bundle it, so QEMU is declared as a package

dependency and winget installs it first. Pass --skip-dependencies to install

anyvm on its own and supply QEMU yourself.

Installers · v0.5.7

ArchitectureTypeScopeInstallDownload
x64Portable-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for anyvm.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Android StudioGoogle LLC
    Google.AndroidStudiov2026.1.4.7

    The official Integrated Development Environment (IDE) for Android app development.

  • Spice webdavdThe Spice Project
    Spice.SpiceWebDAVdv2.4.0

    SPICE file sharing daemon for Windows guest virtual machines.

  • C
    cv4pve-autosnapCorsinvest Srl
    Corsinvest.cv4pve.autosnapv2.1.1

    Automatic Snapshot Tool for Proxmox VE

  • QEMU guest agentRedHat
    SoftwareFreedomConservancy.QEMUGuestAgentv110.0.2

    Service for Windows guests in QEMU to coordinate snapshot, suspend, and shutdown with the host.

  • BlueStacksnow.gg, Inc.
    BlueStack.BlueStacksv5.22.166.1003

    Play Android games on PC or try instantly from our cloud.

  • Oracle VirtualBoxOracle and/or its affiliates
    Oracle.VirtualBoxv7.2.18

    VirtualBox is a general-purpose full virtualization software for x86_64 hardware (with version 7.1 additionally for macOS/Arm), targeted at laptop, desktop, server and embedded use.

More from anyvm.org or browse qemu, vm, virtual-machine.

Frequently asked questions

How do I install anyvm on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id anyvm-org.anyvm --exact --version 0.5.7. winget downloads the installer from anyvm.org and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install anyvm silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id anyvm-org.anyvm --exact 0.5.7 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall anyvm via winget?
Run: winget uninstall --id anyvm-org.anyvm --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from anyvm's Apps & Features entry.
Is anyvm free?
anyvm is distributed under MIT. Refer to the publisher (https://github.com/anyvm-org/anyvm) for the full license terms - Wingetly itself does not charge for installation.
Does anyvm work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls anyvm directly from the publisher.
How do I keep anyvm up to date?
Run winget upgrade --id anyvm-org.anyvm --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of anyvm from microsoft/winget-pkgs.