Opencode

Version: 1.1.12 darwin linux

How is this different than Claude Code?

It’s very similar to Claude Code in terms of capability. Here are the key differences:

Installation Instructions

Linux

Download Opencode
{
  "url": "{{ .SVar `.tool.opencode.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.opencode.download.filename` }}",
  "overwrite": false
}
Extract Opencode Release
{
  "destination": "{{ .PTools }}/opencode/{{ .SVar `.tool.opencode.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.opencode.download.filename` }}"
}

MacOS

Download Opencode
{
  "url": "{{ .SVar `.tool.opencode.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.opencode.download.filename` }}",
  "overwrite": false
}
Extract Opencode Release
{
  "destination": "{{ .PTools }}/opencode/{{ .SVar `.tool.opencode.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.opencode.download.filename` }}"
}

Binaries