Skip to main content
The CodeCrafters CLI is a command-line tool that allows you to run tests & view test results from your local machine. Using the CLI is faster than using Git since you don’t need to commit your changes to run tests. The CLI is available for Mac, Linux and Windows.

Mac

Run the install script:
curl -fsSL https://codecrafters.io/install.sh | bash

Linux

Run the install script:
curl -fsSL https://codecrafters.io/install.sh | bash

Windows

Run the install script:
irm https://codecrafters.io/install.ps1 | iex