frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: TinyAIArena watch AI agents battle it out

https://tinyaiarena.com/
40•hp6•2h ago•22 comments

Show HN: A CC0 museum of retro 3D tricks you can paste into a page

https://3d-retro.com/
51•SouthWestAtlas•3d ago•10 comments

Show HN: Trail – new kind of logic game

https://trail.franzai.com/
6•franze•10h ago•1 comments

Show HN: Reladraw – A diagram language where you decide where to place things

https://github.com/reladraw/reladraw
370•jpwalsh234•1d ago•102 comments

Show HN: Banker – CLI for your finances using Enable Banking and SQLite

https://github.com/karlis-vagalis/banker
2•nautical_dog•1h ago•0 comments

Show HN: MacUp – keep CLI tools up to date from the menu bar

https://macup.patriciobcs.com/
4•patriciobcs•2h ago•0 comments

Show HN: High-performance, zero-dependency charting engine for Svelte

https://bonguynvan.github.io/tradecanvas/
3•bonguynvan•2h ago•0 comments

Show HN: Andurel V2 – Space-Grade Go Web Framework

https://andurel.com/docs/head/whats-new
2•mbvisti•3h ago•0 comments

Show HN: Jev Plays Pokémon Red

https://jev-pokemon.vercel.app/
265•pancomplex•2d ago•117 comments

Show HN: Revise, a new document editor library for React

https://www.npmjs.com/package/revise
2•artursapek•5h ago•2 comments

Show HN: Interactive Phaistos Disc workbench, rotation ergonomics, null models

https://lessthanzero.github.io/phaistos-disk/
3•sashakatin•5h ago•0 comments

Show HN: Aldine. Self-hosted Overleaf alternative. Every paper = 1 Git Repo

https://github.com/trahloff/Aldine
2•rahloff•5h ago•1 comments

Show HN: Ekselio – Loveable for finance workflows (local first)

https://www.gptbeyond.com/try?home=1
39•kdautaj•1d ago•10 comments

Show HN: An OpenAI-compatible, model-agnostic agent API

https://rebyte.ai/docs/agents-api/overview
2•sonicgg•6h ago•0 comments

Show HN: What about a no-SSH agentic access tool

https://getfda.dev/
2•laotree•6h ago•0 comments

Show HN: Peekaboolean – image and jev-like typed questions in typed anwers out

https://github.com/bykof/peekaboolean
2•bykof•8h ago•0 comments

Show HN: Afterlife Vault – a virtual dead man's switch

https://afterlife-vault.com
2•wmeter•8h ago•3 comments

Show HN: I built an AR App that overlays makeup tutorials live on your face

https://urartist.app/
4•Vicmed13•8h ago•3 comments

Show HN: Hacker Atlas - A map of what Hacker News talks about

https://hackeratlas.com/
85•andrearitossa•2d ago•28 comments

Show HN: An interactive debugger for the Mornington Crescent esolang

https://codeberg.org/Two9A/mcresc
3•Two9A•10h ago•0 comments

Show HN: Ppgrid – Rasterising points in minutes, not hours

https://mrzk.io/posts/ppgrid-fast-continentscale-raster-interpolation/
3•marzukia•10h ago•0 comments

Show HN: Spivak's Calculus formalized in Lean 4 – every theorem, every problem

https://github.com/stormj-UH/spivak-lean
18•jsLavaGoat•1d ago•2 comments

Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design

https://github.com/devdotfast/whiteboard
413•sidharthkmenon•3d ago•141 comments

Show HN: Shipwithmuse.live – a catalog of things people built with Muse

https://shipwithmuse.live/
4•mdayan896•12h ago•2 comments

Show HN: A Claude Code skill to analyze your chess games

https://github.com/brumar/chess-postmortem-skills
75•brumar•1d ago•53 comments

Show HN: I checked 1M free proxies – 1 in 5 working ones injected scripts

https://github.com/maximilianfeix/proxy-scraper
10•taventix•1d ago•1 comments

Show HN: Air-gapped file encryption as self-decrypting HTML page

https://cms-sfx-demo.apeleg.com/
90•emurlin•3d ago•31 comments

Show HN: AgentRun: DSL to turn agents into workflows

https://github.com/Parcha-ai/agentrun
51•miguelrios•3d ago•12 comments

Show HN: Koi.rest – watch some fish and regain your balance

https://koi.rest
225•hxii•2d ago•65 comments

Show HN: Treepeat – Code similarity detection using Tree-sitter

https://github.com/dsummersl/treepeat
73•91awebsi•5d ago•8 comments
Open in hackernews

Show HN: Banker – CLI for your finances using Enable Banking and SQLite

https://github.com/karlis-vagalis/banker
2•nautical_dog•1h ago
Hi HN,

here, what started as a small personal tool, I wanted to create an AI agent-friendly way to fetch and store financial data, like bank accounts, their respective balances and transactions and store them in a small SQLite database, to gather all of them in a single place, store them long term, and assign arbitrary metadata, for example, expense categories, etc.

There are not many PSD2 compliant providers, that allow access to personal bank accounts, but Enable Banking is one of the rare few. That is why it is the core of the engine used to access the financial data from different ASPSPs.

Thus, it is quite easy to register and set up a personal "application" and link your existing bank accounts to access them in the banker CLI.

I hope you find it useful!