diff --git a/docs/Quickstart/Hardware/hardware.md b/docs/Quickstart/Hardware/hardware.md
index 84bab2fd..e61c5ac5 100644
--- a/docs/Quickstart/Hardware/hardware.md
+++ b/docs/Quickstart/Hardware/hardware.md
@@ -1,4 +1,12 @@
-# Hardware
+# Hardware & OS
+
+## Operating System
+
+| System | Requirement |
+| ------------- | -------------------------------------------------------------------------------------------- |
+| `macOS` | High Sierra (10.13) or newer. Talon is a universal2 build with native Apple Silicon support. |
+| `Linux / X11` | (Ubuntu 18.04+, and most modern distros), Wayland support is currently limited to XWayland |
+| `Windows` | Windows 8 or newer |
## Microphones
diff --git a/docs/Quickstart/getting_started.md b/docs/Quickstart/getting_started.md
index 5b57bc3f..fd9822f7 100644
--- a/docs/Quickstart/getting_started.md
+++ b/docs/Quickstart/getting_started.md
@@ -4,44 +4,84 @@ sidebar_position: 1
# Getting Started
-:::note
-
-You can also install and run Talon by following the [official installation instructions](https://talonvoice.com/docs/). This info supplements that page.
+## 1: Check System Requirements
-:::
+Talon has various [system requirements](Hardware/hardware.md), covering the computer hardware, operating system and microphone hardware.
-## 1: [Download Talon](https://talonvoice.com/)
+## 2: Download & Install Talon
Notes for Linux Users
- - Talon, like many tools for automation or accessibility, __does not support Wayland__
+ Linux Users
+ - Download [Talon for Linux](https://talonvoice.com/dl/latest/talon-linux.tar.xz)
+ - Install by **To be completed**
+:::note
+- Talon, like many tools for automation or accessibility, __does not support Wayland__
- You will have to select an X11 session from your login manager.
- This is supported by Gnome and Plasma and many others, but some environments like sway are explicitly Wayland-only.
- To install the speech engine, you must use Talon's tray icon:
* If you use stock Gnome, you need to install [AppIndicator and KStatusNotifierItem Support](https://extensions.gnome.org/extension/615/appindicator-support/) to see it
* If you use i3 or a system tray that doesn't support the `StatusNotifierItem` protocol, install [snixembed](https://git.sr.ht/~steef/snixembed) to add support.
+:::
+Mac Users
+ - Download [Talon for Mac](https://talonvoice.com/dl/latest/talon-mac.dmg)
+ - Install by **To be completed**
+Windows Users
+ - Download [Talon for Windows](https://talonvoice.com/dl/latest/talon-windows.exe)
+ - Install Talon by running `talon-windows.exe`
+:::note
+It is recommended that Talon is installed as described above.
+However, please note that the application is also available as a [portable zip file](https://talonvoice.com/dl/latest/talon-windows.zip)
+:::
Screenshot
+
+
diff --git a/static/img/talon_menu_speech_recognition.png b/static/img/talon_menu_speech_recognition.png
new file mode 100644
index 00000000..973605b9
Binary files /dev/null and b/static/img/talon_menu_speech_recognition.png differ