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
What this does
- Downloads the platform-specific CoCalc CLI manifest.
- Downloads and verifies the corresponding CLI runtime bundle.
-
Bundles the required Linux
libatomicruntime privately; no systemlibatomicpackage is required. - 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