Icon

Multipass

Multipass is a lightweight VM manager by Canonical for Linux, Windows, and macOS that allows developers to quickly spin up fresh Ubuntu virtual machines with minimal overhead, using KVM, Hyper-V, QEMU, or VirtualBox as backends. It supports cloud-init and is designed for easy local development and testing.
Latest: 1.16.2 Winget
Last checked: Jun 9, 2026 12:10am
Rank: 245/15140
Also monitored via:
GitHub Releases Site Monitor
Follow to track new versions in your feed.
Report

Overview

0
License: GPL-3.0Installer: snap, installer (Windows/macOS)Silent: YesWinget: Available
Silent install
sudo snap install multipass

Version & Lifecycle

0
Current: 1.16.2 N-2: 1.16.0 Predicted EOL: 2025-02-20 Avg cadence: Every 67 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • February 13, 2026
0

Multipass – Command-line note

Use winget for silent deployment of Multipass across Windows endpoints: winget install --id Canonical.Multipass -e --silent --accept-package-agreements --accept-source-agreements. This suppresses UI prompts and automates installation without user interaction, ideal for enterprise scripts via Intune or SCCM. Verify success with multipass version post-install.

Command-line note • January 27, 2026
0

Multipass – Command-line note

Deploy Multipass silently on Windows using winget for enterprise automation: winget install --id Canonical.Multipass -e --silent --accept-package-agreements --accept-source-agreements. After installation, configure the virtualization driver non-interactively with multipass set local.driver=virtualbox (requires VirtualBox installed) or rely on default Hyper-V.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

Multipasscanonical Multipass

Packaging Notes

0

Available as snap on Linux; installers for Windows and macOS; Homebrew cask available but not officially supported

Notes

0

Installation on Linux is primarily via snap; on macOS and Windows, installers are available from GitHub. Multipass integrates with cloud-init and fetches Ubuntu images automatically.