npm i -g @jup-ag/cliAuto-detects the best install method (volta > npm > standalone binary):
curl -fsSL https://raw.githubusercontent.com/jup-ag/cli/main/scripts/install.sh | bashDownload the latest binary from GitHub releases:
curl -fsSL https://github.com/jup-ag/cli/releases/latest/download/jup-linux-x64 -o jup
chmod +x jup
sudo mv jup /usr/local/bin/Replace jup-linux-x64 with the appropriate binary for your platform (jup-darwin-arm64, jup-darwin-x64, etc.).
Requires Bun.
git clone https://github.com/jup-ag/cli.git
cd cli
bun install
bun build src/index.ts --compile --outfile jup
sudo mv jup /usr/local/bin/