Back to browse
Ray – an open-source AI financial advisor that runs in your terminal

Ray – an open-source AI financial advisor that runs in your terminal

by kaniksu·Apr 4, 2026·8 points·2 comments

AI Analysis

●●SolidSolve My ProblemDark HorseCozy

PII stripping before LLM calls is clever, but Mint and Monarch already do financial analysis.

Strengths
  • PII redaction tokens before LLM sees any personal data — genuine privacy architecture
  • Encrypted local SQLite means no cloud storage of financial history
  • Terminal UX with natural language queries beats dashboard-only competitors
Weaknesses
  • Only 3 GitHub stars suggests very early stage with unproven stability
  • Terminal interface limits mass appeal compared to mobile-first finance apps
Category
Target Audience

Privacy-conscious individuals, developers comfortable with CLI tools

Similar To

Mint · Copilot Money · Monarch Money

Post Description

I've been using this daily for 4 months and figured others might find it useful. This is my first open source project so would love any feedback.

Ray connects to your bank via Plaid, stores everything in an encrypted local SQLite database, and lets you ask questions about your finances in natural language. No cloud, no account, your data is stored on your machine.

Before anything reaches the LLM, all PII is stripped — your name, companies, transaction details are redacted and replaced with tokens, then rehydrated locally in the response. The AI never sees who you are.

Similar Projects