CoCalc Plus (Alpha)

Install the CoCalc Plus single-file runtime and a small, curated tools bundle (rg, fd, ouch) in one command. This is an early alpha intended for fast testing.

Install

Copy and run this in your terminal:

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

Direct link: install.sh

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

What this does

Uninstall

Remove the install directory and launcher:

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

If the installer added PATH modifications, remove the line it appended to your shell rc file (e.g. ~/.bashrc, ~/.zshrc, or ~/.config/fish/config.fish).