The open source AI coding agent.
Note
This is the alphacode fork — it is not published to any package registry; the only supported install is building from source. (Looking for the published opencode project this fork tracks? Use its own install channels.)
git clone https://github.com/mdev34-lab/alphacode.git
cd alphacode
bun install
./packages/opencode/script/build.ts --single
# binary: ./packages/opencode/dist/alphacode-<platform>/bin/alphacode (e.g. linux-x64, darwin-arm64)Note: the executable is now named
alphacode. Config and data paths (~/.opencode) are unchanged.