🌐
opencode
opencode.ai › docs › github
GitHub | OpenCode
3 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
3 days 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 143K users
Forked by 16.1K users
Languages   TypeScript 58.3% | MDX 37.9% | CSS 2.9% | Rust 0.5% | Astro 0.2% | JavaScript 0.1%
🌐
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
🌐
opencode
opencode.ai › docs
Intro | AI coding agent built for the terminal
3 days ago - npm install -g opencode-ai · Using Mise · Terminal window · mise use -g github:anomalyco/opencode · Using Docker · Terminal window · docker run -it --rm ghcr.io/anomalyco/opencode · Support for installing OpenCode on Windows using Bun ...
🌐
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.
🌐
opencode
opencode.ai › download
OpenCode | Download
brew install --cask opencode-desktop · macOS (Apple Silicon)Download · macOS (Intel)Download · Windows (x64)Download · Linux (.deb)Download · Linux (.rpm)Download · [3] OpenCode Extensions · VS CodeInstall · CursorInstall · ZedInstall ...
🌐
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 5.1K users
Forked by 326 users
Languages   JavaScript
Find elsewhere
🌐
GitHub
github.com › anomalyco › opencode › releases
Releases · anomalyco/opencode
4 days ago - The open source coding agent. Contribute to anomalyco/opencode development by creating an account on GitHub.
Author   anomalyco
🌐
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
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 ·
🌐
opencode
opencode.ai › docs › cli
CLI | OpenCode
3 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 › opencode-ai
OpenCode · GitHub
OpenCode has 2 repositories available. Follow their code on GitHub.
🌐
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
🌐
Iamcristhian
blog.iamcristhian.dev › home › devops › what is opencode? complete installation and getting started guide
What is OpenCode? Installation & Getting Started — Cristhian Villegas
2 days ago - 1# Install globally with npm 2npm i -g opencode-ai@latest 3 4# Verify the installation 5opencode --version ... 1# Clone the repository 2git clone https://github.com/anomalyco/opencode.git 3cd opencode 4 5# Build (requires Go 1.22+) 6go build ...
🌐
GitHub
github.com › alvinunreal › oh-my-opencode-slim
GitHub - alvinunreal/oh-my-opencode-slim: Slimmed, cleaned and fine-tuned oh-my-opencode fork, consumes much less tokens · GitHub
8 hours ago - bunx oh-my-opencode-slim@latest install · The installer generates an OpenAI configuration by default (using gpt-5.4 and gpt-5.4-mini). No provider questions asked. For non-interactive mode: bunx oh-my-opencode-slim@latest install --no-tui --tmux=yes --skills=yes ·
Starred by 3K users
Forked by 217 users
Languages   TypeScript 98.6% | Python 1.4%