diff --git a/README.md b/README.md
index 551456f3..ffec47dc 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ scoop bucket add extras; scoop install extras/opencode # Windows
choco install opencode # Windows
brew install opencode # macOS and Linux
paru -S opencode-bin # Arch Linux
+mise use --pin -g ubi:sst/opencode # Any OS
```
> [!TIP]
diff --git a/packages/web/src/components/Lander.astro b/packages/web/src/components/Lander.astro
index 421b2a5c..2335ce3c 100644
--- a/packages/web/src/components/Lander.astro
+++ b/packages/web/src/components/Lander.astro
@@ -131,6 +131,18 @@ if (image) {
+
+
Mise
+
+
diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx
index 701e7539..c4762337 100644
--- a/packages/web/src/content/docs/index.mdx
+++ b/packages/web/src/content/docs/index.mdx
@@ -106,6 +106,12 @@ You can also install it with the following commands:
npm install -g opencode-ai
```
+- **Using Mise**
+
+ ```bash
+ mise use --pin -g ubi:sst/opencode
+ ```
+
Support for installing OpenCode on Windows using Bun is currently in progress.
You can also grab the binary from the [Releases](https://github.com/sst/opencode/releases).