
disk.exec — no compute to provision.
Disks spin up in milliseconds, sync bidirectionally with an S3 bucket, and have no capacity
provisioning or egress fees.
Mount it
Run code on it
disk.exec when you want a result instead of the raw data, when you’re fanning work out across
one disk, or when you’re giving an agent a bash tool. Each call runs inside a container with the
disk as the working directory and returns stdout, stderr, exit code, and
timing. Billing is based on command wall-clock time.
Quickstart
Create a disk and mount it in under 5 minutes
Serverless Execution
Run bash commands on a disk with
disk.execArchil for macOS
Mount your disks as native volumes from a menu bar app
CLI Reference
Learn about Archil’s command line interface
How it works
Archil runs a managed NVMe cache in front of your bucket, so reads are fast, writes are durable, and you get full POSIX semantics without the latency or consistency tradeoffs of S3 FUSE mounts. Mounted clients anddisk.exec calls are both Archil clients and share the same
read-after-write consistency model.
A disk can point at one or more data sources — S3, GCS, R2, or any
S3-compatible bucket — which Archil keeps in sync with the file system in both directions.