OpenCode is an open source agent that helps you write code
OpenCode is an open source agent that helps you write code
- 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
- Claude Pro: Log in with Anthropic to use your Claude Pro or Max account
- ChatGPT Plus/Pro: Log in with OpenAI to use your ChatGPT Plus or Pro account
- Any model: 75+ LLM providers through Models.dev, including local models
- Any editor: Available as a terminal interface, desktop app, and IDE extension
OpenCode is an open source agent that helps you write code
- 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
- Claude Pro: Log in with Anthropic to use your Claude Pro or Max account
- ChatGPT Plus/Pro: Log in with OpenAI to use your ChatGPT Plus or Pro account
- Any model: 75+ LLM providers through Models.dev, including local models
- Any editor: Available as a terminal interface, desktop app, and IDE extension
To install opencode, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install opencode
To see what files were installed by opencode, run:
port contents opencode
To later upgrade opencode, run:
sudo port selfupdate && sudo port upgrade opencode
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.