opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix: Remove platform checking logic for Windows

Open averageCryptoNerd opened this issue 1 month ago • 1 comments

Windows doesn't natively support bash scripts, therefore there is no need to check if the platform contains Windows. A full changelog is below.

  • Removed Windows-x64 from supported targets
  • Removed fallback unzip/curl logic used only for Windows

averageCryptoNerd avatar Dec 09 '25 04:12 averageCryptoNerd

Did you read the original pr? https://github.com/sst/opencode/pull/2100

windows users using git bash can use this script to install

rekram1-node avatar Dec 11 '25 04:12 rekram1-node