Download Latest Version 1.16.0 source code.tar.gz (22.1 MB)
Email in envelope

Get an email when there's a new version of Multipass

Home / v1.14.0
Name Modified Size InfoDownloads / Week
Parent folder
multipass-1.14.0+win-win64.exe 2024-07-24 39.5 MB
multipass-1.14.0+mac-Darwin.pkg 2024-07-24 101.8 MB
1.14.0 source code.tar.gz 2024-07-19 1.6 MB
1.14.0 source code.zip 2024-07-19 2.2 MB
README.md 2024-07-19 3.4 kB
Totals: 5 Items   145.2 MB 0

Multipass version 1.14.0

A new Multipass release, and this one is packed with goodies! The main highlight is a brand new graphical user interface, but there are a number of other significant new features as well.

  1. The new graphical user interface (GUI) makes it easy and intuitive to manage your Multipass virtual machine instances. This is what we call a minimal viable product and, as time goes on, we will be adding more functionality and tweaking the interface. You can launch the new GUI by looking for "Multipass" in the ways you normally launch applications on your host platform. Please try it out and share your feedback!
  2. GUI settings were removed from the CLI and moved to the new GUI: client.gui.autostart and client.gui.hotkey
  3. You can now add an external bridged network to an existing instance. Much like what multipass launch --bridged does, but for an already existing instance. In order to do this, you must:
  4. Set a default bridge via multipass set local.bridged-network.
  5. Set the instance to use the bridged network via multipass set local.<instance-name>.bridged=true.
  6. Instances can now be force-stopped using the new --force option: multipass stop --force <instance-name>.
  7. Snapshots are now available on the VirtualBox backend, which joins QEMU and Hyper-V in this regard.

You can find links to the Windows and macOS installers below. The snap package is available in the stable snap channel:

:::console
snap refresh multipass --stable
# or
snap install multipass --stable

More highlights

  • Classic mounts are more secure now (#3323).
  • User and group ID mappings in mounts have been improved to prevent overlaps.
  • The snap package has been greatly optimised: it is now ~48% smaller in size (122MB -> 64MB).
  • The date and time inside an instance are no longer skewed when resuming from suspend (#982).
  • Along with the aforementioned GUI, the icon set has been updated, including light and dark mode icons on macOS.
  • We switched to vcpkg for building the gRPC and POCO library dependencies.
  • New Bash completions for get and set.

You can find a larger selection of changes since 1.13.1 in our v1.14.0 milestone and even more details in the commit log.

Feedback

Please file issues on the Multipass GitHub for problems and feature requests, or join the Multipass Discourse forum to chat. You can also find us in the Multipass room on Matrix. See you there :)

Source: README.md, updated 2024-07-19