OpenCode
Properties
created
28.03.2026, 10:30
modified
01.08.2026, 11:15
published
Empty
sources
anomalyco/opencode · OpenCode Docs
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:
buildfor full-access development tasksplanfor read-only analysis and code explorationgeneralsubagent 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, orbrew 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.