Download

Download KiduCode

Installation commands are shown early so teams can plan around the future CLI rollout, but they should be treated as placeholders until the first public release.

Primary install commands

curl -fsSL https://kiducode.com/install | bash
npm i -g kiducode

The final install commands will be updated after the first public package release.

macOS

curl -fsSL https://kiducode.com/install | bash
brew install kiducode/tap/kiducode

Linux

curl -fsSL https://kiducode.com/install | bash
npm i -g kiducode

Windows

npm i -g kiducode
git clone https://github.com/kiducode/kiducode.git
cd kiducode

GitHub source

Until official package releases arrive, the source repository is the most transparent way to evaluate the project.

Build from source

git clone https://github.com/kiducode/kiducode.git
cd kiducode

Full source build instructions will be documented once the public release pipeline is finalized.