Skip to content

Installation

Install only the surface your application uses.

Terminal window
curl -fsSL https://graft.eidos.space/install.sh | sh
graft --version

The installer downloads the latest published binary for the current platform. To pin a release:

Terminal window
curl -fsSL https://graft.eidos.space/install.sh \
| GRAFT_VERSION=0.15.5 sh

Prebuilt archives are also available from GitHub Releases.

Once installed, update the current CLI in place with:

Terminal window
graft upgrade

The source build requires Rust 1.91 or newer:

Terminal window
git clone https://github.com/eidos-space/graft.git
cd graft
cargo build -p graft-cli --bin graft --release
./target/release/graft --version

Add target/release/graft to PATH if you intend to use the source build outside the repository.