CoCalc Launchpad (Alpha)
Install CoCalc Launchpad with a single command. This is an early alpha channel for rapid iteration and testing.
Install
Copy and run this in your terminal:
curl -fsSL https://software.cocalc.ai/software/cocalc-launchpad/install.sh | bash
What this does
- Downloads the platform-specific Launchpad manifest.
- Downloads and verifies the corresponding SEA artifact.
- Installs into
~/.local/share/cocalc-launchpad(XDG aware). -
Creates
~/.local/bin/cocalc-launchpadand adds it to PATH if needed.
Uninstall
Remove the install directory and launcher:
rm -rf ~/.local/share/cocalc-launchpad ~/.local/bin/cocalc-launchpad