cargo install calcit
Installation
To install Calcit, you first need to install Rust. Then, you can install Calcit using Rust's package manager:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
After installing Rust, install Calcit with:
cargo install calcit
Once installed, Calcit is available as a command-line tool. You can test it with:
cr eval "echo |done"
Binaries
Several binaries are included:
cr: the main command-line tool for running Calcit programsbundle_calcit: bundles Calcit code into acompact.cirrufilecaps: downloads Calcit packagescr-mcp: provides a Model Context Protocol (MCP) server for Calcit compact filescr-sync: syncs changes fromcompact.cirruback tocalcit.cirru
Another important command is ct, which is the "Calcit Editor" and is available in a separate repository.