diff --git a/guides/installing_esphome.rst b/guides/installing_esphome.rst
index 4535ac6764..df60b10eb8 100644
--- a/guides/installing_esphome.rst
+++ b/guides/installing_esphome.rst
@@ -49,19 +49,24 @@ with the following:
Mac
---
-There are no tested installation instructions for Mac. ESPHome does support
-Mac & will run with no problem.
+ESPHome does support Mac & will run with no problem.
-Contributions are welcome!
+Recommended installation is via `Homebrew `_:
-The process will likely be similar to Windows. You can install Python from the
-official site, and then install ESPHome with ``pip3 install esphome``. You can
-then test that things are properly installed with the following:
+.. code-block:: console
+
+ $ brew install esphome
+
+Verify the installation:
.. code-block:: console
$ esphome version
- Version: 2021.12.3
+ Version: 2024.12.0 # Version number may vary
+
+If you encounter any issues with Homebrew installation, please check the
+`ESPHome Homebrew Formula `_ page
+for additional information.
Linux
-----