Life & fun · September 16, 2025
Archil's one-click infinite, S3-backed local disks now available
Hey everyone, I’m Hunter, the founder of Archil. Archil is transforming object storage, like Amazon S3, into infinite, local file systems that provide instant access to massive data sets. Last year, we launched Archil’s NFS-based product publicly on Hacker News (https://news.ycombinator.com/item?id=42174204), and we were absolutely thrilled to see the response of this community. Since our last launch, we took a 10 month company-wide bet to build our own, custom storage protocol to deliver true, local-like performance to cloud instances – by behaving closer to a block storage…
In plain words
Archil provides a custom storage protocol that transforms cloud object storage like Amazon S3 into local file systems with block-storage-like performance. Designed for developers and data engineers working with massive datasets on cloud instances, it enables instant access to virtually unlimited storage through a single-click setup. The product uses a proprietary protocol to deliver local-like performance speeds while maintaining the scalability and cost-efficiency of object storage backends.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hey everyone, I’m Hunter, the founder of Archil. Archil is transforming object storage, like Amazon S3, into infinite, local file systems that provide instant access to massive data sets. Last year, we launched Archil’s NFS-based product publicly on Hacker News (https://news.ycombinator.com/item?id=42174204), and we were absolutely thrilled to see the response of this community. Since our last launch, we took a 10 month company-wide bet to build our own, custom storage protocol to deliver true, local-like performance to cloud instances – by behaving closer to a block storage product. Today, we are excited to announce the public availability of this high-performance protocol. You can try it for free today with a single click at https://disk.new (docs at https://docs.archil.com). After spending 10 years in the storage industry building products like Amazon’s Elastic File System and buying AWS storage on Netflix’s core storage team, I knew that developers faced tremendous problems using storage. Getting easy-to-use persistent storage on a Kubernetes cluster is non-trivial, determining how much storage an application needs can be impossible if it’s bursty, and companies are tired of overpaying for either very expensive storage (like EFS) or unused capacity (like with EBS). From my time on EFS, I also knew that NFS was not the solution. Users were disappointed to see a 10x performance drop when they moved data from EBS to EFS to share it across multiple instances. This is why we built Archil. Archil is a pay-as-you-go disk that automatically grows with your application. Because it synchronizes your data bidirectionally to sources like your Amazon S3 buckets (and other S3-compatible locations), you can connect it instantly to existing data sets and use your file data directly from S3 itself. When you mount an Archil disk, your instance connects to our managed caching fleet of instances with NVMe devices that provide read-through and write-back caching to your disk’s data sources, like S3. Because we designed a distributed, replicated, highly-durable cache, it’s a safe place for data to be stored before being written back to S3. We only charge users for data that’s actively in the cache, and when you aren’t using your disk, you don’t pay Archil anything. We’re really excited about the early companies that we’re working with who are building cutting edge CI/CD workers, performing satellite image processing, building serverless Jupyter Notebooks, creating AI-native code sandboxes (have you ever tried to run git directly on an NFS share?), building best-in-class AI agents that use file systems instead of MCP tools, and helping to deliver core AI infrastructure like gateways and compute. I’m excited to give you all access today, with no charges in the month of September, and I’d love any feedback on the product that you may have. If you’re interested in working on deep, technical problems in the core infrastructure space, we’re also hiring in San Francisco and would love to hear from you (see https://www.ycombinator.com/companies/archil/jobs/svfkDVv-fo...).
Does a similar job
all alternatives →- ZAZeroFS – A log-structured filesystem for S3Jul 2026 · zerofs.net · ▲128
- CSCallFS – S3-style object store in one Go binary (MIT)2025 · github.com · ▲66
We started CallFS after yet another late-night “why did the uploads vanish?” incident. Our small team had stitched together rsync, a fragile NFS mount, and an S3 bucket—none of it observable, all of it waiting to bite us. So we wrote a single-process file service in Go that: • Speaks the S3 API (so existing tooling works). • Stores hot data on local disks for speed; cold data can sit in any S3-compatible bucket. • Exposes Prometheus metrics and JSON logs by default, because “what happened?” shouldn’t be guesswork. • Ships as a ~25 MB static binary—no external deps, MIT license. Today it’s…
- ZTZeroFS, the Filesystem That Makes S3 Your Primary StorageSep 2025 · github.com · ▲64
- TATurbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3Mar 2026 · github.com · ▲185
I built a SQLite VFS in Rust that serves cold queries directly from S3 with sub-second performance, and often much faster. It’s called turbolite. It is experimental, buggy, and may corrupt data. I would not trust it with anything important yet. I wanted to explore whether object storage has gotten fast enough to support embedded databases over cloud storage. Filesystems reward tiny random reads and in-place mutation. S3 rewards fewer requests, bigger transfers, immutable objects, and aggressively parallel operations where bandwidth is often the real constraint. This was explicitly inspired…
- IBI built open source file sharing solution using AWS S32024 · s3-file-share-for-free-35n2u.kinsta.app · ▲63
I created a 100% Open source Company-wide Self-hosted File Sharing Solution for Teams Recently, I wanted to share HD images and video files with my graphic designer. She’s exceptional at her craft but isn’t familiar with AWS S3 So, I got an idea and built this. Github Repo: https://github.com/rohitg00/s3-file-share-for-free Detailed Guide: https://ghumare64.medium.com/i-built-a-company-wide-self-hos...

More life & fun this month
the category →- TL
Life & fun · 11d ago · louisabraham.github.io



Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
- CCCreatium Coach▲320
Your multimedia mentor that takes you from mid to great
Life & fun · 11d ago · producthunt.creatium.info
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 29d ago · solouno.io
Launched alongside, September 2025
the whole month →
- AS
Commerce · Sep 2025 · anycrap.shop
- TE
I made a built-from scratch Wayland Compositor to display any GUI app* in the terminal! I think there is a lot of unexplored potential in custom Wayland compositors, a lot of really cool things you can embed existing applications into! So, I started with embedding apps into the terminal because that is the easiest input/output (output is just utf-8 and I use the great `chafa` library for that, and I just read from stdin for the input). If you have any other ideas for cool Wayland compositors, let me know. I purposedly wrote 80% the app in Typescript to appeal to the most developers and…
Dev tools · Sep 2025 · github.com
- IR
Years ago I stumbled across a basic version of this concept and it stuck with me. I knew if I was ever going to take on such a project, it would need to be flawless, but without coding experience it was just another idea that would never happen. By the end of 2024, as AI coding tools exploded everywhere, I finally had a way to make it real. I started from zero knowledge and spent months collaborating with AI agents as a learning experience. Every pixel and every function went through me. The AI translated what I asked for into code, but every decision was human. I didn't use existing OS…
AI · Sep 2025 · mitchivin.com

