EXE
WinGet
OpenCode
opencode · 1.1.35 · 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.35
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.35
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.35/opencode-desktop-windows-x64.exe
Release Notes
Core
- Add tests
- Sync changes from upstream
- Fix models snapshot loading to prevent caching issues
- Fix Nix configuration
- Fix unicode filename handling in snapshot diff by disabling quote escaping
- Deep merge providerOptions in applyCaching to preserve nested configuration (@zerone0x)
- Construct apply_patch metadata before requesting permission in web interface (@brittlewis12)
- Remove models.dev macro
- Tell the model what model it is in the environment section of the prompt
- Retry web…