summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-01-07 11:06:48 -0600
committerAiden Cline <[email protected]>2026-01-07 11:06:54 -0600
commit662d2b205a165a26520cc8193de98b8edfd07a3d (patch)
treeea471d7001aa265f5010294023851d2995c41da0
parent75960ae00cebe196d3a5ef51067545bfb80b2437 (diff)
downloadopencode-662d2b205a165a26520cc8193de98b8edfd07a3d.tar.gz
opencode-662d2b205a165a26520cc8193de98b8edfd07a3d.zip
docs: update brew formula stuff to recommend our tap
-rw-r--r--README.md3
-rw-r--r--README.zh-CN.md3
-rw-r--r--README.zh-TW.md3
-rw-r--r--packages/web/src/content/docs/index.mdx4
4 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 04c7b53e5..64243fe30 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,8 @@ curl -fsSL https://opencode.ai/install | bash
npm i -g opencode-ai@latest # or bun/pnpm/yarn
scoop bucket add extras; scoop install extras/opencode # Windows
choco install opencode # Windows
-brew install opencode # macOS and Linux
+brew install anomalyco/tap/opencode # macOS and Linux (recommended, always up to date)
+brew install opencode # macOS and Linux (official brew formula, updated less frequently)
paru -S opencode-bin # Arch Linux
mise use -g opencode # Any OS
nix run nixpkgs#opencode # or github:anomalyco/opencode for latest dev branch
diff --git a/README.zh-CN.md b/README.zh-CN.md
index c0d67a4ab..30757f5fe 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -28,7 +28,8 @@ curl -fsSL https://opencode.ai/install | bash
npm i -g opencode-ai@latest # 也可使用 bun/pnpm/yarn
scoop bucket add extras; scoop install extras/opencode # Windows
choco install opencode # Windows
-brew install opencode # macOS 和 Linux
+brew install anomalyco/tap/opencode # macOS 和 Linux(推荐,始终保持最新)
+brew install opencode # macOS 和 Linux(官方 brew formula,更新频率较低)
paru -S opencode-bin # Arch Linux
mise use -g opencode # 任意系统
nix run nixpkgs#opencode # 或用 github:anomalyco/opencode 获取最新 dev 分支
diff --git a/README.zh-TW.md b/README.zh-TW.md
index 99d599d78..9e27c48f2 100644
--- a/README.zh-TW.md
+++ b/README.zh-TW.md
@@ -28,7 +28,8 @@ curl -fsSL https://opencode.ai/install | bash
npm i -g opencode-ai@latest # 也可使用 bun/pnpm/yarn
scoop bucket add extras; scoop install extras/opencode # Windows
choco install opencode # Windows
-brew install opencode # macOS 與 Linux
+brew install anomalyco/tap/opencode # macOS 與 Linux(推薦,始終保持最新)
+brew install opencode # macOS 與 Linux(官方 brew formula,更新頻率較低)
paru -S opencode-bin # Arch Linux
mise use -g github:anomalyco/opencode # 任何作業系統
nix run nixpkgs#opencode # 或使用 github:anomalyco/opencode 以取得最新開發分支
diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx
index 4a77a1f26..bee5bd3a3 100644
--- a/packages/web/src/content/docs/index.mdx
+++ b/packages/web/src/content/docs/index.mdx
@@ -76,9 +76,11 @@ You can also install it with the following commands:
- **Using Homebrew on macOS and Linux**
```bash
- brew install opencode
+ brew install anomalyco/tap/opencode
```
+ > We recommend using the OpenCode tap for the most up to date releases. The official `brew install opencode` formula is maintained by the Homebrew team and is updated less frequently.
+
- **Using Paru on Arch Linux**
```bash