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.0
Last checked: Feb 5, 2026 8:50pm
Followers: 0
Rank: 517/9154
Status: Monitored periodically · Request daily

Overview

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

Version & Lifecycle

0
Current: 1.16.0 N-2: 1.14.1 Predicted EOL: 2025-02-20 Update freq: Regular updates

Community Notes

February 13, 2026 • 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.

January 27, 2026 • 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

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.

See something wrong?