April 7th 2026 This version is based on blobfuse2 2.5.2 (upstream).
- #717 Add a dry run validation step to the TUI config flow
- #870 Improve POSIX compatibility
- #879 Update parent directory times in attr_cache
March 11th 2026 This version is based on blobfuse2 2.5.2 (upstream).
- #845 Reduce binary size
- #855 Add . and .. to directory listings
- #856 Fix log destruction concurrency bug
February 23rd 2026 This version is based on blobfuse2 2.5.2 (upstream).
- #827 Fix update command on Linux
- #780 Improve merged server capacity logic
- #842 Reduce calls to cloud, improve GetAttr, List performance
February 3rd 2026 This version is based on blobfuse2 2.5.0 (upstream).
- #825 Generate shell completions on install
- #818 Improve CLI with better documentation and shortcuts
- #819 Use new S3 transfer manager for improved S3 uploads
January 23rd 2026 This version is based on blobfuse2 2.5.0 (upstream).
- #801 Fix libfuse3 dependency for Debian Trixie
December 16th 2025 This version is based on blobfuse2 2.5.0 (upstream).
- #767 Improve size tracker concurrency and accuracy
October 23rd 2025 This version is based on blobfuse2 2.5.0 (upstream).
- #681 Bump blobfuse version to 2.5.0
September 4th 2025 This version is based on blobfuse2 2.4.2 (upstream).
- New terminal-based configuration UI (TUI):
cloudfuse config - New
updatecommand so cloudfuse can update itself - New
gather-logscommand to easily collect all cloudfuse logs and generate a zip file - Support for FUSE3 on Linux bringing faster directory listing and other performance improvements
- Faster file cache performance on Linux
- APT and RPM repositories
-
GUI removed from this repo The GUI is no longer bundled. Install it separately: https://github.com/Seagate/cloudfuse-gui Use the new TUI with
cloudfuse configfor in-terminal setup. -
CLI cleanup and removals Some v1 command-line options were removed. All removed options can still be configured in the
config.yaml. Refer to the docs for the current CLI options. -
Passphrase handling simplified Base64 encoding of the passphrase is no longer required. Existing base64-encoded values continue to work.
- #481 Add update command
- #599 Add log collector
- #641 Add TUI interface
- #657 Improve file_cache performance on linux
- #631 Bump blobfuse version to 2.4.2
- #500 Add builds for fuse3
- #591 Add rpm and apt repository
- #499 Remove GUI
- #624 Remove V1 Command Line Options
- #650 Remove requirement for base64 encoded passphrase
- #633 Add sync command for size_tracker
- #661 Don't mount if enable remount is set and mount failed
- #642 Fix issue with block cache caching files in directories
August 22nd 2025 This version is based on blobfuse2 2.4.1 (upstream).
- #527 Bump blobfuse version to 2.4.1
- #642 Fix issue with files in directory not being cached when using block_cache
- #648 Stop linking against development dependencies of fuse libraries
July 18th 2025 This version is based on blobfuse2 2.4.0 (upstream).
- #601 Allow use of persistent cache across reboots
- #598 If no bucket name specified, default to first accessible bucket
- #583 Move to latest version of WinFSP
June 6th 2025 This version is based on blobfuse2 2.4.0 (upstream).
- #539 Fix issues with block cache and s3
- #566 Fix race conditions with block cache on Windows
- #562 A default file cache path is now set if not in config file
- #565 Data cached in the file cache is now persisted on remounts
May 15th 2025 This version is based on blobfuse2 2.4.0 (upstream).
- #553 Fix prompt to install WinFSP when already installed
- #542 Improve rename file and prevent data loss in rare cases
- #554 Checksum on release is now signed
April 29th 2025 This version is based on blobfuse2 2.4.0 (upstream).
- #532 Fix releases for RHEL that did not correctly link to glibc
April 25th 2025 This version is based on blobfuse2 2.4.0 (upstream).
- #494 Adds initial support for block cache on Windows
- #507 Change default display capacity and other defaults to more sensible values
- #478 Improve checksum support when using s3storage
March 28th 2025 This version is based on blobfuse2 2.3.2 (upstream).
- #490 Adds new mount flags 'enable-remount-system' and 'enable-remount-user' to enable remount on system startup or user login along with corresponding unmount flags 'disable-remount-system' and 'disable-remount-user'
March 25th 2025 This version is based on blobfuse2 2.3.2 (upstream).
- #484 Use registry for a more reliable remount on startup
March 12th 2025 This version is based on blobfuse2 2.3.2 (upstream).
- #475 Fix bug where cloudfuse mounts with secure config files on Windows without foreground did not start correctly
March 6th 2025 This version is based on blobfuse2 2.3.2 (upstream).
- #471 Fix bug where passphrase for secure encryption was not properly decoded as base64
March 4th 2025 This version is based on blobfuse2 2.3.2 (upstream).
- #469 Add enable-remount and disable-remount flags to CLI for Windows to better enable customizability on which mounts should remount on restart
- #467 Fixed bug with creation of windows startup utility
March 3rd 2025 This version is based on blobfuse2 2.3.2 (upstream).
- #445 Support custom SDDL strings on Windows to customize mount permissions
- #464 No_gui installer now is able to restart mounts on restart if the user installs cloudfuse as a service
- #445 GUI is able to mount as a drive letter on Windows
February 20th 2025 This version is based on blobfuse2 2.3.2 (upstream).
- #286 Prevent heap inspection of stored secrets
- #445 Cleanup and remove unused debug info in GUI
- #338 The service command now works on Linux to install cloudfuse as a service
- #444 Fix issue when renaming directories
- #455 Network share on Windows now correctly uses the hostname
February 4th 2025 This version is based on blobfuse2 2.3.2 (upstream).
- #423 Add a new component size_track which tracks the total number of bytes in the cloud
- #338 The service command now works on Linux to install cloudfuse as a service
January 15th 2025 This version is based on blobfuse2 2.3.2 (upstream).
- #374 Fix issue with items remaining in cache and remove race conditions
January 13th 2025 This version is based on blobfuse2 2.3.2 (upstream).
- #404 Fix error with open file handles when renaming files
- #397 Add man pages and follow best practices for RHEL and Debian builds
December 11th 2024 This version is based on blobfuse2 2.3.2 (upstream).
November 8th 2024 This version is based on blobfuse2 2.3.2 (upstream).
- #364 Fix daemon issue on builds with golang 1.23.2
November 6th 2024 This version is based on blobfuse2 2.3.2 (upstream).
- #358 Use Lyve Cloud bucket size by default for StatFs
- #358 Fix StatFs used capacity math bug in file cache
October 31st 2024 This version is based on blobfuse2 2.3.2 (upstream).
- #354 Fix cloudfuse naming in gui to be consistent
- #352 Properly pass settings and default use in get configs when config file does not exist
- #349 Bump pyside6 from 6.8.0 to 6.8.0.2 to fix GUI issues for Ubuntu 24.04
- #343 Change save button behavior in widgets
October 22nd 2024 This version is based on blobfuse2 2.3.2 (upstream).
- #312 Add option to set mount display capacity
- #342 Update default endpoint to LC2 (sv15.lyve) and improve error handling when connecting to Lyve Cloud
- #323 Don't evict open files
- #317 When renaming a directory, don't delete the local copy of its contents
August 28th 2024 This version is based on blobfuse2 2.3.0 (upstream).
- #307 Allow all users to write to the mount by default (Windows only)
- #309 Uninstaller now removes WinFSP (Windows only)
August 7th 2024 This version is based on blobfuse2 2.3.0 (upstream).
- #297 Add installation without GUI front-end
July 23th 2024 This version is based on blobfuse2 2.3.0 (upstream).
- #294 Fix setting system path on Windows install
July 11th 2024 This version is based on blobfuse2 2.3.0 (upstream).
- #263 When mounting to a Windows drive letter with network-share true, set volume name to container name
- #273 Default cloud component to s3storage when config has no components section
July 3rd 2024 This version is based on blobfuse2 2.3.0 (upstream).
- #219 Improve performance with Windows Explorer
- #212 Detect region from endpoint by default
- #237 Allow empty bucket-name and default to the first accessible s3 bucket
- #238 Use base64 encoding for config passphrase
May 7th 2024 This version is based on blobfuse2 2.2.1 (upstream).
- #199 Make Cloudfuse CLI run on other flavors and version of Linux - tested on CentOS
April 10th 2024 This version is based on blobfuse2 2.2.1 (upstream).
- #159 Add instructions to install Cloudfuse as a service on Linux using systemd
- #167 GUI: Fix bug where GUI can not find Cloudfuse CLI
- #181 Fix: Renaming a directory leaves behind an empty source directory in file cache
March 14th 2024 This version is based on blobfuse2 2.2.1 (upstream).
- #116 By default encrypt and decrypt commands now output to the same directory as the supplied config file
- #122 Log file timestamps now include milliseconds
- #128 GUI: Add Cloudfuse version to about page
- cleanup CLI documentation
- update to latest Go dependencies
- update Python dependencies
- #149 GUL: Fix dependency-related crash on Linux
- #150 GUL: Fix about page appearance in dark mode
- #125 GUI: Scroll status textbox to latest output
- #148 GUI: Prevent user editing status textbox
February 13th 2024 This version is based on blobfuse2 2.2.0 (upstream).
- fix version output
February 12th 2024 This version is based on blobfuse2 2.2.0 (upstream).
- improved performance of directory listing
- merged upstream version 2.2.0
January 19th 2024 This version is based on blobfuse2 2.1.2 (upstream).
- #102 Fix S3 connection error caused by GUI defaulting profile to 'default'
- #103 Improve --dry-run to detect config errors on Windows properly
January 18th 2024 This version is based on blobfuse2 2.1.2 (upstream).
- service mount & unmount commands removed (just use mount & unmount)
- mount now runs as a service by default (foreground flag is respected) on Windows
mount listandunmount alladded to Windows CLI- GUI now restores most recent mount directory on launch
- sample config files now install to %APPDATA%\Cloudfuse\ on Windows or /usr/share/doc/examples/ on Linux
- config defaults in GUI and samples set for persistent file_cache and improved performance
December 20th 2023 This version is based on blobfuse2 2.1.2 (upstream).
- Windows mount no longer requires admin rights
- Replaced service dedicated to restart mounts on boot up, with a new Windows startup tool that restarts mounts on login.
- Persistent mounts are now stored in AppData on Windows rather than the registry.
- Add --dry-run option
- Bump golang.org/x/crypto from 0.15.0 to 0.17.0
- #58 Fix Windows permissions
- #61 Keep window open on failed config write
- #62 Don't delete file cache on unmount when allow-non-empty-temp is set
- #70 Fix window position issue
November 30th 2023 This version is based on blobfuse2 2.1.2 (upstream).
- Changed sync-to-flush to true by default.
- #48 Prevent "Access Denied" when running as a Windows service
November 6th 2023 This version is based on blobfuse2 2.1.0 (upstream).
- Include an installer on Windows
- Linux installers now include the GUI and add it to the user applications.
- Unmount now accepts --lazy as an argument to unmount in background
- #29 Listing directories on S3 now correctly lists directories up until the maximum configured
- #28 User-Agent header is now sent on S3 requests
October 19th 2023 This release includes all features planned for the 1.0.0 release of cloudfuse, which will be released after additional bug fixes. This version is based on blobfuse2 2.1.0 (upstream).
- Runs on Windows using WinFSP, and runs as a Windows service to provide a persistent mount
- S3 cloud storage is now a supported cloud backend
- GUI for easy configuration on Linux and Windows