|
|
hai 7 meses | |
|---|---|---|
| .github | hai 7 meses | |
| infra | hai 7 meses | |
| packages | hai 7 meses | |
| patches | hai 8 meses | |
| scripts | hai 7 meses | |
| sdks | hai 7 meses | |
| .editorconfig | hai 7 meses | |
| .gitignore | hai 7 meses | |
| AGENTS.md | hai 7 meses | |
| LICENSE | hai 8 meses | |
| README.md | hai 7 meses | |
| STATS.md | hai 7 meses | |
| bun.lock | hai 7 meses | |
| bunfig.toml | hai 8 meses | |
| install | hai 7 meses | |
| opencode.json | hai 7 meses | |
| package.json | hai 7 meses | |
| sst-env.d.ts | hai 7 meses | |
| sst.config.ts | hai 8 meses | |
| stainless-workspace.json | hai 7 meses | |
| stainless.yml | hai 7 meses | |
| tsconfig.json | hai 7 meses |
AI coding agent, built for the terminal.
# 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
For more info on how to configure opencode head over to our docs.
WE DO NOT ACCEPT PRs FOR CORE FEATURES
opencode is an opinionated tool so any fundamental feature needs to go through a design process with the core team.
However we still merge a ton of PRs - you can contribute:
Take a look at the git history to see what kind of PRs we end up merging.
Note: If you do not follow the above guidelines we might close your PR that you worked really hard on.
To run opencode locally you need.
And run.
$ bun install
$ bun run packages/opencode/src/index.ts
API Client: After making changes to the TypeScript API endpoints in packages/opencode/src/server/server.ts, you will need the opencode team to generate a new stainless sdk for the clients.
It's very similar to Claude Code in terms of capability. Here are the key differences:
The other confusingly named repo has no relation to this one. You can read the story behind it here.