OpenCode - AI Code Assistants Tool
Overview
OpenCode is an open-source AI coding agent that brings multi-model LLM assistance to developers via a terminal TUI, desktop/IDE integrations, and a CLI. It’s designed for privacy-first workflows: you can connect managed providers (OpenAI, Anthropic Claude, Google Gemini, Groq, AWS Bedrock, Azure, and more) or point OpenCode at self-hosted endpoints, run multiple parallel agents, and selectively grant tools permission to read, edit, or run commands in a repository. The project also integrates Language Server Protocol (LSP) feedback so agents can use type/diagnostic information when reasoning about code. ([github.com](https://github.com/opencode-ai/opencode)) OpenCode emphasizes flexible deployment and extensibility: installers and prebuilt packages are provided (curl installer, Homebrew, AUR, Go install), a config file and environment variables control providers and tools, and MCP (Model Connector Protocol) and custom tool servers can expose databases, file systems, or web APIs to agents. The product exposes multi-session support, session sharing, automatic conversation compaction to manage token windows, and a skills/hooks ecosystem (community extensions like “oh-my-opencode”) to orchestrate specialized agent teams. ([github.com](https://github.com/opencode-ai/opencode))
GitHub Statistics
- Stars: 11,194
- Forks: 1,080
- Contributors: 29
- License: MIT
- Primary Language: Go
- Last Updated: 2025-09-18T01:56:54Z
- Latest Release: v0.0.55
The project repository is MIT licensed and has substantial community interest: GitHub shows ~11k stars and ~1.1k forks, and the repo was archived on Sep 18, 2025 (the archive/redirect notes the project continued under a new name/device). Activity history includes regular commits and an issues/discussions backlog (100+ issues at the time of inspection), indicating an active user base and ongoing community troubleshooting prior to archiving. Key repo facts (stars, forks, archived status, issues) are visible on the repository page. ([github.com](https://github.com/opencode-ai/opencode)) Note: contributor counts and exact forks/stars may vary over time; repository metadata supplied with this brief lists 11,194 stars, 1,080 forks, 29 contributors, and a last commit timestamp of 2025-09-18T01:56:54Z (project metadata).
Installation
Install via brew:
curl -fsSL https://raw.githubusercontent.com/opencode-ai/opencode/refs/heads/main/install | bashbrew install opencode-ai/tap/opencodego install github.com/opencode-ai/opencode@latest# Arch Linux (AUR): yay -S opencode-ai-bin or paru -S opencode-ai-bin Key Features
- Terminal TUI built with Bubble Tea for interactive code conversations and editing.
- Multi-model support: connect OpenAI, Anthropic Claude, Google Gemini, Groq, AWS Bedrock, Azure, and local endpoints.
- LSP integration: loads language servers automatically to provide diagnostics and type-aware reasoning.
- Tool & MCP integrations: grant agents controlled access to bash, file edits, webfetch, databases via MCP servers.
- Multi-session & parallel agents: run multiple agents (Build, Plan, subagents) concurrently on the same project.
- Auto-compact summarization of conversations to preserve context near model window limits.
- Session sharing and ACLs: share session links or disable sharing; tool permissions configurable per agent.
Community
OpenCode attracted notable community interest (thousands of stars and hundreds of forks) with active issues, PRs, and community extensions (e.g., oh-my-opencode). The repository was archived on Sep 18, 2025; upstream development was continued under a successor project name (the README links to the continuation). Community resources include docs, discussions, and third-party plugins and wrappers. For up-to-date activity and forks or successor projects, check the repository and linked successor project. ([github.com](https://github.com/opencode-ai/opencode))
Key Information
- Category: Code Assistants
- Type: AI Code Assistants Tool