Install the AgentFS CLI on Linux, macOS, and Windows
curl -fsSL https://github.com/tursodatabase/agentfs/releases/latest/download/agentfs-installer.sh | sh
agentfs
~/.cargo/bin
source ~/.zshrc # or ~/.bashrc
source ~/.bashrc # or ~/.zshrc
sudo apt install fuse3
sudo dnf install fuse3
irm https://github.com/tursodatabase/agentfs/releases/latest/download/agentfs-installer.ps1 | iex
agentfs --version
# Auto-detect shell agentfs completions install # Or specify shell explicitly agentfs completions install bash agentfs completions install zsh agentfs completions install fish
git clone https://github.com/tursodatabase/agentfs.git cd agentfs/cli cargo install --path .
Was this page helpful?