-
Notifications
You must be signed in to change notification settings - Fork 174
Releases: tursodatabase/agentfs
Releases · tursodatabase/agentfs
0.6.4 - 2026年03月25日
Release Notes
Fixed
- TypeScript SDK: Add
@tursodatabase/serverlessto dev dependencies to fix CI build.
Install agentfs 0.6.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/agentfs/releases/download/v0.6.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.4/agentfs-installer.ps1 | iex"Download agentfs 0.6.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 |
Assets 23
- sha256:05995085f64d8402f5e863eba8d4f7aa710a375d7fec25bd5e2fd9c38a90772a5.8 MB
2026年03月25日T08:03:33Z - sha256:d07772d7c96f16c0d8996c15502f189d449ab0d9460fc2fe68f6edbae91bae734.31 MB
2026年03月25日T08:03:33Z - sha256:bfe003b5b8c278b2629fbe22c8231dcfdffe696dd6d441bd43e496f8af60d87c103 Bytes
2026年03月25日T08:03:33Z - sha256:f78035d79dca8944cc5bb0dadd4743856c28e61ec9814dfad890efafdd852cfe4.7 MB
2026年03月25日T08:03:33Z - sha256:2652fd39384ea301b101456989785c2ef009a74de02cbf7648d14cec5431a6625.32 MB
2026年03月25日T08:03:33Z - sha256:c2084502ff121ce5069423f00f0d80bb8922b87ae1fb7a51f6495a58c0610f15108 Bytes
2026年03月25日T08:03:33Z - sha256:cafb07584a85388a24857a621acbc0d4b75ee77a605aecca45d83d8e58c07a1e21.2 KB
2026年03月25日T08:03:33Z - sha256:f9f62a950e61d106f615e222cfdec799ca4175f4d6c3d9b2fce3280baf2539c050.9 KB
2026年03月25日T08:03:33Z - sha256:d856c0326d97bce2b40dedb82a92edab30578a062b57deb908990a1335b64cba6 MB
2026年03月25日T08:03:33Z - sha256:4f7bc9d21697bb269460cd025687d860969b9d35d32e6c3eef5bbb49d7dab77e4.84 MB
2026年03月25日T08:03:33Z -
2026年03月25日T07:51:03Z -
2026年03月25日T07:51:03Z - Loading
0.6.3 - 2026年03月25日
Release Notes
Added
- TypeScript SDK: Serverless adapter for
@tursodatabase/serverless.
Fixed
- Rust SDK: Fix hostfs
create_file()failing withEEXISTon existing files. - TypeScript SDK: Re-add statement caching and fix transaction adapter.
Documentation
- Fix argument order for
agentfs fscommands in README.
Install agentfs 0.6.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/agentfs/releases/download/v0.6.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.3/agentfs-installer.ps1 | iex"Download agentfs 0.6.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 |
Assets 23
0.6.2 - 2026年02月21日
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 |
Assets 23
0.6.0 - 2026年02月05日
Release Notes
AgentFS is now beta!
Added
agentfs migratecommand for schema upgrades.agentfs execcommand for running commands in an existing session.-coption toagentfs initfor custom configuration.--backendoption toagentfs mountfor selecting mount backend.- Local encryption support with
--keyoption. - 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
fusercrate. - Vendor
nfsservecrate. - 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 IMMEDIATEin 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 execcommand andagentfs init -coption.
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 |
Assets 23
v0.6.0-pre.5
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 |
Assets 23
v0.6.0-pre.4
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 |
Assets 23
v0.6.0-pre.3
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 |
Assets 23
3 people reacted
v0.6.0-pre.2
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 |
Assets 23
v0.6.0-pre.1
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 |
Assets 23
0.5.3 - 2026年01月10日
Release Notes
Added
agentfs pscommand to list active sessions.agentfs prune mountscommand.
Changed
~/.cache,~/.gemini,~/.ampadded to default read-write allow list inagentfs run.- Group paths by parent directory in
agentfs runwelcome 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 |