Install the CLI

2 min readLast updated 2026-04-18

Install via npm, yarn, or pnpm. Verify your installation and troubleshoot common issues.

The Check Studio CLI is the primary interface for running tests locally, managing projects, and connecting to CI/CD pipelines.

npm (recommended)

npm install -g @checkstudio/cli
bash

Yarn

yarn global add @checkstudio/cli
bash

pnpm

pnpm add -g @checkstudio/cli
bash

Verify installation

checkstudio --version
bash

Troubleshooting

If the command is not found, ensure your global npm bin directory is in your PATH. Run npm bin -g to find the path.

Was this article helpful?

Still have questions?

Our support team is here to help. Reach out directly or search the docs.