Download Latest Version opencode-darwin-arm64.zip (37.7 MB)
Email in envelope

Get an email when there's a new version of OpenCode

Home / v1.16.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-06-05 3.2 kB
v1.16.0 source code.tar.gz 2026-06-05 53.7 MB
v1.16.0 source code.zip 2026-06-05 56.5 MB
latest-mac.yml 2026-06-05 703 Bytes
latest-linux-arm64.yml 2026-06-05 583 Bytes
latest-linux.yml 2026-06-05 583 Bytes
latest.yml 2026-06-05 383 Bytes
latest.json 2026-06-05 9.6 kB
opencode-desktop-win-arm64.exe 2026-06-05 120.4 MB
opencode-desktop-win-arm64.exe.blockmap 2026-06-05 126.0 kB
opencode-desktop-mac-x64.app.tar.gz 2026-06-05 148.0 MB
opencode-desktop-mac-x64.zip 2026-06-05 140.9 MB
opencode-desktop-mac-x64.zip.blockmap 2026-06-05 147.9 kB
opencode-desktop-mac-x64.dmg 2026-06-05 147.1 MB
opencode-desktop-mac-x64.dmg.blockmap 2026-06-05 153.6 kB
opencode-desktop-linux-aarch64.rpm 2026-06-05 92.3 MB
opencode-desktop-mac-arm64.app.tar.gz 2026-06-05 139.6 MB
opencode-desktop-mac-arm64.zip 2026-06-05 132.8 MB
opencode-desktop-mac-arm64.zip.blockmap 2026-06-05 138.8 kB
opencode-desktop-mac-arm64.dmg 2026-06-05 138.9 MB
opencode-desktop-mac-arm64.dmg.blockmap 2026-06-05 146.7 kB
opencode-desktop-win-x64.exe 2026-06-05 118.9 MB
opencode-desktop-win-x64.exe.blockmap 2026-06-05 125.1 kB
opencode-desktop-linux-x86_64.rpm 2026-06-05 97.3 MB
opencode-desktop-linux-arm64.deb 2026-06-05 107.3 MB
opencode-desktop-linux-arm64.AppImage 2026-06-05 144.4 MB
opencode-desktop-linux-amd64.deb 2026-06-05 112.6 MB
opencode-windows-arm64.zip 2026-06-05 49.4 MB
opencode-windows-x64-baseline.zip 2026-06-05 50.9 MB
opencode-windows-x64.zip 2026-06-05 50.9 MB
opencode-desktop-linux-x86_64.AppImage 2026-06-05 144.1 MB
opencode-linux-arm64.tar.gz 2026-06-05 50.2 MB
opencode-linux-x64-baseline-musl.tar.gz 2026-06-05 49.0 MB
opencode-linux-arm64-musl.tar.gz 2026-06-05 48.8 MB
opencode-linux-x64-baseline.tar.gz 2026-06-05 50.2 MB
opencode-linux-x64-musl.tar.gz 2026-06-05 49.0 MB
opencode-linux-x64.tar.gz 2026-06-05 50.2 MB
opencode-darwin-arm64.zip 2026-06-05 36.9 MB
opencode-darwin-x64-baseline.zip 2026-06-05 39.2 MB
opencode-darwin-x64.zip 2026-06-05 39.2 MB
Totals: 40 Items   2.5 GB 2

Core

Improvements

  • Added managed workspace cloning that keeps dirty and untracked files.
  • Added moving sessions between workspaces and directories.
  • Added proper OpenAI model support through AWS Bedrock.
  • Added skill discovery and file-based agent loading.
  • Updated GitHub Copilot usage tracking for token-based billing.
  • Added run --replay for interactive session replay.
  • Improved startup time. (@StarpTech)

Bugfixes

  • Added Vue syntax highlighting.
  • Restored full ACP session replay when loading saved sessions. (@imnotlxy)
  • Fixed shell cancellation races.
  • Fixed SAP AI Core OpenAI reasoning variants. (@jerome-benoit)
  • Fixed delegated tasks losing their selected reasoning variant.
  • Fixed OpenAI websocket sessions getting stuck idle.
  • Fixed Windows path normalization in migrated storage.
  • Fixed prompt corruption when pasting near wide characters. (@dauphinYan)
  • Fixed ACP cancel so it aborts the active run. (@smagnuso)
  • Fixed SAP AI Core Anthropic Opus 4.7+ adaptive reasoning. (@jerome-benoit)

TUI

Improvements

  • Improved the experimental session switcher.
  • Truncated long sidebar file paths.

Bugfixes

  • Show a toast when the variant hotkey is used with no variants. (@ariane-emory)
  • Routed question responses to the right session directory.
  • Stopped the background task spinner from sticking.

Desktop

Improvements

  • Added color themes. (@arvsrn)
  • Show local server startup failures in the app.
  • Added a thinking level selector for v2 prompts.
  • Added a Servers tab in Settings.
  • Added an update button. (@arvsrn)

Bugfixes

  • Fixed session review refresh and VCS diff caching.
  • Hid update actions when desktop updates are unavailable.
  • Fixed tab title truncation and close button placement.
  • Show project sessions before path sync finishes. (@mhart)

SDK

  • Exposed session location data in v2 responses.

Extensions

Bugfixes

  • GitHub now refuses to commit without an existing git author identity. (@ulises-jeremias)

Thank you to 10 community contributors:

  • @jerome-benoit:
  • fix(opencode): support sap-ai-core anthropic opus 4.7+ adaptive reasoning (#29991)
  • fix(opencode): route SAP AI Core reasoning variants through modelParams (#30482)
  • @mhart:
  • fix(app): show project sessions before path sync resolves (#30167)
  • @smagnuso:
  • fix(acp): honor session/cancel by aborting the running turn (#30145)
  • @dauphinYan:
  • fix(tui): prevent prompt corruption when pasting near wide characters (#29710)
  • @arvsrn:
  • feat(app): v2 desktop UI improvements (#29689)
  • feat(app): polish home projects list UI (#30436)
  • feat(app): polish select-v2 component (#30446)
  • feat(app): new update button (#30460)
  • feat(app): color themes (#30824)
  • @StarpTech:
  • refactor(opencode): improve startup time by 38% (#30453)
  • @ulises-jeremias:
  • fix(github): enforce existing git author identity (#30507)
  • fix(opencode): fallback to sh for curl upgrade (#30499)
  • @ariane-emory:
  • fix(tui): show toast when variant_list keybind used with no variants (#30724)
  • @imnotlxy:
  • fix(opencode): ACP.loadSession should replay all messages (#30761)
  • @colinhacks:
  • fix: bump @openrouter/ai-sdk-provider to 2.9.0 (#30800)
Source: README.md, updated 2026-06-05