Live
Black Hat USADark ReadingBlack Hat AsiaAI BusinessAI with human feelings? Anthropic’s Claude edges closer - Genetic Literacy ProjectGoogle News: ClaudeJeff Bezos’s new lab hires xAI co-founder from OpenAI - Financial TimesGoogle News: OpenAIGoogle study finds LLMs are embedded at every stage of abuse detection - Help Net SecurityGoogle News: LLMStructural Segmentation of the Minimum Set Cover Problem: Exploiting Universe Decomposability for Metaheuristic OptimizationArXiv CS.AIA reconfigurable smart camera implementation for jet flames characterization based on an optimized segmentation modelarXiv cs.CVEvent-Driven Neuromorphic Vision Enables Energy-Efficient Visual Place RecognitionarXiv cs.CVHume's Representational Conditions for Causal Judgment: What Bayesian Formalization Abstracted AwayArXiv CS.AISafeScreen: A Safety-First Screening Framework for Personalized Video Retrieval for Vulnerable UsersarXiv cs.CVTABQAWORLD: Optimizing Multimodal Reasoning for Multi-Turn Table Question AnsweringArXiv CS.AIToward Full Autonomous Laboratory Instrumentation Control with Large Language ModelsArXiv CS.AIIC3-Evolve: Proof-/Witness-Gated Offline LLM-Driven Heuristic Evolution for IC3 Hardware Model CheckingArXiv CS.AIPosition: Science of AI Evaluation Requires Item-level Benchmark DataArXiv CS.AIBlack Hat USADark ReadingBlack Hat AsiaAI BusinessAI with human feelings? Anthropic’s Claude edges closer - Genetic Literacy ProjectGoogle News: ClaudeJeff Bezos’s new lab hires xAI co-founder from OpenAI - Financial TimesGoogle News: OpenAIGoogle study finds LLMs are embedded at every stage of abuse detection - Help Net SecurityGoogle News: LLMStructural Segmentation of the Minimum Set Cover Problem: Exploiting Universe Decomposability for Metaheuristic OptimizationArXiv CS.AIA reconfigurable smart camera implementation for jet flames characterization based on an optimized segmentation modelarXiv cs.CVEvent-Driven Neuromorphic Vision Enables Energy-Efficient Visual Place RecognitionarXiv cs.CVHume's Representational Conditions for Causal Judgment: What Bayesian Formalization Abstracted AwayArXiv CS.AISafeScreen: A Safety-First Screening Framework for Personalized Video Retrieval for Vulnerable UsersarXiv cs.CVTABQAWORLD: Optimizing Multimodal Reasoning for Multi-Turn Table Question AnsweringArXiv CS.AIToward Full Autonomous Laboratory Instrumentation Control with Large Language ModelsArXiv CS.AIIC3-Evolve: Proof-/Witness-Gated Offline LLM-Driven Heuristic Evolution for IC3 Hardware Model CheckingArXiv CS.AIPosition: Science of AI Evaluation Requires Item-level Benchmark DataArXiv CS.AI
AI NEWS HUBbyEIGENVECTOREigenvector

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

Hacker News AI Topby Clark DinnisonApril 4, 20265 min read1 views
Source Quiz

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. Comments URL: https://news.ycombinator.com/item?id=47644133 Points: 6 # Comments: 2

Skip to content

Talk to your money

Ray is an AI financial advisor that connects to your bank, understands your full picture, and gives real advice—all local on your machine.

Your data stays localAES-256 encryptedMIT licensed5 min setup

3 stars on GitHub

The Apps

Dashboards show you what happened.

Mint, Copilot, Monarch — they sort your transactions into pie charts and send you notifications. They're good at showing you what you spent. They never tell you what to do about it. And when your subscription expires, so does your data.

The Spreadsheets

Powerful when you keep them updated.

You built the perfect spreadsheet once. Formulas, projections, a debt payoff timeline. But it only works when you do — and manual data entry doesn't survive a busy month. You haven't opened it since February.

Then there’s Ray

The advisor you’d hire if they weren’t $200/hour.

Ray connects directly to your bank accounts. It sees every transaction, every balance, every debt. When you ask “can I afford this?” it doesn’t guess — it queries your actual data, runs the math, and gives you a real answer. It remembers your goals, tracks your progress, and proactively flags problems before they become emergencies.

How it works

Privacy

Ray runs entirely on your computer. There’s no cloud, no account, no server storing your data. Your financial history lives in an encrypted database on your hard drive, and your name is scrubbed before anything reaches the AI.

Raw financial data

Sarah Chen earns $85k at Acme Corp.

James manages the household budget.

Checking balance: $4,802

Visa balance: -$1,200 @ 22.99% APR

PII in local databaseWhat the AI receives

Encrypted at rest

AES-256 encrypted database with scrypt key derivation. File permissions locked to your user account.

view source

No cloud storage

Everything stays in ~/.ray on your machine. Even with a Ray API key, data is processed in-flight and never stored on our servers.

Fully auditable

Every AI tool call is logged locally. You can see exactly what data was accessed and when.

view source

Two outbound calls

Plaid for bank sync, Anthropic for AI chat (PII-masked). That's it. No telemetry. No analytics.

view source

Integrations

Ray connects to 12,000+ financial institutions through Plaid — from major banks to local credit unions.

And 12,000+ more institutions supported via Plaid

What makes Ray different

Ray builds a profile of your life over time — your goals, your family, your career, your priorities. Every conversation makes it smarter. The advice you get on day 30 is nothing like day one.

Family situation

Married, two kids, one income

Career stage

Just started a new job at $95k

Financial goals

Pay off student loans by 2027

Risk tolerance

Conservative — no crypto

Life events

Baby due in March, buying a house

Past decisions

We cut DoorDash last month

What Ray can do

Ray has 30+ tools that query your real financial data. It looks things up, runs calculations, and takes action.

"Can I afford to take this trip?"

Ray projects your balance forward based on actual income and spending patterns. See the impact before you commit.

Only in Ray

"How's my score today?"

A daily 0-100 behavior score with streaks and unlockable achievements. No restaurants for a week? That's Kitchen Hero. Five zero-spend days? Monk Mode. It turns financial discipline into a game you actually want to play.

Only in Ray

"What did we decide last time?"

Ray remembers your goals, preferences, life events, and past decisions. Every conversation builds on the last one.

Only in Ray

"Where is all my money going?"

Category breakdowns, period comparisons, and trend detection. Ray finds the patterns you miss in your own spending.

"How much am I spending on food delivery month over month?"

Ray breaks down any category across any time range. Spot trends you'd never catch scrolling through transactions.

"Can you audit to make sure my tenants have paid for the past 12 months?"

Ray searches your real transaction history, flags gaps, and gives you a straight answer. Landlord, freelancer, whatever — if the data is in your bank, Ray can check it.

Pricing

A human financial advisor costs $200/hr. Ray costs $10/mo — or nothing at all.

Self-Hosted

full control

Bring your own keys

/forever

  • Open source, MIT licensed
  • Your own Anthropic API key
  • Your own Plaid credentials
  • Full model selection
  • All features included

View source on GitHub

Steps to self-host~2 weeks

~20 min of work + 1-2 week wait for Plaid approval

Ray Hosted Keys

most popular

We handle everything

/month

  • AI and bank access included
  • No Plaid application needed
  • Same privacy guarantees
  • All features included
  • Cancel anytimeSteps to sign up~5 min

Run ray setup to get your key

~2 min

Run ray link to connect bank

~1 min

Total: ~3 minutes

Ray is free, open source, and takes five minutes to set up. Your data never leaves your machine.

“I tried every finance app, built every spreadsheet, and talked to a financial advisor who charged $200/hr to tell me things I already knew. Nothing actually helped me make better decisions with my own money. So I built the thing I wanted — an advisor that knows my real numbers, runs locally, and is honest enough to open‑source.”

— Clark Dinnison, creator of Ray

Original source

Hacker News AI Top

https://rayfinance.app
Was this article helpful?

Sign in to highlight and annotate this article

AI
Ask AI about this article
Powered by Eigenvector · full article context loaded
Ready

Conversation starters

Ask anything about this article…

Daily AI Digest

Get the top 5 AI stories delivered to your inbox every morning.

More about

open sourceopen-source

Knowledge Map

Knowledge Map
TopicsEntitiesSource
Show HN: Ra…open sourceopen-sourceHacker News…

Connected Articles — Knowledge Graph

This article is connected to other articles through shared AI topics and tags.

Knowledge Graph100 articles · 305 connections
Scroll to zoom · drag to pan · click to open

Discussion

Sign in to join the discussion

No comments yet — be the first to share your thoughts!

More in Releases