macOS
curl -fsSL https://kiducode.com/install | bash
brew install kiducode/tap/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.
curl -fsSL https://kiducode.com/install | bash
brew install kiducode/tap/kiducode
curl -fsSL https://kiducode.com/install | bash
npm i -g kiducode
npm i -g kiducode
git clone https://github.com/kiducode/kiducode.git
cd kiducode
Until official package releases arrive, the source repository is the most transparent way to evaluate the project.
git clone https://github.com/kiducode/kiducode.git
cd kiducode
Full source build instructions will be documented once the public release pipeline is finalized.