From 9465ca98d095aac436526a60753be35e28e4fd7b Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 29 May 2023 16:51:52 +0200 Subject: [PATCH] Installation Mac-OS: add note on UTM (#27516) - UTM has been reported to work on Mac-OS with Home Assistant OS --- source/_includes/installation/operating_system.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index ce635285b20..276fc2d1fa3 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -235,6 +235,11 @@ After downloading, decompress the image. If the image comes in a ZIP file, for e Follow this guide if you already are running a supported virtual machine hypervisor. If you are not familiar with virtual machines, we recommend installing Home Assistant OS directly on a [Home Assistant Yellow](/installation/yellow), a [Raspberry Pi](/installation/raspberrypi), or an [ODROID](/installation/odroid). +{% if page.installation_type == 'macos' %} +- If VirtualBox is not supported on your Mac, and you have experience using virtual machines, you can try running the Home Assistant Operating system on [UTM](https://mac.getutm.app/). +{% endif %} + + ### Create the virtual machine Load the appliance image into your virtual machine hypervisor. (Note: You are free to assign as much resources as you wish to the VM, please assign enough based on your add-on needs).