frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

https://github.com/cactus-compute/needle
573•HenryNdubuaku•22h ago•165 comments

Show HN: Ratify Protocol – prove who authorized an AI agent, offline, in <1ms

https://github.com/identities-ai/ratify-protocol
2•chuks•12m ago•0 comments

Show HN: Splice – A programming language with custom VM for embedded systems

https://github.com/Open-Splice/Splice
2•amitabhi•1h ago•0 comments

Show HN: Mainline – a project tool with no backlog, story points or surveillance

https://mainline.dev/demo
3•natyoung•1h ago•0 comments

Show HN: DAGraph – local-first reactive graph from arithmetic to OLAP SQL

https://dagraph.com
6•notfirstpost•1h ago•1 comments

Show HN: Chimera, a leaderless runtime with selectable settlement profiles

https://chimera.sigil.black/demo
3•SIGILonHN•1h ago•0 comments

Show HN: Mistle – Open-source infrastructure for running sandboxed coding agents

https://github.com/mistlehq/mistle
4•jonathanlowhy•1h ago•0 comments

Show HN: TrueCitation – academic source credibility checker (URL/DOI/journal)

https://truecitation.com/
4•kitchendesign•1h ago•1 comments

Show HN: Vim file browser that runs in separate terminal

https://github.com/hoffa/vitree
4•crehn•2h ago•0 comments

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
83•sai18•23h ago•43 comments

Show HN: Promptcellar – capture every Claude Code prompt as JSONL in your repo

https://github.com/dominiek/promptcellar-for-claude-code
6•dominiek•2h ago•0 comments

Show HN: Hashiverse, an open-source decentralized social network in Rust

https://www.hashiverse.com/en/
2•jamesjardine•2h ago•0 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
105•azurewraith•1d ago•46 comments

Show HN: Rotunda - A browser built for agents with simulated typing

https://github.com/monkeysee-ai/rotunda
6•icyfox•2h ago•0 comments

Show HN: Twatch – Rewind, search, and diff TUI applications

https://github.com/blacknon/twatch
2•blacknon•2h ago•0 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

53•namanyayg•23h ago•20 comments

Show HN: HookGuard – scanner for malicious Claude.md and agent config files

https://github.com/Fredbcx/hookguard
2•MerriBan•2h ago•0 comments

Show HN: Oicana – PDF templating with Typst, 6 server SDKs and browser WASM

https://oicana.com/news/2026-05-09-public-beta/
2•niklasei•3h ago•0 comments

Show HN: FixMyNPM, CLI to fix your insecure npm config

https://github.com/madhugb/FixMyNPM
5•madospace•3h ago•0 comments

Show HN: Gox – Strict static analyzer for Go designed for LLM-written code

https://github.com/mentasystems/gox
2•kidandcat•3h ago•0 comments

Show HN: Kunobi 1.0 – A local-first Kubernetes workspace for GitOps teams

https://kunobi.ninja/blog/kunobi-v1
4•kunobi•3h ago•1 comments

Show HN: Torrix, self hosted, LLM Observability,(no Postgres, no Redis)

https://github.com/torrix-ai/install
13•AdarshRao23•4h ago•0 comments

Show HN: TikTok but for scientific papers

https://andreaturchet.github.io/website/index.html
182•ciwrl•2d ago•69 comments

Show HN: Pqurp – Quarantine Window for Packages to Prevent Supply Chain Attacks

https://github.com/melbahja/draft-pqurp
3•exec7•4h ago•0 comments

Show HN: AgentKanban for VS Code – A task board with agent harness integration

https://www.agentkanban.io/
3•gbro3n•5h ago•0 comments

Show HN: Monghoul – Desktop MongoDB GUI with schema-aware autocomplete and MCP

https://monghoul.com/
6•kontsedal•5h ago•0 comments

Show HN: Hollow – A local multi-agent OS that builds its own tools

https://github.com/ninjahawk/hollow-agentOS
2•ninjahawk1•5h ago•0 comments

Show HN: HYPD – AI co-pilot for marketers running Google Ads

https://www.hypd.ai/
4•cionut•7h ago•0 comments

Show HN: A modern Music Player Daemon based on Rockbox firmware

https://github.com/tsirysndr/rockbox-zig
117•tsiry•4d ago•26 comments

Show HN: A 0.3B model that redacts PII in all 24 EU languages offline

https://huggingface.co/bardsai/eu-pii-anonimization-multilang
4•mipo57•3h ago•1 comments
Open in hackernews

Show HN: DAGraph – local-first reactive graph from arithmetic to OLAP SQL

https://dagraph.com
6•notfirstpost•1h ago

Comments

notfirstpost•1h ago
Hi, I'm JC and I built DAGraph over the past few months. It is a visual, graph-based, local-first data web-app, to do computations from simple arithmetic to advanced OLAP SQL.

There's no account or sign up needed to use it. Your data stays in the browser, no upload.

Some technical aspects that might be of interest here:

- written in Rust targeting WASM with Trunk;

- Apache DataFusion for SQL engine + Arrow + Parquet;

- Apache OpenDAL for OPFS for workspace data in browser;

- Egui, an immediate mode GUI (works on WASM and native);

- computation graph is built on top of 'reactive_graph', a core component of the Leptos web framework;

- it's a dynamic functional DAG (directed acyclic graph), dependencies between nodes are determined by the engine (via SQL parsing). Modify an input and the downstream output are recomputed dynamically.

The main website: https://dagraph.com

Direct access to the early preview: https://alpha.dagraph.com/

There are a few basic examples here: https://dagraph.com/examples/

It's still very early - many more features are to be added but it's usable. It requires a modern browser (WASM and OPFS); works on desktop, tablet and phone although a bigger screen is really recommended (zooming out will allow for higher density UI to make it somewhat usable on phones).

To give a bit of context on some of the choices and possibly start discussions, in no particular order:

- dynamic UIs, graphs and analytics: it's a domain I've been interested in. Bret Victor is an inspiration;

- (most) spreadsheets hide formulas and, ironically, aren't table-first. Notebooks suffer from out-of-order evaluation;

- while working on data analytics projects using popular languages and their libraries, I would run into inconsistent APIs and I would eventually end up doing most of the work in SQL. Quite annoying are the platforms that have their own sub-par DSLs (don't get me started on DSLs built on top of YAML);

- immediate mode is an interesting approach to UIs worth experimenting with.

- in-browser app: instead of scaling up, you have to optimize down. The WASM bundle is less than 25MB, 8MB over the wire.

- Local-first: 4-fold: no account needed (it puts me off if I have to create an account when it's clearly not needed); data privacy (both for the user and for dev); as a solo-dev, very low infrastructure cost plus laptops are powerful enough for many workloads now; and no network latency.

Links to some of the projects I mentioned:

- Trunk https://trunk-rs.github.io/trunk/

- Apache Datafusion https://datafusion.apache.org

- OpenDAL https://opendal.apache.org

- Egui https://www.egui.rs

- Reactive graph https://docs.rs/leptos/latest/leptos/reactive/graph/index.ht... - Leptos https://leptos.dev

(edited for formatting)