Version1.16.1
Revision16926
Size72.9 MB
LicenseGPL-3.0 OR Proprietary
Confinementstrict
Basecore22

Instant Ubuntu VMs

Screenshot

Multipass is a tool to launch and manage VMs on Windows, Mac and Linux that simulates a cloud environment with support for cloud-init. Get Ubuntu on-demand with clean integration to your IDE and version control on your native platform.

Launch an instance (by default you get the current Ubuntu LTS)

multipass launch --name foo


Run commands in that instance, try running bash (logout or ctrl-d to quit)

multipass exec foo -- lsb_release -a


Pass a cloud-init metadata file to an instance on launch

multipass launch -n bar --cloud-init cloud-config.yaml


See your instances

multipass list


Stop and start instances

multipass stop
multipass start


Get help

multipass help

Update History

1.16.1 16830 → 16926
9 Apr 2026, 18:25 UTC
1.16.1 16638 → 16830
26 Mar 2026, 07:57 UTC

Published18 May 2017, 22:34 UTC

Last updated3 Apr 2026, 06:31 UTC

First seen13 Dec 2025, 09:47 UTC