macOS
brew install encfslocal Homebrew formula metadata
sudo port install encfsMacPorts ports tree · fuse/encfs/Portfile · source: api.github.com
brew
Encrypted pass-through FUSE file system. Version 1.9.5 via Homebrew; verified 2026-06-21.
install
brew install encfslocal Homebrew formula metadata
sudo port install encfsMacPorts ports tree · fuse/encfs/Portfile · source: api.github.com
sudo apk add encfsAlpine Linux edge package indexes · encfs · source: dl-cdn.alpinelinux.org
sudo apt install encfsDebian stable package indexes · encfs · source: deb.debian.org
sudo dnf install fuse-encfsFedora Rawhide package metadata · fuse-encfs · source: dl.fedoraproject.org
sudo pacman -S encfsArch Linux sync databases · encfs · source: geo.mirror.pkgbuild.com
sudo zypper install encfsopenSUSE Tumbleweed package metadata · encfs · source: download.opensuse.org
overview
Encrypted pass-through FUSE file system
history
EncFS is an encrypted userspace filesystem built on FUSE. It stores encrypted files in one directory while exposing plaintext through a mounted directory, making it a familiar Unix tool for per-directory encryption rather than full-disk encryption.
The EncFS README says it was first released in 2003, when FUSE was still young and kernel-module encrypted filesystems were harder to keep working across Linux upgrades. The author describes writing it as a CFS replacement for personal use and then releasing it as open source.
The project later became mature but mostly dormant. As of the README's February 2026 status note, the old C++ implementation had been removed from the main line and a Rust port was underway, with functional but alpha-status support and a warning to keep backups.
EncFS found a place among Linux and Unix users who wanted encrypted directories without repartitioning disks or managing block devices. Its design also fit backup and sync workflows because encrypted filenames and encrypted file contents remain visible as ordinary files to the underlying filesystem.
The README is cautious about new deployments and points readers to newer alternatives such as GoCryptFS or full-disk encryption. That caution is part of EncFS's modern history: it remains important for existing data and compatibility, but it is no longer the default recommendation for fresh encrypted storage.
The traditional workflow is to create or mount an encrypted root directory and a plaintext mount point with `encfs encrypted-dir mount-dir`. The control file in the encrypted directory identifies an existing filesystem; otherwise EncFS prompts to create one.
The design document explains that a volume key encrypts filenames and file contents, while the user's password protects that volume key. `encfsctl` exists for inspecting filesystems and changing the password without re-encrypting all stored data.
EncFS is package-nerd significant because it sits at the awkward intersection of FUSE, crypto defaults, config-file compatibility, and old user data. The design document tracks several historical config formats, from `.encfs3` through `.encfs6.xml` and the newer v7 protobuf formats, which makes version behavior matter.
It is also a good example of a package that should not be summarized as simply 'encryption tool.' The README's own warning about newer alternatives and alpha Rust status is operationally important for users deciding whether they are mounting old data or starting something new.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.encfs6.xmlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
encfs | cli | global executable | |
encfsctl | cli | global executable | |
encfssh | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/vgough/encfs
install metadata
| Package key | brew:encfs |
|---|---|
| Version | 1.9.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/encfs |
| Homepage | https://vgough.github.io/encfs/ |
| Repository | https://github.com/vgough/encfs |
| Upstream docs | https://github.com/vgough/encfs#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/vgough/encfs/archive/refs/tags/v1.9.5.tar.gz |
| Last updated | 2026-06-21T20:12:11-04:00 |
| Pulse | updated |
| Dependencies | libfuse@2, openssl@4, tinyxml2 |
| Build dependencies | cmake, gettext, pkgconf |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | encfs |
| Version Scheme | 0 |
| Revision | 5 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
encfs 1.9.5-3
encrypted virtual filesystem
https://vgough.github.io/encfs/
sudo apt install encfsencfs 1.9.5-2ubuntu3
encrypted virtual filesystem
https://vgough.github.io/encfs/
sudo apt install encfsencfs 1.9.5-r25
EncFS provides an encrypted filesystem in user-space
https://vgough.github.io/encfs/
sudo apk add encfsencfs-doc 1.9.5-r25
EncFS provides an encrypted filesystem in user-space (documentation)
https://vgough.github.io/encfs/
sudo apk add encfs-docencfs-lang 1.9.5-r25
Languages for package encfs
https://vgough.github.io/encfs/
sudo apk add encfs-langencfs-libs 1.9.5-r25
EncFS provides an encrypted filesystem in user-space (libraries)
https://vgough.github.io/encfs/
sudo apk add encfs-libsfuse-encfs 1.9.5-28.fc44
Encrypted pass-thru filesystem in userspace
https://github.com/vgough/encfs
sudo dnf install fuse-encfsencfs 1.9.5-9
Encrypted filesystem in user-space
https://vgough.github.io/encfs/
sudo pacman -S encfsencfs 1.9.5-4.3
Userspace Encrypted File System
https://vgough.github.io/encfs/
sudo zypper install encfsencfs-lang 1.9.5-4.3
Translations for package encfs
https://vgough.github.io/encfs/
sudo zypper install encfs-langencfs
sudo port install encfssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.