Metaboss
The Metaplex NFT-standard Swiss Army Knife tool.
Install / Use
/learn @samuelvanderwaal/MetabossREADME
Metaboss

Overview
A command-line tool for managing Solana NFTs and tokens via the Metaplex standard. Mint, update, transfer, burn, verify, decode, snapshot, and airdrop — for both legacy Token Metadata and Metaplex Core assets.
See the docs for full usage instructions. Suggestions and PRs welcome!
Use at your own risk. Always test commands on devnet before running against production NFTs.
Installation
Install Binary
Copy the following to a terminal:
bash <(curl -sSf https://raw.githubusercontent.com/samuelvanderwaal/metaboss/main/scripts/install.sh)
If you get errors you may need dependencies:
Ubuntu:
sudo apt install libudev-dev pkg-config
Binaries
Linux and macOS binaries are available in releases.
Install From crates.io
cargo install metaboss
Install From Source
Requires Rust 1.75 or later.
Install Rust.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Clone the source:
git clone git@github.com:samuelvanderwaal/metaboss.git
or
git clone https://github.com/samuelvanderwaal/metaboss.git
Change directory and check out the main branch:
cd metaboss
git checkout main
Install or build with Rust:
cargo install --path ./
or
cargo build --release
Contact
Email: sam@vanderwaal.dev
Twitter: @samvwaal
Discord: @archaeopteryx#7615
