ZIP
WinGet
opencode
SST · 1.1.14 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
opencode-windows-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
SST.opencode
Version
1.1.14
Description
The AI coding agent built for the terminal.
License
MIT
↗
Homepage
https://opencode.ai/
Installer URL
https://github.com/anomalyco/opencode/releases/download/v1.1.14/opencode-windows-x64.zip
Release Notes
Core
- Support resource content type in MCP tool output (@antigremlin)
- Check worktree for external_directory permission in subdirectories (@dmmulroy)
- Bump Copilot plugin version
TUI
- Add clickable navigation to subagent header
- Add mouse hover and click support to questions tool (@indeep99)
- Fix prompt ref initialization to prevent undefined reference errors
- Refactor event streaming in TUI to use SDK instead of manual RPC subscription
- Fix cursor position when pasting single-line text…