Install Cargo Mate

Your First Mate for Rust Development

CARGO cargo mate Ready to set sail! ⚓

📋 Prerequisites

Rust 1.70 or higher
Cargo installed
Git (optional)
2 minutes of time

Quick & Dirty - for smooth sailing

curl -sSL https://get.cargo.do/mate | bash

This script automatically detects your platform and installs the latest pre-compiled binary.

📦

Install from Crates.io

RECOMMENDED
cargo install cargo-mate
  • 1 Open your terminal
  • 2 Run the install command above
  • 3 Wait for compilation (takes ~2 minutes)
  • 4 Run cm install && cm activate in your project
🔧

Build from Source

git clone https://github.com/cyber-boost/cargo-mate.git
cd cargo-mate && cargo build --release
sudo cp target/release/cm /usr/local/bin/
cm install && cm activate
git clone https://github.com/cyber-boost/cargo-mate.git
cd cargo-mate && cargo build --release
copy target\release\cm.exe %USERPROFILE%\.cargo\bin\
cm install && cm activate
⚠️ Building from source requires ~5 minutes of compilation time

Verify Installation

cm --version
🎉 cargo-mate v1.0.0 installed successfully!

You should see: cargo-mate 1.0.0

🚀 Ready to Set Sail!

Initialize cargo-mate in your Rust project:

cd your-project && cm install && cm activate
Start Your Journey →

Your First Commands:

$ cm install && cm activate                # Auto-build release
$ cm anchor save v1    # Save project state
$ cm journey record    # Record workflow
$ cm checklist        # View error checklist

💡 Free tier includes ALL features with 10 commands per day

Upgrade to Pro ($10.10/month) for unlimited commands click here