v0.0.1
Plaid CLI
This is the first public release of plaid-cli — a lightweight command-line tool for interacting with the Plaid API from your terminal.
With v0.0.1 you can link one or more bank accounts via an interactive Plaid Link browser flow, check live balances, and sync transaction history locally using Plaid's cursor-based /transactions/sync endpoint. Transactions can be filtered by date, account, amount, or keyword and rendered as a table, exported to JSON, or piped to CSV.
All local data — credentials, cached transactions, and session tokens — can optionally be encrypted at rest with AES-256-GCM using a master password, with a short-lived session cache so you're not re-typing it constantly.
Binaries are available below for Linux, macOS, and Windows on both amd64 and arm64.