Skip to content

0.3.0 - 2025-12-17

Choose a tag to compare

@github-actions github-actions released this 17 Dec 16:43

Release Notes

Added

  • Python SDK for AgentFS.
  • Web browser support for TypeScript SDK.
  • Dynamic CLI completions with completion command (install/uninstall).

Changed

  • TypeScript SDK: Remove ready() method from the API.
  • TypeScript SDK: Improve KvStore.get() API.
  • TypeScript SDK: Improve FileSystem.readFile() compatibility.
  • TypeScript SDK: Use RETURNING clause instead of lastInsertRowid.
  • TypeScript SDK: Switch to proper Turso dependency versioning.
  • Python SDK: Use RETURNING clause instead of lastInsertRowid.
  • Rust SDK: Use RETURNING clause instead of lastInsertRowid.

Fixed

  • CLI cat command bug.
  • macFUSE: pass full path to open dynamic libs.

Documentation

  • Add FAQ entry for Docker Sandbox.

Install agentfs 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/agentfs/releases/download/v0.3.0/agentfs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/tursodatabase/agentfs/releases/download/v0.3.0/agentfs-installer.ps1 | iex"

Download agentfs 0.3.0

File Platform Checksum
agentfs-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
agentfs-x86_64-apple-darwin.tar.xz Intel macOS checksum
agentfs-x86_64-pc-windows-msvc.zip x64 Windows checksum
agentfs-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
agentfs-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum