EXE
WinGet
OpenCode
opencode · 1.1.49 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
opencode-desktop-windows-x64.exe /S
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OpenCode
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
1.1.49
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
opencode-desktop-windows-x64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
SST.OpenCodeDesktop
Version
1.1.49
Description
OpenCode is an open source agent that helps you write and run code with any AI model. It''s available as a terminal-based interface, desktop app, or IDE extension.
License
MIT
↗
Homepage
https://opencode.ai/
Installer URL
https://github.com/anomalyco/opencode/releases/download/v1.1.49/opencode-desktop-windows-x64.exe
Release Notes
Core
- Revert pull request that was mistakenly merged
- Add --mdns-domain flag to customize mDNS hostname (@luiz290788)
- Added and deleted file status now correctly calculated in app
- Add User-Agent header for GitLab AI Gateway requests (@vglafirov)
- Add Ormolu code formatter for Haskell (@mimi1vx)
- Use OpenTUI OSC52 clipboard implementation
- Convert system message content to string for Copilot provider (@jogi47)
- Give OPENCODE_CONFIG_CONTENT proper priority for setting config based on doc…