Skip to main content

Install Coco

Get started with Coco in minutes. Select your operating system below.

1
Remove previous install

If you have a previous version installed:

rm -rf ~/.coco/bin
2
Download & extract

Download from Releases and extract:

mkdir -p ~/.coco/bin
tar -C ~/.coco/bin -xzf coco-*-macos-*.tar.gz
3
Add to PATH

Add to ~/.zshrc or ~/.bashrc:

export PATH="$PATH:$HOME/.coco/bin"

Then reload your shell:

source ~/.zshrc
4
Verify installation
coco version

Editor Support

Coco for VS Code
Syntax highlighting & tooling support