CoCalc CLI (Alpha)
Install the standalone CoCalc CLI in one command. This alpha is focused on workspace 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
What this does
- Downloads the platform-specific CoCalc CLI manifest.
- Downloads and verifies the corresponding compressed SEA binary.
- Installs into
~/.local/share/cocalc(XDG aware). -
Creates
~/.local/bin/cocalcand adds it to PATH if needed.
Uninstall
Remove the install directory and launcher:
rm -rf ~/.local/share/cocalc ~/.local/bin/cocalc