April 2026
- Launch of Archil for macOS — a native menu bar app that mounts your Archil disks as macOS volumes via Apple’s FSKit framework. Sign in with email, browse personal and organization disks across regions, and mount them straight into Finder. Requires macOS 26 (Tahoe) or later on Apple Silicon. Install with
curl -s https://archil.com/install | sh.
February 2026
- Added disk management support to the TypeScript SDK — create, list, and delete disks and API tokens programmatically via
@archildata/client - Added subdirectory mounting via
disk:/pathsyntax — mount any subdirectory of a disk as the root of your local mount. Supports independent delegations, symlink resolution, and mount boundary isolation. - Launch of the Archil Terraform Provider for managing disks, users, and API tokens with Infrastructure as Code. See the documentation for details.
- Launch of the Archil Control Plane API for programmatic management of disks, mounts, and authentication tokens
January 2026
- Launch of
@archildata/just-bash— just-bash bindings for the Archil filesystem - Launch of the Archil Node.js client
@archildata/client
December 2025
- Launch of private preview regions for early access to new cloud regions
- Launch of managed buckets support for Google Cloud Storage
- Improved the speed of sequential read operations
- Launched client v0.7.0 including new caching architecture, auth tokens via the
ARCHIL_AUTH_TOKENenvironment variable, and the preview--writeback-cacheflag for workloads that perform frequent small writes to a small number of files.
November 2025
- Launch of support for Azure Blob Storage as a data source
- Launch of managed bucket support for Amazon S3, enabling users to use Archil without a pre-existing S3 bucket
- Active data tracking provides visibility into how much data is actively cached
- Container runtime beta launched with TTY support, environment variables, and file injection
October 2025
- Launch of scale-out read performance to achieve 8 GiB/s of throughput per client
- Improved Archil’s ability to handle network congestion under load
- Launched client v0.6.4: Implemented “silly rename” to support unlinking opened file descriptors, added
--sts-regionflag for IAM authentication outside of AWS, improved authentication error messages - Launch of Archil shells to use bash against Archil disks from the web console
September 2025
- Launched client v0.6.1: Improved a rare issue related to dirty listing
- Launched client v0.6.0: Added additional tools to debug memory usage and performance
- Launched client v0.5.0: Reduced memory copies for faster writes, added
--read-onlymount flag, improved error messages - Launched client v0.4.0: Disabled extended attributes by default to improve write performance (use
--enable-xattrs), added--nconnectto work around hyperscale single-stream throughput limitations
August 2025
- Launch Archil in Google Cloud us-central1 region
- Support the usage of cross-region data sources for Archil disks
- Launched client v0.3.0: Enables the ability to mount an Archil disks by name, and the ability to mount an Archil disk in a different cloud region
July 2025
- Launch of the Archil file explorer to browse and manage Archil disks
- CSI driver improvements with better mount lifecycle management and ReadWriteMany (RWX) support
- Launched client v0.2.0: Initial preview release of the Archil Client