Releases: tursodatabase/agentfs
Releases · tursodatabase/agentfs
0.6.2 - 2026-02-21
21 Feb 08:13
Compare
Sorry, something went wrong.
No results found
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
0.6.0 - 2026-02-05
05 Feb 08:29
Compare
Sorry, something went wrong.
No results found
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
v0.6.0-pre.5
03 Feb 12:53
Compare
Sorry, something went wrong.
No results found
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
v0.6.0-pre.4
30 Jan 17:28
Compare
Sorry, something went wrong.
No results found
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
v0.6.0-pre.3
28 Jan 13:03
Compare
Sorry, something went wrong.
No results found
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
v0.6.0-pre.2
23 Jan 05:24
Compare
Sorry, something went wrong.
No results found
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
v0.6.0-pre.1
16 Jan 13:08
Compare
Sorry, something went wrong.
No results found
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
0.5.3 - 2026-01-10
10 Jan 07:22
Compare
Sorry, something went wrong.
No results found
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
0.5.2 - 2026-01-09
09 Jan 17:56
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed
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
0.5.1 - 2026-01-09
09 Jan 17:12
Compare
Sorry, something went wrong.
No results found
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