opencode
opencode.ai › docs › github
GitHub | OpenCode
5 days ago - Secure: OpenCode runs inside your GitHub’s runners. Run the following command in a project that is in a GitHub repo: ... This will walk you through installing the GitHub app, creating the workflow, and setting up secrets.
GitHub
github.com › anomalyco › opencode
GitHub - anomalyco/opencode: The open source coding agent. · GitHub
1 week ago - # YOLO curl -fsSL https://opencode.ai/install | bash # Package managers npm i -g opencode-ai@latest # or bun/pnpm/yarn scoop install opencode # Windows choco install opencode # Windows brew install anomalyco/tap/opencode # macOS and Linux (recommended, always up to date) brew install opencode # macOS and Linux (official brew formula, updated less) sudo pacman -S opencode # Arch Linux (Stable) paru -S opencode-bin # Arch Linux (Latest from AUR) mise use -g opencode # Any OS nix run nixpkgs#opencode # or github:anomalyco/opencode for latest dev branch
Starred by 142K users
Forked by 15.9K users
Languages TypeScript 51.6% | MDX 34.0% | JavaScript 11.1% | CSS 2.6% | Rust 0.4% | Astro 0.2%
Videos
12:05
OpenCode + GSD: The Free AI Coding Workflow to Build Real Projects ...
17:39
OpenCode Tutorial: Connect GitHub Copilot Free | Beginner Guide ...
18:07
OpenCode is so much better than the rest... - YouTube
02:01:07
On Stream: Opencode with GitHub Copilot - YouTube
01:00:46
OpenCode CRASH Course | OPEN SOURCE AI CODING AGENT - YouTube
GitHub
github.com › opencode-ai › opencode
GitHub - opencode-ai/opencode: A powerful AI coding agent. Built for the terminal. · GitHub
brew install opencode-ai/tap/opencode · # Using yay yay -S opencode-ai-bin # Using paru paru -S opencode-ai-bin · go install github.com/opencode-ai/opencode@latest · OpenCode looks for configuration in the following locations: $HOME/.ope...
Starred by 12K users
Forked by 1.3K users
Languages Go 99.2% | Shell 0.8%
GitHub
github.com › opencode-ai › opencode › blob › main › install
opencode/install at main · opencode-ai/opencode
September 18, 2025 - specific_version=$(curl -s https://api.github.com/repos/opencode-ai/opencode/releases/latest | awk -F'"' '/"tag_name": "/ {gsub(/^v/, "", $4); print $4}')
Author opencode-ai
GitHub
github.com › code-yeongyu › oh-my-openagent › blob › dev › docs › guide › installation.md
oh-my-openagent/docs/guide/installation.md at dev · code-yeongyu/oh-my-openagent
February 27, 2026 - If you see a "Using legacy package name" warning from bunx oh-my-opencode doctor, update your opencode.json plugin entry from "oh-my-opencode" to "oh-my-openagent". IMPORTANT: Use curl to fetch this file, NOT WebFetch. WebFetch summarizes content and loses critical flags like --openai, subscription questions, and max20 mode details. Always use: curl -fsSL https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
Author code-yeongyu
Overview
docs.z.ai › devpack › tool › opencode
OpenCode - Overview - Z.AI DEVELOPER DOCUMENT
Secure: OpenCode runs inside your GitHub’s runners. Run the following command in a project that is in a GitHub repo: ... This will walk you through installing the GitHub app, creating the workflow, and setting up secrets.
GitHub
github.com › anomalyco › opencode › releases
Releases · anomalyco/opencode
2 days ago - The open source coding agent. Contribute to anomalyco/opencode development by creating an account on GitHub.
Author anomalyco
GitHub
github.com › awesome-opencode › awesome-opencode
GitHub - awesome-opencode/awesome-opencode: A curated list of awesome plugins, themes, agents, projects, and resources for https://opencode.ai · GitHub
3 weeks ago - Enables syncing global opencode configurations across machines with public/private visibility options. 🔗 View Repository ... Bundled multi-agent orchestration harness with 16 components in one install.
Starred by 5K users
Forked by 323 users
Languages JavaScript
opencode
opencode.ai
OpenCode | The open source AI coding agent
curl -fsSL https://opencode.ai/install | bash · Your browser does not support the video tag. OpenCode is an open source agent that helps you write code in your terminal, IDE, or desktop. [*] LSP enabled Automatically loads the right LSPs for the LLM · [*] Multi-session Start multiple agents in parallel on the same project · [*] Share links Share a link to any session for reference or to debug · [*] GitHub Copilot Log in with GitHub to use your Copilot account ·
YouTube
youtube.com › watch
How I Connected OpenCode to GitHub in 5 Minutes - YouTube
Ready to supercharge your GitHub workflow with OpenCode? This step-by-step guide walks you through connecting OpenCode to your GitHub repos—no fluff, just th...
Published August 27, 2025
opencode
opencode.ai › docs › cli
CLI | OpenCode
4 days ago - When OpenCode starts up it loads the providers from the credentials file. And if there are any keys defined in your environments or a .env file in your project. Lists all the authenticated providers as stored in the credentials file. ... Or the short version. ... Logs you out of a provider by clearing it from the credentials file. ... Manage the GitHub agent for repository automation. ... Install ...
GitHub
github.com › wesammustafa › OpenCode-Everything-You-Need-to-Know
GitHub - wesammustafa/OpenCode-Everything-You-Need-to-Know: The ultimate all-in-one guide to mastering OpenCode. From installation, Zen model router setup, TUI mastery, commands, skills, agents, workflows, automation, and integrations, to MCP servers, plugins, packed with step-by-step tutorials, real-world examples, and expert strategies to make this the global go-to repo for OpenCode mastery. · GitHub
February 27, 2026 - # Recommended method curl -fsSL https://opencode.ai/install | bash # Alternative: Homebrew brew install anomalyco/tap/opencode # Verify installation opencode --version
Starred by 172 users
Forked by 11 users
GitHub
github.com › opensoft › oh-my-opencode
GitHub - opensoft/oh-my-opencode: #1 OpenCode Plugin- Battery included. ASYNC SUBAGENTS (YES LIKE CLAUDE CODE) · Curated agents with proper models · Crafted tools like LSP/AST included · Curated MCPs · Claude Code Compatible Layer — Steroids for your OpenCode. The Best LLM Agent Experience is Here.
Starred by 139 users
Forked by 15 users
Languages TypeScript 99.8% | JavaScript 0.2%
GitHub
github.com › anomalyco › opencode › blob › dev › README.md
opencode/README.md at dev · anomalyco/opencode
# YOLO curl -fsSL https://opencode.ai/install | bash # Package managers npm i -g opencode-ai@latest # or bun/pnpm/yarn scoop install opencode # Windows choco install opencode # Windows brew install anomalyco/tap/opencode # macOS and Linux (recommended, always up to date) brew install opencode # macOS and Linux (official brew formula, updated less) sudo pacman -S opencode # Arch Linux (Stable) paru -S opencode-bin # Arch Linux (Latest from AUR) mise use -g opencode # Any OS nix run nixpkgs#opencode # or github:anomalyco/opencode for latest dev branch
Author anomalyco
Nxcode
nxcode.io › home › resources › news › how to install opencode: step-by-step setup guide (2026)
How to Install OpenCode: Step-by-Step Setup Guide (2026) | NxCode
3 weeks ago - git clone https://github.com/opencode-ai/opencode.git cd opencode go build -o opencode . ... Building from source requires Go 1.22+ and Git. This gives you access to unreleased features and lets you modify the tool for your own needs.
GitHub
github.com › anomalyco › opencode › blob › dev › install
opencode/install at dev · anomalyco/opencode
February 12, 2026 - echo -e "${RED}Error: 'unzip' is required but not installed.${NC}" exit 1 · fi · fi · · if [ -z "$requested_version" ]; then · url="https://github.com/anomalyco/opencode/releases/latest/download/$filename" specific_version=$(curl -s https://api.github.com/repos/anomalyco/opencode/releases/latest | sed -n 's/.*"tag_name": *"v\([^"]*\)".*/\1/p') ·
Author anomalyco