Installation
Get the CoinPaprika CLI installed on your system in under a minute.Quick install
The fastest way to install is using the official install script, which automatically detects your platform and downloads the latest release:This script works on Linux, macOS, and Windows (Git Bash/WSL). It installs to
~/.local/bin by default.What the installer does
Detect your platform
The script identifies your operating system (Linux, macOS, Windows) and architecture (x86_64, aarch64).
Download the latest release
It fetches the latest binary from the GitHub releases page matching your platform.
Install to your system
The binary is extracted and moved to
~/.local/bin (or /usr/local/bin with sudo if needed).Custom installation directory
You can override the default installation directory by setting theCOINPAPRIKA_INSTALL_DIR environment variable:
Manual installation
If you prefer to install manually or the script doesn’t work for your system:Download the release
Visit the releases page and download the archive for your platform:
- Linux x86_64:
coinpaprika-cli-vX.X.X-linux-x86_64.tar.gz - Linux aarch64:
coinpaprika-cli-vX.X.X-linux-aarch64.tar.gz - macOS x86_64:
coinpaprika-cli-vX.X.X-darwin-x86_64.tar.gz - macOS aarch64:
coinpaprika-cli-vX.X.X-darwin-aarch64.tar.gz - Windows:
coinpaprika-cli-vX.X.X-windows-x86_64.zip
Verify installation
Confirm the CLI is installed correctly:Build from source
If you want to build from source or contribute to development, you’ll need Rust installed:Install Rust
If you don’t have Rust installed, get it from rustup.rs:
Troubleshooting
Command not found
If you seecommand not found: coinpaprika-cli, your installation directory isn’t in your PATH. Add it to your shell profile:
Permission denied
If you get permission errors during installation, either:- Use the default
~/.local/bindirectory (no sudo needed) - Or install to
/usr/local/binwith sudo:
Unsupported platform
The installer supports Linux, macOS, and Windows on x86_64 and aarch64. If your platform isn’t supported, try building from source.Next steps
Quick start guide
Learn the essential commands and run your first queries