Tech News
← Back to articles

Opencode: AI coding agent, built for the terminal

read original related products more articles

AI coding agent, built for the terminal.

Installation

# YOLO curl -fsSL https://opencode.ai/install | bash # Package managers npm i -g opencode-ai@latest # or bun/pnpm/yarn brew install sst/tap/opencode # macOS paru -S opencode-bin # Arch Linux

Note: Remove versions older than 0.1.x before installing

Documentation

For more info on how to configure opencode head over to our docs.

Contributing

For any new features we'd appreciate it if you could open an issue first to discuss what you'd like to implement. We're pretty responsive there and it'll save you from working on something that we don't end up using. No need to do this for simpler fixes.

Note: Please talk to us via github issues before spending time working on a new feature

To run opencode locally you need.

... continue reading