import React from "react"; import Admonition from "@theme/Admonition"; const SupportedEnvironments = () => { return ( The Goose CLI currently works on macOS and Linux systems and supports both ARM and x86 architectures. On Windows, Goose CLI can run via WSL. If you'd like to request support for additional operating systems, please{" "} vote on GitHub . ); }; export default SupportedEnvironments;