Skip to content

Releases: tursodatabase/agentfs

0.6.2 - 2026-02-21

21 Feb 08:13

Choose a tag to compare

Release Notes

Fixed

  • Update native-tls 0.2.17 -> 0.2.18 to fix nightly build.

Install agentfs 0.6.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download agentfs 0.6.2

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

0.6.0 - 2026-02-05

05 Feb 08:29

Choose a tag to compare

Release Notes

AgentFS is now beta!

Added

  • agentfs migrate command for schema upgrades.
  • agentfs exec command for running commands in an existing session.
  • -c option to agentfs init for custom configuration.
  • --backend option to agentfs mount for selecting mount backend.
  • Local encryption support with --key option.
  • POSIX special file support (block devices, character devices, FIFOs, sockets).
  • POSIX file permissions support.
  • NFS hard link support.
  • NFS authentication and permissions.

Changed

  • Switch from path-based to inode-based architecture.
  • Upgrade to Turso 0.4.4.
  • Vendor fuser crate.
  • Vendor nfsserve crate.
  • Rust SDK: Nanosecond timestamp precision.
  • Rust SDK: Replace anyhow with custom Error type.
  • NFS: Increase mount timeouts to prevent I/O failures.

Performance

  • Rust SDK: Connection pooling.
  • Rust SDK: Use BEGIN IMMEDIATE in write path.
  • Rust SDK: Optimized DeltaDirCache operations.
  • Rust SDK: Skip whiteout DELETE when no whiteout exists.
  • FUSE: Optimize create() to use single create_file operation.

Fixed

  • Overlayfs readdir/unlink for delta files in base directories.
  • TypeScript and Python SDK SQLite schema.
  • Rust SDK: Opening a read-only file.
  • Rust SDK: Overlay lookup using wrong delta parent inode.
  • Rust SDK: Overlayfs permissions copy-up.
  • Rust SDK: Sparse files in pwrite.
  • Overlay filesystem whiteout persistence across mounts.
  • NFS: File permissions with NFS backend.
  • NFS: Sticky bit semantics for rename and remove.
  • FUSE: Preserve setuid, setgid, and sticky bits in fillattr.
  • Session join working directory.
  • Stale NFS mounts and session joining.
  • Various POSIX timestamp compliance fixes (ctime on chmod/chown/truncate/link/unlink, parent directory timestamps).

Documentation

  • Document agentfs exec command and agentfs init -c option.

Install agentfs 0.6.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download agentfs 0.6.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

v0.6.0-pre.5

03 Feb 12:53

Choose a tag to compare

v0.6.0-pre.5 Pre-release
Pre-release

Install agentfs 0.6.0-pre.5

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download agentfs 0.6.0-pre.5

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

v0.6.0-pre.4

30 Jan 17:28

Choose a tag to compare

v0.6.0-pre.4 Pre-release
Pre-release

Install agentfs 0.6.0-pre.4

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download agentfs 0.6.0-pre.4

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

v0.6.0-pre.3

28 Jan 13:03

Choose a tag to compare

v0.6.0-pre.3 Pre-release
Pre-release

Install agentfs 0.6.0-pre.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download agentfs 0.6.0-pre.3

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

v0.6.0-pre.2

23 Jan 05:24

Choose a tag to compare

v0.6.0-pre.2 Pre-release
Pre-release

Install agentfs 0.6.0-pre.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download agentfs 0.6.0-pre.2

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

v0.6.0-pre.1

16 Jan 13:08

Choose a tag to compare

v0.6.0-pre.1 Pre-release
Pre-release

Install agentfs 0.6.0-pre.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download agentfs 0.6.0-pre.1

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

0.5.3 - 2026-01-10

10 Jan 07:22

Choose a tag to compare

Release Notes

Added

  • agentfs ps command to list active sessions.
  • agentfs prune mounts command.

Changed

  • ~/.cache, ~/.gemini, ~/.amp added to default read-write allow list in agentfs run.
  • Group paths by parent directory in agentfs run welcome banner.

Performance

  • Rust SDK: Switch to prepared statement caching.

Fixed

  • Rust SDK: Return ENOENT instead of EIO for file not found errors.

Install agentfs 0.5.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download agentfs 0.5.3

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

0.5.2 - 2026-01-09

09 Jan 17:56

Choose a tag to compare

Release Notes

Fixed

  • Fix Turso dependency.

Install agentfs 0.5.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download agentfs 0.5.2

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

0.5.1 - 2026-01-09

09 Jan 17:12

Choose a tag to compare

Release Notes

Performance

  • Rust SDK: Add dentry cache and path resolution optimizations.
  • Rust SDK: Add in-memory whiteout cache.
  • Rust SDK: Add NormalizedPath type for overlay filesystem.
  • Update Turso to 0.4.3 pre-release to fix WAL read amplification.

Fixed

  • Inode consistency after copy-up in overlay filesystem.
  • unlink() path cache invalidation in FUSE module.

Documentation

  • Update installation command for AgentFS CLI.

Install agentfs 0.5.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download agentfs 0.5.1

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