← All open source projects

OpenCode

anomalyco/opencode

OpenCode is an open source coding agent from the wave of AI tools for working with code, terminal tasks, and developer workflows.

Forks 20,504
Author anomalyco
Language TypeScript
License MIT
Synced 2026-06-07

What OpenCode is

OpenCode is an open source AI coding agent. The README shows a terminal UI, opencode.ai, the opencode-ai npm package, an install script, and a beta desktop app. The repository is mainly TypeScript and contains multiple packages including console and web pieces.

It belongs to the new developer-tooling category where an agent works next to a codebase: reading files, running tasks, changing code, and driving workflow through a terminal interface. It is not just a classic IDE plugin.

How the entry path works

The README offers installation through an install script or npm/pnpm/yarn/bun. It also links README translations in many languages, including Russian, Chinese, Korean, German, French, and more, which signals an international developer audience.

Installing OpenCode

The README supports an install script and a global npm package.

Language: Bash
curl -fsSL https://opencode.ai/install | bash

# or
npm i -g opencode-ai@latest

Why it is interesting

OpenCode is trying to make the coding agent a standalone product with terminal UI, docs, desktop direction, and naming guidance for related projects. It is more than a small demo around an LLM API.

Limits

For any coding agent, permissions, diff quality, rollback, logs, model cost, and local-file safety matter. OpenCode may change quickly, so releases, docs, and issues for the exact version are important.