cloudflare/artifact-fs
ArtifactFS is a filesystem driver designed to mount large git repos as quickly as possible, hydrating file contents on-the-fly instead of blocking on the initial clone. It's ideal for agents, sandboxes, containers and other use-cases where startup time is critical. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 97
- Release rhythm 60
- Longevity 11
Flags: prerelease_only young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 3
- age_days: 157
- days_rel: 21
- days_push: 21
- n_releases_24m: 10
Adoption not part of the score
1117 stars · 49 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ArtifactFS is a FUSE filesystem daemon written in Go that mounts git repositories as normal working trees without waiting for a full clone, hydrating file contents on demand. It is part of Cloudflare Artifacts but also works with any git repo, targeting agents, sandboxes, and containers where startup time is critical.
Use cases
- mount a large git repo instantly without waiting for a full clone
- give coding agents fast access to repository contents in sandboxes
- speed up container and CI startup by avoiding eager blob downloads
- browse a repo's file tree while contents hydrate in the background
- prioritize fetching package manifests and source files over large blobs
- mount Cloudflare Artifacts or any git remote as a local filesystem
When to choose
- startup time matters more than having all file contents immediately
- you run short-lived agent, sandbox, or container environments over large repos
- you want a git-backed virtual filesystem on Linux or macOS with FUSE
- you use Cloudflare Artifacts and want faster repo access than a plain clone
When to avoid
- you need a fully offline or fully materialized clone of the repository
- your platform lacks FUSE support (e.g. Windows, or restricted containers)
- you need production-grade stability - this is a beta release
- you work with small repos where a normal git clone is fast enough
Facets
cli-tool · maturity experimental
file-system version-control cli caching developer-tools developer-tools version-control files go cli fuse git lazy-hydration virtual-filesystem sandboxing agent-workflows cloudflare-artifacts ai-agents command-line linux macos docker
6 sources
- readme: https://github.com/cloudflare/artifact-fs · fetched 2026-08-28 · dd4336057701
- homepage: http://workers.cloudflare.com/product/artifacts · fetched 2026-08-29 · 0d89e033c234
- site_page: https://www.cloudflare.com/about · fetched 2026-08-29 · 966c42a9a06f
- site_page: https://www.cloudflare.com/plans · fetched 2026-08-29 · 4294784e9a13
- site_page: https://developers.cloudflare.com/artifacts · fetched 2026-08-29 · 653b89ea0ca7
- site_page: https://developers.cloudflare.com/ · fetched 2026-08-29 · 1b8430a97c92
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cloudflare/artifact-fs | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="cloudflare/artifact-fs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem