--- title: '[note] Run Ubuntu VMs on Your Mac Using Multipass' date: '2023-10-23' updated: '2025-05-14' author: - 'Hsiang-Jen Li' tags: # - python toc: true --- # πŸ“Œ Introduction Multipass is a simple tool by Canonical for running Ubuntu VMs easily. <!-- more --> # πŸš€ Quick Start ``` brew install qemu ``` ``` multipass launch 20.04 -c 8 -m 8G -d 100G multipass list multipass shell your_vname ``` ``` sudo apt update sudo apt install neofetch ``` ``` neofetch ``` ![](https://hackmd.io/_uploads/S1Djr7RM6.png) ## Download Desktop ``` 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 - [canonical/multipass](https://github.com/canonical/multipass) - [Multipass β€” 如 Docker θˆ¬ηš„θ™›ζ“¬ζ©Ÿ](https://jackkuo-tw.medium.com/multipass-%E5%A6%82-docker-%E8%88%AC%E7%9A%84%E8%99%9B%E6%93%AC%E6%A9%9F-e19e3e36aec3) - [How To Install & RUN Ubuntu W/ GUI On M1 or M2 Mac Using MULTI PASS](https://www.youtube.com/watch?v=oi8f6hVI2P4) - [δΉ…ι•ηš„εœ¨ Mac M2 δΈŠδ½Ώη”¨ Ubuntu](https://vocus.cc/article/63d11eddfd89780001f3daf4)