Installation¶
Tokenectomy Razor can be installed via multiple methods depending on your environment.
Method 1: Instant via npx (Recommended)¶
No Rust toolchain, native compilation, or manual path setup required:
Or install globally via npm:
Method 2: Cargo (crates.io)¶
Method 3: Build from Source¶
git clone https://github.com/Tokenectomy-Labs/Tokenectomy.git
cd Tokenectomy
cargo build --release
sudo cp target/release/razor /usr/local/bin/razor