fuse-zip is a FUSE file system to navigate, extract, create, and modify ZIP archives based on libzip implemented in C++. You can work with ZIP archives as real directories. Unlike KIO or Gnome VFS, it can be used in any application without modifications.
| Tags | Filesystems |
|---|---|
| Licenses | LGPL |
| Operating Systems | POSIX Linux Mac OS X BSD FreeBSD |
| Implementation | C++ |
Recent releases


Release Notes: This release fixes issue #27: Android APK Support. It fixes issue #28: didn't honor the -r flag for some zip files.


Release Notes: Many memory leaks and file loss cases were fixed.


Release Notes: A problem in which the code did not compile with libfuse 2.8 or earlier was fixed.


Release Notes: The description of the "-r" option was added. A note was added about converting file names inside an archive (for Russians who use "another OS").


Release Notes: Now command line options are correctly processed