CoCalc CLI (Alpha)

Install the standalone CoCalc CLI in one command. This alpha is focused on project and host automation, smoke testing, and agent workflows.

Install

Copy and run this in your terminal:

curl -fsSL https://software.cocalc.ai/software/cocalc/install.sh | bash

Direct link: install.sh

Supported: Linux (x64/arm64), macOS (arm64).

The installer requires curl. Project SSH commands also require an OpenSSH client (openssh-client on Debian/Ubuntu or openssh-clients on Fedora/RHEL).

What this does

Uninstall

Remove the install directory and launcher:

rm -rf ~/.local/share/cocalc ~/.local/bin/cocalc