Documentation Index
Fetch the complete documentation index at: https://docs.turso.tech/llms.txt
Use this file to discover all available pages before exploring further.
Quick Install
The fastest way to install AgentFS:
curl -fsSL https://github.com/tursodatabase/agentfs/releases/latest/download/agentfs-installer.sh | sh
This installs the agentfs binary to ~/.cargo/bin.
curl -fsSL https://github.com/tursodatabase/agentfs/releases/latest/download/agentfs-installer.sh | sh
After installation, restart your terminal or run:source ~/.zshrc # or ~/.bashrc
Using the installer:curl -fsSL https://github.com/tursodatabase/agentfs/releases/latest/download/agentfs-installer.sh | sh
After installation, restart your terminal or run:source ~/.bashrc # or ~/.zshrc
Requirements:
- FUSE must be available for filesystem mounting
- On Ubuntu/Debian:
sudo apt install fuse3
- On Fedora:
sudo dnf install fuse3
Using PowerShell:irm https://github.com/tursodatabase/agentfs/releases/latest/download/agentfs-installer.ps1 | iex
Or download the binary directly from the releases page.
Verify Installation
Shell Completions
Enable tab completion for your shell:
# Auto-detect shell
agentfs completions install
# Or specify shell explicitly
agentfs completions install bash
agentfs completions install zsh
agentfs completions install fish
Restart your shell after installing completions.
Building from Source
Requires Rust 1.70+:
git clone https://github.com/tursodatabase/agentfs.git
cd agentfs/cli
cargo install --path .
Next Steps
Agentic Coding
Run AI coding agents safely
CLI Reference
Full command reference