opencodeRelease Channel

Direct downloads of the latest dev build. These are the same artifacts the built-in updater installs.

Version
unknown
Commit
unknown
Built (UTC)
unknown
Manifest
build-info.json

macOS

Developer ID signed and Apple notarized.

Linux

Unsigned. The archive preserves executable permissions.

Windows

Unsigned. SmartScreen may warn the first time you run it.

macOS and Linux

tar -xzf opencode-OS-ARCH.tar.gz
chmod +x opencode2
./opencode2

Windows

Expand-Archive opencode-windows-ARCH.zip .
.\opencode2.exe

Docker

IMAGE=reg.evntripr.com/evntripr/infrastructure/opencode-v2:COMMIT
docker pull "$IMAGE"
docker run --rm -it -v "$PWD:/workspace" -w /workspace "$IMAGE"