Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Filesystem tools for agents. Read, write, replace, grep, list, create, delete, move via VFS airlock. Part of Unicity AOS.
| Date | Stars |
|---|---|
| 2026-07-31 | 8039 |
| 2026-08-02 | 8039 |
| 2026-08-06 | 8531 |
Today
+492 stars today
This week
— stars this week
This month
— stars this month
Momentum
2003.0
growth rate 0.00%/day
# astrid-capsule-fs [](LICENSE-MIT) [](https://www.rust-lang.org) **Filesystem tools for [Astrid OS](https://github.com/unicity-astrid/astrid) agents.** In the OS model, this capsule is the coreutils package. It gives agents the ability to read, write, search, and navigate the workspace filesystem through the kernel's VFS airlock. ## Tools | Tool | Description | |---|---| | `read_file` | Read file contents with optional line range (`start_line`, `end_line`) | | `write_file` | Write content to a file | | `replace_in_file` | Replace an exact string match in a file (rejects 0 or >1 occurrences) | | `list_directory` | List entries in a directory | | `grep_search` | Recursive content search with depth, file count, and match count caps | | `create_directory` | Create a directory | | `delete_file` | Delete a file (session-created files only, no whiteout support yet) | | `move_file` | Move a file with 10MB size limit, existence checks, and rollback on failure | All operations go through the VFS airlock. The kernel enforces path boundaries, copy-on-write isolation, and capability checks before any host filesystem access occurs. ## Development ```bash cargo build --target wasm32-unknown-unknown --release ``` ## License Dual-licensed under [MIT](LICENSE-MIT) and [Apache 2.0](LICENSE-APACHE). Copyright (c) 2025-2026 Joshua J. Bouw and Unicity Labs.
Excerpt of 1,527 characters
Read on GitHubJoshua J. Bouw · @unicitynetwork · United Arab Emirates
26
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:aaeeba9e205cb126, llm:description: "Filesystem tools for agents. Read, write, replace, grep, list, create, delete, move via VFS airlock. Part of Unicity AOS."
matched fp:aaeeba9e205cb126, llm:description: "Filesystem tools for agents. Read, write, replace, grep, list, create, delete, move via VFS airlock. Part of Unicity AOS."