[note] Run Ubuntu VMs on Your Mac Using Multipass
๐ Introduction
Multipass is a simple tool by Canonical for running Ubuntu VMs easily.
๐ Quick Start
1 | brew install qemu |
1 | multipass launch 20.04 -c 8 -m 8G -d 100G |
1 | sudo apt update |
1 | neofetch |

Download Desktop
1 | sudo apt install ubuntu-desktop xrdp |
๐ Recap
- Learned how to quickly launch and manage Ubuntu VMs using Multipass on macOS
- Understood how to allocate resources and access the VM via shell
๐ References
[note] Run Ubuntu VMs on Your Mac Using Multipass
https://hsiangjenli.github.io/blog/note-run-ubuntu-vms-on-your-mac-using-multipass.en/