Open Source · MIT Licensed
Pix payments from the command line
A fast, open-source CLI and Rust library for Brazilian Pix instant payments. Create charges, generate QR codes, manage webhooks, and integrate with AI agents.
Quick Start
$ cargo install pixcli
$ pixcli config init
→ Provider, credentials, certificate...
$ pixcli qr generate \
--key "+5511999999999" \
--amount 25.00
$ pixcli charge create \
--amount 50.00 \
--key "+5511999999999"
$ pixcli balanceEverything you need for Pix
One toolkit — from quick QR codes to full payment automation.
CLI
Create charges, send payments, and check balance — all from your terminal.
QR Codes
Generate and decode Pix QR codes, static or dynamic, in seconds.
MCP Server
AI agent integration out of the box with Claude Code and OpenClaw.
Webhooks
Real-time payment notifications with a built-in listener server.
Rust Library
Use Pix in your own Rust projects via the pix-core and pix-efi crates.