Update SupportedEnvironments.js so others don't get confused on why they can not open the macos app on x86 (#888)

Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
MiladNazeri
2025-01-29 22:23:00 -08:00
committed by GitHub
parent a420e20ca4
commit 6e9423b8c4

View File

@@ -4,8 +4,8 @@ import Admonition from "@theme/Admonition";
const SupportedEnvironments = () => {
return (
<Admonition type="info" title="Supported Environments">
Goose currently works on <strong>macOS</strong> and <strong>Linux</strong> systems and supports both <strong>ARM</strong> and <strong>x86</strong> architectures.
The Goose CLI currently works on <strong>macOS</strong> and <strong>Linux</strong> systems and supports both <strong>ARM</strong> and <strong>x86</strong> architectures. However, the macOS desktop app is not currently supported for x86.
On <strong>Windows</strong>, Goose CLI can run via WSL. If you'd like to request support for additional operating systems, please{" "}
<a
href="https://github.com/block/goose/discussions/867"