Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: tursodatabase/agentfs

0.6.4 - 2026年03月25日

25 Mar 08:03
@github-actions github-actions

Choose a tag to compare

Release Notes

Fixed

  • TypeScript SDK: Add @tursodatabase/serverless to 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

0.6.3 - 2026年03月25日

25 Mar 07:30
@github-actions github-actions

Choose a tag to compare

Release Notes

Added

  • TypeScript SDK: Serverless adapter for @tursodatabase/serverless.

Fixed

  • Rust SDK: Fix hostfs create_file() failing with EEXIST on existing files.
  • TypeScript SDK: Re-add statement caching and fix transaction adapter.

Documentation

  • Fix argument order for agentfs fs commands 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
Loading

0.6.2 - 2026年02月21日

21 Feb 08:13
@github-actions github-actions

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
Loading

0.6.0 - 2026年02月05日

05 Feb 08:29
@github-actions github-actions

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
Loading

v0.6.0-pre.5

03 Feb 12:53
@github-actions github-actions

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
Loading

v0.6.0-pre.4

30 Jan 17:28
@github-actions github-actions

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
Loading

v0.6.0-pre.3

28 Jan 13:03
@github-actions github-actions

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
Loading
cravenceiling, iefnaf, and jedisct1 reacted with heart emoji
3 people reacted

v0.6.0-pre.2

23 Jan 05:24
@github-actions github-actions

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
Loading

v0.6.0-pre.1

16 Jan 13:08
@github-actions github-actions

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
Loading

0.5.3 - 2026年01月10日

10 Jan 07:22
@github-actions github-actions

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
Loading
Previous 1 3 4 5 6
Previous

AltStyle によって変換されたページ (->オリジナル) /