frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2

https://handwritten.danieljanus.pl/2026-06-01-edsger.html
135•nathell•19h ago•24 comments

Show HN: I reverse-engineered the world maps of Test Drive III (1990 DOS game)

https://github.com/s-macke/Test-Drive-3-Maps
157•s-macke•3d ago•43 comments

Show HN: Tired of duct-taping access control into agent prompts. Here's the fix

https://github.com/yaodub/cast
6•zwigglers•1h ago•4 comments

Show HN: Phive, a Gomoku-like game to play with friends or solo

https://phive.app
15•0xCA1EB•3d ago•8 comments

Show HN: Live breath detection and biofeedback from a phone microphone

https://github.com/shiihaa-app/shiihaa-breath-detection
55•felixzeller•22h ago•21 comments

Show HN: Eyeball

https://eyeball.rory.codes/
267•mrroryflint•1d ago•80 comments

Show HN: RePlaya – self-hosted browser session replay with live tailing

https://github.com/s2-streamstore/replaya
43•shikhar•20h ago•7 comments

Show HN: Vivix – See inside JavaScript as it executes (open source)

https://vivix.dev/
2•hlude•4h ago•4 comments

Show HN: Paseo – Beautiful open-source coding agent interface

https://github.com/getpaseo/paseo
77•timhigins•16h ago•46 comments

Show HN: Terraform RAG - index modules, distill conventions, compose via MCP

https://terraform-rag.io
3•kitgw•5h ago•0 comments

Show HN: Monophobie, a shared ASCII canvas, never draw alone

https://monophobie.de
2•dschu•5h ago•2 comments

Show HN: Build Your Own AI Agent CLI in 150 Lines

https://go-micro.dev/blog/11
29•asim•1d ago•1 comments

Show HN: A crowdsourced map of surveillance camera's based on OSM

https://mapcomplete.org/surveillance?z=0.5&lon=12.732776
6•pietervdvn•13h ago•0 comments

Show HN: 100cc - Roll your own Claude in 100 lines

https://github.com/yujqiao/100cc
10•rapiz•20h ago•3 comments

Show HN: A CSS 3D Engine (no WebGL)

https://github.com/LayoutitStudio/polycss
78•rofko•2d ago•27 comments

Show HN: DropLock – E2EE secret sharing web app with no backend

https://droplock.apitman.com/
21•apitman•23h ago•7 comments

Show HN: DepsGuard – One command to harden NPM/pnpm/yarn/bun/uv configs

https://github.com/arnica/depsguard
38•eranation•1d ago•6 comments

Show HN: AI-Powered PDF to Markdown Converter

https://pdftomdconverter.com
3•QingWu•11h ago•4 comments

Show HN: Streambed – Stream Postgres to Iceberg on S3, Supports Postgres Wire

https://github.com/viggy28/streambed
129•vira28•2d ago•37 comments

Show HN: A searchable archive of declassified UAP/UFO files, news, and analysis

https://didyousee.xyz
13•sonjaqql•1d ago•0 comments

Show HN: MetaBrain – A local document memory for AI agents

https://metabrain.eu
7•acoye•21h ago•2 comments

Show HN: Synapse – 2.9MB Mac app with screenshot, clipboard, Keep Awake and more

https://www.synapsemac.com/
16•harshanacz•1d ago•17 comments

Show HN: Breathe CLI – Paced resonance breathing in the macOS terminal

https://github.com/marekkowalczyk/breathe-cli
132•marekkowalczyk•3d ago•52 comments

Show HN: 500 years of Joseon court omens as an observability dashboard

https://ajin.im/is/building/omen.ops/
155•poppypetalmask•3d ago•26 comments

Show HN: Textile – A desktop app for weaving together bits of text

https://www.gettextile.app
36•stack_framer•1d ago•21 comments

Show HN: I built a way to find and install Claude skills

https://www.claudinho.xyz/
7•patrickmds•21h ago•1 comments

Show HN: Helios – what plug-in solar could generate for any address in Britain

https://helios.southlondonscientific.com/
126•ruaraidh•4d ago•44 comments

Show HN: Name2Tree – Turn any name into a deterministic tree

https://tree.bairui.dev/
3•subairui•16h ago•4 comments

Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

https://github.com/jmaczan/tiny-vllm
203•yu3zhou4•4d ago•18 comments

Show HN: I built an on-chain economy where AI agents transact autonomously

https://agtchain.io/
9•winewarrior•1d ago•3 comments
Open in hackernews

Show HN: Tired of duct-taping access control into agent prompts. Here's the fix

https://github.com/yaodub/cast
6•zwigglers•1h ago

Comments

zwigglers•1h ago
Hi HN, Yao here. Most frameworks are built for one developer, one agent. The moment a team shares infrastructure, people end up duct-taping row-level access into the prompt and hoping the model doesn't argue past it. I got tired of that.

Cast is a harness for multi-user, multi-agent systems: one server, a handful of people with their own identities, a fleet of agents handling different things and talking to each other when they need to. Agents are skills and CLAUDE.md, not Python classes, so you can focus on launching quick and refining the agent based on real usage. MIT, self-hosted, runs on a Mac Mini.

Cast puts access control in the routing layer, not the prompt. Each agent runs in its own container with actual filesystem boundaries. Identity verified before the agent sees the conversation (Slack, telegram, etc). Credentials never mounted in.

Developer alpha. Looking for teams that have hit the multi-user Claude Code wall and want to try this out. github.com/yaodub/cast. MIT. BYO Claude key.

gmmeyer•59m ago
this looks very cool, it’s genuinely hard to manage all my claudes sometimes and i’ve tried to build something like this as well, though with much less success
zwigglers•55m ago
Thanks, means a lot. the "tried to build it myself" crowd is exactly who this is for
raphaelschaad•30m ago
Cool — multi-user, multi-agent, virtual envs, single machine, is probably where most agentic DIY systems need to be going!