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
What this does
- Downloads the platform-specific SEA binary.
- Downloads the minimal tools bundle (rg, fd, ouch).
- Installs into
~/.local/share/cocalc-plus(XDG aware). -
Creates
~/.local/bin/cocalc-plusand adds it to PATH if needed.
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).