# agent-fs

> A persistent, searchable filesystem for AI agents.

- **URL**: https://www.freshcrate.ai/projects/agent-fs
- **Author**: desplega-ai
- **Category**: AI Agents
- **Latest version**: `v0.7.5` (2026-06-04)
- **License**: MIT
- **Source**: https://github.com/desplega-ai/agent-fs
- **Homepage**: https://agent-fs.dev
- **Language**: TypeScript
- **GitHub**: 9 stars, 1 forks
- **Registry**: github (`desplega-ai/agent-fs`)
- **Tags**: `agentic`, `agents`, `filesystem`, `s3`, `typescript`

## Description

A persistent, searchable filesystem for AI agents.

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v0.7.5` | 2026-06-04 | High | ## Install  ```bash # bun bun add -g @desplega.ai/agent-fs@${VERSION#v}  # npm npm install -g @desplega.ai/agent-fs@${VERSION#v}  # pnpm pnpm add -g @desplega.ai/agent-fs@${VERSION#v}  # just-bash adapter bun add @desplega.ai/agent-fs-just-bash@${VERSION#v} ```  ## Update  ```bash bun update -g @desplega.ai/agent-fs ```  **Full Changelog**: https://github.com/desplega-ai/agent-fs/compare/v0.7.4...v0.7.5 |
| `v0.7.2` | 2026-05-27 | High | ## Install  ```bash # bun bun add -g @desplega.ai/agent-fs@${VERSION#v}  # npm npm install -g @desplega.ai/agent-fs@${VERSION#v}  # pnpm pnpm add -g @desplega.ai/agent-fs@${VERSION#v} ```  ## Update  ```bash bun update -g @desplega.ai/agent-fs ```  **Full Changelog**: https://github.com/desplega-ai/agent-fs/compare/v0.7.1...v0.7.2 |
| `v0.7.0` | 2026-05-18 | High | ## Install  ```bash # bun bun add -g @desplega.ai/agent-fs@${VERSION#v}  # npm npm install -g @desplega.ai/agent-fs@${VERSION#v}  # pnpm pnpm add -g @desplega.ai/agent-fs@${VERSION#v} ```  ## Update  ```bash bun update -g @desplega.ai/agent-fs ```  ## What's Changed * v0.7.0: FUSE remote-mount mode + daemon-start + optional-dep fixes by @tarasyarema in https://github.com/desplega-ai/agent-fs/pull/15   **Full Changelog**: https://github.com/desplega-ai/agent-fs/compare/v0.6.1...v0.7.0 |
| `v0.5.5` | 2026-05-14 | High | ## Install  ```bash # bun bun add -g @desplega.ai/agent-fs@${VERSION#v}  # npm npm install -g @desplega.ai/agent-fs@${VERSION#v}  # pnpm pnpm add -g @desplega.ai/agent-fs@${VERSION#v} ```  ## Update  ```bash bun update -g @desplega.ai/agent-fs ```  ## What's Changed * feat(s3): add S3_PUBLIC_ENDPOINT for presigned URLs (DES-365) by @desplega-bot in https://github.com/desplega-ai/agent-fs/pull/10   **Full Changelog**: https://github.com/desplega-ai/agent-fs/compare/v0.5.4...v0.5.5 |
| `v0.5.3` | 2026-05-11 | High | ## Install  ```bash # bun bun add -g @desplega.ai/agent-fs@${VERSION#v}  # npm npm install -g @desplega.ai/agent-fs@${VERSION#v}  # pnpm pnpm add -g @desplega.ai/agent-fs@${VERSION#v} ```  ## Update  ```bash bun update -g @desplega.ai/agent-fs ```  **Full Changelog**: https://github.com/desplega-ai/agent-fs/compare/v0.5.2...v0.5.3 |
| `v0.5.1` | 2026-05-04 | High | ## Install  ```bash # bun bun add -g @desplega.ai/agent-fs@${VERSION#v}  # npm npm install -g @desplega.ai/agent-fs@${VERSION#v}  # pnpm pnpm add -g @desplega.ai/agent-fs@${VERSION#v} ```  ## Update  ```bash bun update -g @desplega.ai/agent-fs ```  ## What's Changed * landing: acceptmarkdown.com content negotiation (edge middleware) by @desplega-bot in https://github.com/desplega-ai/agent-fs/pull/7 * live: UI overhaul — header IA, resizable sidebars, durable tree, search, keyboard nav, mobile b |
| `v0.4.0` | 2026-03-26 | Medium | ## Install  ```bash # bun bun add -g @desplega.ai/agent-fs@${VERSION#v}  # npm npm install -g @desplega.ai/agent-fs@${VERSION#v}  # pnpm pnpm add -g @desplega.ai/agent-fs@${VERSION#v} ```  ## Update  ```bash bun update -g @desplega.ai/agent-fs ```  ## What's Changed * seo: add sitemap.xml and robots.txt for agent-fs.dev by @desplega-bot in https://github.com/desplega-ai/agent-fs/pull/6   **Full Changelog**: https://github.com/desplega-ai/agent-fs/compare/v0.3.1...v0.4.0 |
| `v0.3.1` | 2026-03-18 | Low | ## Install  ```bash # bun bun add -g @desplega.ai/agent-fs@${VERSION#v}  # npm npm install -g @desplega.ai/agent-fs@${VERSION#v}  # pnpm pnpm add -g @desplega.ai/agent-fs@${VERSION#v} ```  ## Update  ```bash bun update -g @desplega.ai/agent-fs ```  ## What's Changed * Trim unnecessary files from published package by @desplega-bot in https://github.com/desplega-ai/agent-fs/pull/4   **Full Changelog**: https://github.com/desplega-ai/agent-fs/compare/v0.3.0...v0.3.1 |
| `v0.3.0` | 2026-03-17 | Low | ## Install  ```bash # bun bun add -g @desplega.ai/agent-fs@${VERSION#v}  # npm npm install -g @desplega.ai/agent-fs@${VERSION#v}  # pnpm pnpm add -g @desplega.ai/agent-fs@${VERSION#v} ```  ## Update  ```bash bun update -g @desplega.ai/agent-fs ```  **Full Changelog**: https://github.com/desplega-ai/agent-fs/compare/v0.2.1...v0.3.0 |
| `v0.2.1` | 2026-03-17 | Low | ## Install  ```bash # bun bun add -g @desplega.ai/agent-fs@${VERSION#v}  # npm npm install -g @desplega.ai/agent-fs@${VERSION#v}  # pnpm pnpm add -g @desplega.ai/agent-fs@${VERSION#v} ```  ## Update  ```bash bun update -g @desplega.ai/agent-fs ```  **Full Changelog**: https://github.com/desplega-ai/agent-fs/compare/v0.2.0...v0.2.1 |

## Dependency audit

- **Score**: 100/100
- **Total deps**: 4
- **Resolved**: 4
- **Unresolved**: 0
- **License conflicts**: 0
- **Warnings**: 0
- **Scanned**: 2026-05-11

## Citation

- HTML: https://www.freshcrate.ai/projects/agent-fs
- Markdown: https://www.freshcrate.ai/projects/agent-fs.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/agent-fs/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
