Pleo from your terminal
Manage expenses, check balances, browse teams, and explore your company data — all without leaving the command line. 113 commands for macOS, Linux, and Windows.
curl -fsSL https://www.pleocli.com/install.sh | shEverything you need
Get started in 3 steps
Install, log in, and you're ready to go.
$ curl -fsSL pleocli.com/install.sh | sh$ pleo login$ pleo balanceCommands
113 commands organized across 15 categories. Here are the highlights.
Frequently Asked Questions
What is Pleo CLI?
Pleo CLI is an unofficial command-line interface for Pleo expense management. It lets you check balances, browse expenses, view teams, and explore company data from the terminal. 113 commands covering the full Pleo platform.
How do I install it?
On macOS or Linux: curl -fsSL https://www.pleocli.com/install.sh | sh — On Windows PowerShell: irm https://www.pleocli.com/install.ps1 | iex — Or download the binary directly from the Downloads section.
How does login work?
Run 'pleo login' and it opens your browser to sign in to Pleo. Once signed in, the token is extracted automatically. If you're already logged in, it takes about 10 seconds. Passkeys and Google OAuth work.
Is it free?
Yes. Pleo CLI is free and open source under the MIT license. Available on GitHub at happenings-dk/pleocli.
How do I update?
Run 'pleo update' to automatically download and install the latest version. You can check your current version with 'pleo version'.
What platforms are supported?
macOS (Apple Silicon and Intel), Linux (x86_64 and ARM64), and Windows (x86_64).
Does it work with passkeys?
Yes. Pleo CLI uses your real browser for login, so passkeys, Google OAuth, and any existing Pleo sessions work seamlessly.
·