Skip to content

Installation

Requirements

  • Rust stable toolchain (1.91 or later)

If you don't have Rust installed, get it from rustup.rs.

Install from crates.io

cargo install graphcal --locked

This downloads Graphcal from crates.io, builds it, and installs the graphcal binary to ~/.cargo/bin/.

Verify Installation

graphcal --version

Editor Setup

For the best experience, set up editor integration to get syntax highlighting, diagnostics, and inlay hints showing computed values. See Editor Setup for VS Code, Zed, Helix, and Neovim instructions.

Next Steps

Proceed to the Tutorial to write your first Graphcal file.