From cd70db29edaf0f02a567f5eea94f5e52240be3e9 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel <jared@nomic.ai> Date: Mon, 24 Feb 2025 19:51:59 -0500 Subject: [PATCH] readme: add Windows ARM download link Signed-off-by: Jared Van Bortel <jared@nomic.ai> --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d2575c1..4450198c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ GPT4All is made possible by our compute partner <a href="https://www.paperspace. <img src="gpt4all-bindings/python/docs/assets/windows.png" style="height: 1em; width: auto" /> Windows Installer </a> — </p> +<p> + — <a href="https://gpt4all.io/installers/gpt4all-installer-win64-arm.exe"> + <img src="gpt4all-bindings/python/docs/assets/windows.png" style="height: 1em; width: auto" /> Windows ARM Installer + </a> — +</p> <p> — <a href="https://gpt4all.io/installers/gpt4all-installer-darwin.dmg"> <img src="gpt4all-bindings/python/docs/assets/mac.png" style="height: 1em; width: auto" /> macOS Installer @@ -46,10 +51,16 @@ GPT4All is made possible by our compute partner <a href="https://www.paperspace. </a> — </p> <p> - Windows and Linux require Intel Core i3 2nd Gen / AMD Bulldozer, or better. x86-64 only, no ARM. + The Windows and Linux builds require Intel Core i3 2nd Gen / AMD Bulldozer, or better. </p> <p> - macOS requires Monterey 12.6 or newer. Best results with Apple Silicon M-series processors. + The Windows ARM build supports Qualcomm Snapdragon and Microsoft SQ1/SQ2 processors. +</p> +<p> + The Linux build is x86-64 only (no ARM). +</p> +<p> + The macOS build requires Monterey 12.6 or newer. Best results with Apple Silicon M-series processors. </p> See the full [System Requirements](gpt4all-chat/system_requirements.md) for more details.