Show HN: A CLI to fetch invoices in your inbox Visnia AI released invoice-fetcher, an open-source command-line tool that automatically finds invoices and receipts in email inboxes and processes them locally without sending data to third parties. The tool supports IMAP and Gmail OAuth, runs on macOS, Linux, and Windows, and requires Node.js 22 or later to build from source. A dead simple CLI that automatically finds invoices & receipts in your inbox, so you can close your books faster. Everything is processed locally, and no data is sent to third parties. To install on macOS or Linux, run the following command: curl -fsSL https://raw.githubusercontent.com/visnia-ai/invoice-fetcher/main/install.sh | sh && export PATH="$HOME/.local/bin:$PATH" or this command if you use Windows, in the Powershell: irm https://raw.githubusercontent.com/visnia-ai/invoice-fetcher/main/install.ps1 | iex Run this command and follow the instructions: invoice-fetcher add imap accounts@example.com Google requires OAuth read-only authorization to the Gmail API. Run this command and follow the instructions of the guided setup to authenticate your google account: invoice-fetcher add google accounts@gmail.com invoice-fetcher