Changelog
- Enables hardware acceleration dynamically based on CPU capabilities. No more need to compile specially for each platform.
- Normalizes filenames on macOS to NFC for compatibility with native applications. The behavior can be tuned by option
--nfc
. Fixes #74. - Signs commits and binary releases with GPG.
- Supports Finder tags on macOS.
- Supports Linux kernel version >= 5.4. Fixes #87.
- Supports full mode encryption on Windows.
- Fixes logging with Unicode characters on Windows.
- Fixes (harmless) symlink errors on Windows.
Binary release
The precompiled binary is for Windows only. Requires WinFsp 2019.2 and VC++ Redist to be installed.
Warning: the 32-bit binary may not work with larger than 4GiB files.
Source release
To build from source, you need to clone the repo by git with git clone --recursive
. Do not download the zip or tar.gz archive on this page as they are missing submodules.