Skip to content

fs

Modern and easy-to-use file system API.

2.5.x

2.5.1

May 2, 2026

2.5.0

Apr 4, 2026
  • e97a4ded (#3244 by @SeijiOkuda) Add encoding option for readTextFile and readTextFileLines
  • f75d21db (#3360 by @Legend-Master) Removed the dependency on tauri-utils's build feature
  • f5f68063 (#3185 by @lucasfernog) Enable access for security-scoped resources on iOS by automatically calling NSURL::startAccessingSecurityScopedResource on resource access and adding the stopAccessingSecurityScopedResource API.

2.4.x

2.4.5

Jan 8, 2026
  • 521cd8b3 (#3155 by @EliasStar) Fix off by one error in the implementation of readTextFileLines causing all lines to end with an (additional) null byte. Issue: #3154 PR: #3155

2.4.4

Oct 27, 2025
  • 93426f85 Fixed an issue that caused docs.rs builds to fail. No user facing changes.

2.4.3

Oct 26, 2025

2.4.2

Aug 20, 2025
  • 4eb36b0f (#2907 by @Legend-Master) Fixed calling writeFile with data: ReadableStream throws Invalid argument
  • 515182a1 (#2915 by @samhinshaw) readFile now returns a more specific type Promise<Uint8Array<ArrayBuffer>> instead of the default Promise<Uint8Array<ArrayBufferLike>

2.4.1

Jul 20, 2025

2.4.0

Jun 25, 2025

2.3.x

2.3.0

May 20, 2025

2.2.x

2.2.1

Apr 2, 2025
bug
  • 831c35ff (#2550) Fix writeFile ReadableStream handling due to missing async iterator support on macOS platform

2.2.0

Dec 9, 2024
  • 3a79266b (#2173 by @FabianLars) Bumped all plugins to v2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.

2.0.x

2.0.4

Dec 9, 2024

2.0.3

Dec 2, 2024

2.0.2

Nov 5, 2024
  • 77149dc4 (#1965 by @amrbashir) Fix writeTextFile converting UTF-8 characters (for example äöü) in the given path into replacement character ()

2.0.1

Oct 20, 2024

2.0.0

Oct 2, 2024
  • e2c4dfb6 Update to tauri v2 stable release.

2.0.0-rc.x

2.0.0-rc.6

Oct 2, 2024
  • fc9b189e (#1837 by @FabianLars) Fix failing to deserialize capability file when using an OS specific path in the scope that is not available on the current OS.

2.0.0-rc.5

Sep 15, 2024
  • cc03ccf5 (#1774) Fix scope-app, scope-app-recursive and scope-index not properly enabling the application paths.

2.0.0-rc.4

Sep 12, 2024

2.0.0-rc.3

Sep 5, 2024

2.0.0-rc.2

Aug 29, 2024
bug

2.0.0-rc.1

Aug 17, 2024

2.0.0-rc.0

Aug 2, 2024

Full Changelog

fs full changelog

Version List


© 2026 Tauri Contributors. CC-BY / MIT