Search

Search IconIcon to open search

OpenCode

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 28.03.2026, 10:30
modified 01.08.2026, 11:15
published Empty
topics Coding Agent, Agent Harness, Terminal Workflow
authors Jakub
ai-assisted Yes
  • OpenCode is an open-source AI coding agent focused on terminal-first development workflows.
  • Related: Agent Harness

# Highlights

  • Provider-agnostic and compatible with multiple model providers.
  • Built-in agent modes:
    • build for full-access development tasks
    • plan for read-only analysis and code exploration
    • general subagent for complex multi-step searches and tasks
  • Designed around a TUI and client/server architecture.

# Installation

  • Script install: curl -fsSL https://opencode.ai/install | bash
  • Package managers: npm i -g opencode-ai@latest, brew install anomalyco/tap/opencode, or brew install opencode
  • Optional desktop app: Releases, Download page

# Notes

  • FAQ positioning highlights differences vs Claude Code: open source, provider flexibility, LSP support, and terminal-first UX.
  • For latest stars and releases, check the GitHub repository directly.