Skip to content

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 22 May 00:21
· 20 commits to main since this release
5c165cf

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.