frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Tilde.run – Agent Sandbox with a Transactional, Versioned Filesystem

https://tilde.run/
58•ozkatz•1h ago•36 comments

Show HN: I built an open-source email builder, alternative to Beefree/Unlayer

https://play.templatical.com
14•oahmadov•1h ago•0 comments

Show HN: Hallucinopedia

http://halupedia.com/
21•bstrama•51m ago•3 comments

Show HN: Upskill – skill to find skills for your AI agents

https://github.com/Autoloops/upskill
3•kushalpatil07•9m ago•2 comments

Show HN: Adam – An embeddable cross-platform AI agent library

https://github.com/sqliteai/adam
24•marcobambini•4h ago•7 comments

Show HN: Airbyte Agents – context for agents across multiple data sources

133•mtricot•1d ago•39 comments

Show HN: Skymap – a 3D galaxy catalog explorer in the browser via WebGPU

https://skymap.rulkens.com/
3•thereallex•2h ago•6 comments

Show HN: Prospero Is Superpowers for Writing

https://brianguthrie.com/p/prospero/
2•bguthrie•2h ago•1 comments

Show HN: NFC tags are good material for pranks on Android

https://mastodon.social/@maxwellito/116524250100439866
11•maxwellito•3h ago•1 comments

Show HN: BattleClaws – A battle arena where AI agents fight autonomously

https://battleclaws.ai/
6•bryhaw•4h ago•0 comments

Show HN: Explore color palettes inspired by 3000 master painter artworks

https://paletteinspiration.com/
201•ouli•23h ago•72 comments

Show HN: Migrate your Evernote archive to Google Drive or local files

https://github.com/meizy/evernote-to-gdrive
2•meizy•7h ago•0 comments

Show HN: Guten – Android ereader for Project Gutenberg's 70k+ free books

https://play.google.com/store/apps/details?id=com.bhunt.guten&hl=en_US
2•bethanyhunt•2h ago•0 comments

Show HN: I built a new word game, Wordtrak

https://wordtrak.com/blog/2026-05-05-I-built-a-new-word-game
72•qrush•1d ago•41 comments

Show HN: Rdprrap – Rust Port of RDPWrap (Multi-Session RDP for Windows Desktop)

https://github.com/kernalix7/rdprrap
3•kernalix7•9h ago•0 comments

Show HN: nfsdiag – A NFS diagnostic application

https://github.com/lsferreira42/nfsdiag
82•lsferreira42•4d ago•6 comments

Show HN: Apple's SHARP running in the browser via ONNX runtime web

https://github.com/bring-shrubbery/ml-sharp-web
182•bring-shrubbery•3d ago•46 comments

Show HN: A Mutating Webhook to automatically strip PII from K8s logs

https://github.com/aragossa/pii-shield
24•aragoss•1d ago•4 comments

Show HN: New Benchmark from SWE-bench team is 0% solved

https://programbench.com/
21•lieret•1d ago•3 comments

Show HN: Codeberg (Forgejo) CLI, built with Xclif

https://codeberg.org/thatxliner/codeberg-cli
15•thatxliner•1d ago•1 comments

Show HN: Ableton Live MCP

https://github.com/bschoepke/ableton-live-mcp
118•bschoepke•2d ago•78 comments

Show HN: Better Design – 28 Shadcn design systems (OSS, MCP: Cursor/Claude Code)

https://github.com/marvkr/better-design
10•marvinkr•17h ago•0 comments

Show HN: I Built a Museum Exhibit

https://knhash.in/built-an-exhibit/
38•kn81198•3d ago•3 comments

Show HN: Orch8 – Durable workflow engine in Rust, one binary, Postgres or SQLite

https://github.com/orch8-io/engine
23•_alphageek•1d ago•3 comments

Show HN: I indexed 8,643 BSides talks across 227 chapters and 6 continents

https://allbsides.com/
24•Parkado•1d ago•8 comments

Show HN: Pollen – distributed WASM runtime, no control plane, single binary

https://github.com/sambigeara/pollen
135•sambigeara•6d ago•62 comments

Show HN: State of the Art of Coding Models, According to Hacker News Commenters

https://hnup.date/hn-sota
162•yunusabd•3d ago•86 comments

Show HN: I built a native macOS audio player and it changed my life

https://github.com/chrisallick/light-crime-audio-player
15•chrisallick•1d ago•9 comments

Show HN: DAC – open-source dashboard as code tool for agents and humans

https://github.com/bruin-data/dac
118•karakanb•1w ago•35 comments

Show HN: Keyterm Filtering for Voice AI

https://aditu.tech/keyterm-filtering
3•mayowa_osibodu•19h ago•0 comments
Open in hackernews

Show HN: Tilde.run – Agent Sandbox with a Transactional, Versioned Filesystem

https://tilde.run/
55•ozkatz•1h ago

Comments

danielbenzvi•1h ago
Interesting. Their versioned storage sandbox seems to be what really sets them apart
qudat•1h ago
I don't get it, it looks like they are copying data to the sandbox filesystem why would that impact production data? Because the agent can re-upload the file to s3?
ozkatz•1h ago
Good question - the filesystem is Fuse-mounted into the sandbox, not copied into it. This way agents can modify data directly simply by interacting with the "local" files.
afshinmeh•37m ago
That's exactly how I tried to address that problem with https://github.com/afshinm/zerobox -- you control what network access (e.g. `--deny-net *.amazonaws.com`) your agent has and you also get snapshotting out of the box.

That said, using LakeFS is probably a better long term solution and I like this approach.

cyanydeez•1h ago
I know everyones trying to figure out how to make money in this grift economy, but if you're a rational person, you know that it's all a bunch of gambling and tailoring your scope to b2b and ignoring local & open source models and tools, you're more likely going to be part of that permanent undeclass they keep talking about in a self-fullfilling prophecy.
yuppiepuppie•1h ago
What are you insinuating about this particular Show HN?
jrm4•30m ago
Sir, this is just one piece of software.
wyre•1h ago
Interesting. Literally saw a tweet talking about exactly this last night.

Not sure how I feel about it using on your hosted service, while your home page is asking me for analytics data and only the cli and sdk are open source.

ozkatz•58m ago
Fair enough - the underlying technology is indeed open source (https://github.com/treeverse/lakeFS) - the service provides the hosting and tooling to make it easy for consumption by agents.
wyre•39m ago
Thats a cool project. I didn't scroll down far enough to see that. Thanks for the correction

I get providing a hosted service, but I don't understand how it makes it easier for agents to consume unless you're hosting an MCP? My understanding is an agent skill and a cli tool is all an agent needs?

ozkatz•36m ago
The repository itself get fuse-mounted into the running sandbox - no skill or MCP required to interact with data: an agent can simply `cat <file>` and use whatever tools they are already good at using.
esafak•49m ago
I do not get it. If the agent is not mutating state the change can be checked in. If it is mutating external state, version control won't save you.
ozkatz•47m ago
the repo acts as a source of truth for agents. think memory, data & code. If an agent decides to change any of those, version control allows:

1. to have a human in the loop to approve certain changes 2. rollback changes that end up being incorrect 3. allow reviewing the timeline and history to figure out what changed and how

esafak•38m ago
2. is false. You can't roll back everything an agent does. If you told it to place a trade in the stock market, for example, you can not undo that. That is what I mean by external state. Everything else is covered by existing version control, is it not? What does this buy over that?
ozkatz•34m ago
indeed - this only applies to the filesystem managed by tilde. Existing version control is fine if you're only managing code. For data (Think large parquet files, millions json files, images and videos, etc), git doesn't scale well for that.
bossyTeacher•34m ago
Re 2: how do you rollback the (erroneous) action of removing a db table column and the subsequent data loss from the removed column?
docheinestages•48m ago
Just my two cents: less is more and the first impression matters a lot. I'm saying this because we see a new agent sandbox tool on the front-page almost every day. Most of them have an AI-made landing page design, lots of animations, lots of words. This has become a bad sign for me. I can tell that you put time into it, made a video, and everything, but I guess I'm suffering from some kind of fatigue of having to go through all these tools. So, the less I have to process to get to the meat of exactly what I'm looking at, what sets this apart from others, why and when I would need to use it, then the more likely I am to actually engage with the product.
ozkatz•45m ago
That's fair. What makes this unique is the versioned, composable filesystem. It's built on top of lakeFS (https://github.com/treeverse/lakeFS) so it scales really well, unlike other solutions that try and do this with Git directly.
whalesalad•37m ago
Agreed. All of these tools promise the world and are so incredibly vague. Actually show me what I can do with it, like hands on.
ozkatz•34m ago
https://www.youtube.com/watch?v=fDR8tmes020 - a 2 minute hands-on demo!
dtran24•46m ago
Do git and branching fit into this at all?
ozkatz•44m ago
Sure! and it's not either/or - you can either import code from GitHub (or any other git remote) into a Tilde repository, or simply clone a repository directly inside the sandbox if you want full control over the git commit/branch semantics.
pwr1•41m ago
This looks pretty useful. The versioned filesystem part is nice becuase that’s exactly where a lot of agent stuff gets messy fast.
digitaltrees•29m ago
Interesting project. I am building an IDE for my phone and browser (www.propelcode.app) and have evaluated a few container architectures and providers. It was quite painful to get a prototype working. I will try your platform and would be happy to give feedback.
ozkatz•28m ago
Much appreciated! and good luck with your project
digitaltrees•11m ago
What’s the best way to give you user feedback? What would be most helpful? What’s your ideal customer profile?
ozkatz•8m ago
oz dot katz at treeverse.io would be best. ICP is SMB/mid-sized ISVs.
dorianzheng•28m ago
any chance i can run local micro-VM such as boxlite with this?
ozkatz•19m ago
not at the moment. You can use lakeFS directly with Fuse-Mount to do something similar with your own compute.
dorianzheng•17m ago
got it, will definitely check it out do you have some performance number of lakeFS in your mind
viewhub•26m ago
What compute resources does the sandbox have? Memory/CPU/GPU?
ozkatz•20m ago
Currently a static 2 cores and 4GB RAM, no GPU. Will be configurable soon!
kushalpatil07•24m ago
I was trying to build an agent. None of the sandboxes out there had solved the filesystem problem. I want my agent to have a persistent storage, and that stays forever. Like a human with a computer. When the agent spins up again, it has access to the computer with the same files.

I had to create my own setup using aws s3 filesystem and docker for this.

Does Tilde solve for this?

ozkatz•23m ago
Exactly that!
mc-serious•5m ago
Nice, I think that's pretty neat. Do you have an idea where to take this further? I.e. for the filesystem it's great but what if you need to touch external systems that keep their own state?