Getting Started
Installation
Install pixcli on macOS, Linux, or Windows
Quick Install
From crates.io (recommended)
cargo install pixcliFrom source
git clone https://github.com/pixcli/pixcli
cd pixcli
cargo install --path .Verify installation
pixcli --versionExpected output:
pixcli 0.1.0Requirements
- Rust 1.75+ (for building from source)
- OpenSSL development libraries (for mTLS with the Efí API)
Platform Notes
macOS
Install OpenSSL via Homebrew:
brew install opensslIf you encounter linker errors, set the OpenSSL directory:
export OPENSSL_DIR=$(brew --prefix openssl)
cargo install pixcliUbuntu / Debian
sudo apt install libssl-dev pkg-configFedora / RHEL
sudo dnf install openssl-devel pkg-configWindows
pixcli uses rustls by default on Windows — no OpenSSL installation is needed.
cargo install pixcliUsing Docker
If you prefer not to install Rust, you can use the Docker image:
docker run --rm -v ~/.pixcli:/root/.pixcli ghcr.io/pixcli/pixcli:latest balanceNext Steps
Once installed, configure your PSP credentials to unlock API-powered features like charges and balance queries.
QR code generation works without any configuration — try pixcli qr generate --key your@email.com right away!