Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ curl -fsSL https://raw.githubusercontent.com/itamaker/go-chrome-ai/main/scripts/
<details>
<summary>You can also download binaries from <a href="https://github.com/itamaker/go-chrome-ai/releases">GitHub Releases</a>.</summary>

Current release archives:

- macOS (Apple Silicon/arm64): `go-chrome-ai_1.0.5_darwin_arm64.tar.gz`
- macOS (Intel/x86_64): `go-chrome-ai_1.0.5_darwin_amd64.tar.gz`
- Linux (arm64): `go-chrome-ai_1.0.5_linux_arm64.tar.gz`
- Linux (x86_64): `go-chrome-ai_1.0.5_linux_amd64.tar.gz`
- Windows (arm64): `go-chrome-ai_1.0.5_windows_arm64.zip`
- Windows (x86_64): `go-chrome-ai_1.0.5_windows_amd64.zip`

Each archive contains a single executable: `go-chrome-ai`.
The macOS archives include the GUI-capable binary. Linux and Windows releases ship the CLI binary for portable installs.

Expand Down
9 changes: 0 additions & 9 deletions docs/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ curl -fsSL https://raw.githubusercontent.com/itamaker/go-chrome-ai/main/scripts/
<details>
<summary>也可以通过 <a href="https://github.com/itamaker/go-chrome-ai/releases">GitHub Releases</a> 获取二进制。</summary>

当前发布包:

- macOS(Apple Silicon/arm64):`go-chrome-ai_1.0.5_darwin_arm64.tar.gz`
- macOS(Intel/x86_64):`go-chrome-ai_1.0.5_darwin_amd64.tar.gz`
- Linux(arm64):`go-chrome-ai_1.0.5_linux_arm64.tar.gz`
- Linux(x86_64):`go-chrome-ai_1.0.5_linux_amd64.tar.gz`
- Windows(arm64):`go-chrome-ai_1.0.5_windows_arm64.zip`
- Windows(x86_64):`go-chrome-ai_1.0.5_windows_amd64.zip`

每个压缩包都只包含一个可执行文件:`go-chrome-ai`。
macOS 发布包包含 GUI 可执行能力;Linux 和 Windows 发布包默认提供 CLI,便于直接使用。

Expand Down
Loading