Install CLI Tools

How to download and install the Drycc CLI tools.

Drycc Workflow Client CLI

The Drycc command-line interface (CLI) lets you interact with Drycc Workflow. Use the CLI to create, configure, and manage applications.

Install the drycc client for Linux or macOS with:

$ curl -sfL https://www.drycc.cc/install-cli.sh | bash -

For other platforms, please visit: https://github.com/drycc/workflow-cli/releases

The installer places the drycc binary in your current directory, but you should move it somewhere in your $PATH:

$ sudo ln -fs $PWD/drycc /usr/local/bin/drycc

or:

$ sudo mv $PWD/drycc /usr/local/bin/drycc

Check your work by running drycc version:

$ drycc version
v1.1.0

Update the workflow CLI to the latest release:

$ drycc update

Last modified 11.10.2025: chore(zh-cn): 优化中文文档 (931e2de)