You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,29 @@
14
14
> | --- | ----------- | -- |
15
15
> | TUI: `Ctrl+V` text paste on Windows | Pasting text in the TUI prompt was a no-op under Bun on Windows. Now reads text via PowerShell `Get-Clipboard -Raw` alongside the existing image probe |[#97](https://github.com/alexyaroshuk/opencode/pull/97)|
16
16
>
17
-
> ### Install the fork CLI (Windows)
17
+
> ### Install (Windows)
18
+
>
19
+
> **TUI / CLI** — open PowerShell, paste, hit Enter:
> Installs `opencode-fork.exe` to `%LOCALAPPDATA%\opencode-fork` and adds it to PATH. Coexists with upstream `opencode`. Open a new shell, run `opencode-fork`.
25
+
> Downloads the latest fork release, extracts `opencode-fork.exe` to `%LOCALAPPDATA%\opencode-fork`, adds it to your user PATH. Coexists with upstream `opencode`. Open a new shell and run `opencode-fork`.
26
+
>
27
+
> **Desktop app** — download the installer from the [latest release](https://github.com/alexyaroshuk/opencode/releases/latest) and run it:
28
+
>
29
+
> - `opencode-desktop-win-x64.exe` — Electron installer for the desktop app
30
+
>
31
+
> **Release assets at a glance**
32
+
>
33
+
> | File | What it is |
34
+
> | ---- | ---------- |
35
+
> | `install-fork.ps1` | PowerShell installer for the CLI/TUI. Run it via the one-liner above |
36
+
> | `opencode-fork-windows-x64.zip` | Windows CLI/TUI binary. The PowerShell installer downloads this for you, but you can also unzip it manually and drop `opencode-fork.exe` anywhere on your PATH |
37
+
> | `opencode-desktop-win-x64.exe` | Desktop app installer (Electron). Run it to install the GUI |
38
+
> | `latest.yml` | Update manifest used by the desktop app's auto-updater — ignore |
39
+
> | Source code (zip/tar.gz) | GitHub-generated source archives — ignore unless you want to build from source |
0 commit comments