mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
@@ -9,8 +9,8 @@ import { IconDownload } from "@site/src/components/icons/download";
|
||||
import SupportedEnvironments from '@site/src/components/SupportedEnvironments';
|
||||
import RateLimits from '@site/src/components/RateLimits';
|
||||
import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
|
||||
import DesktopInstallButtons from '@site/src/components/DesktopInstallButtons';
|
||||
|
||||
import MacDesktopInstallButtons from '@site/src/components/MacDesktopInstallButtons';
|
||||
import WindowsDesktopInstallButtons from '@site/src/components/WindowsDesktopInstallButtons';
|
||||
|
||||
# Goose in 5 minutes
|
||||
|
||||
@@ -28,7 +28,7 @@ Goose is an open source AI agent that supercharges your software development by
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
<DesktopInstallButtons/>
|
||||
<MacDesktopInstallButtons/>
|
||||
<div style={{ marginTop: '1rem' }}>
|
||||
1. Unzip the downloaded zip file.
|
||||
2. Run the executable file to launch the Goose Desktop application.
|
||||
@@ -62,7 +62,11 @@ Goose is an open source AI agent that supercharges your software development by
|
||||
<TabItem value="windows" label="Windows">
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
Desktop version is currently unavailable for Windows.
|
||||
<WindowsDesktopInstallButtons/>
|
||||
<div style={{ marginTop: '1rem' }}>
|
||||
1. Unzip the downloaded zip file.
|
||||
2. Run the executable file to launch the Goose Desktop application.
|
||||
</div>
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
There isn't native installation support for Windows, however you can run Goose using WSL (Windows Subsystem for Linux).
|
||||
|
||||
Reference in New Issue
Block a user