# OpenCode > TODO Open source AI coding agent. 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) 1. [Sources](#sources) ## TL;DR
Setup ```sh # Install brew install 'anomalyco/tap/opencode' # or 'opencode' docker run -it --rm 'ghcr.io/anomalyco/opencode' mise use -g 'opencode' nix run 'nixpkgs#opencode' npm i -g 'opencode-ai@latest' paru -S 'opencode-bin' # Desktop app brew install --cask 'opencode-desktop' ```
## Further readings - [Website] - [Codebase] - [Claude Code] - [Gemini CLI] ### Sources - [Documentation] [Claude Code]: claude/claude%20code.md [Gemini CLI]: gemini/cli.md [Codebase]: https://github.com/anomalyco/opencode [Documentation]: https://opencode.ai/docs [Website]: https://opencode.ai