macOS
brew install gocryptfslocal Homebrew formula metadata
sudo port install gocryptfsMacPorts ports tree · fuse/gocryptfs/Portfile · source: api.github.com
brew
Encrypted overlay filesystem written in Go. Version 2.6.1 via Homebrew; verified 2026-04-20.
install
brew install gocryptfslocal Homebrew formula metadata
sudo port install gocryptfsMacPorts ports tree · fuse/gocryptfs/Portfile · source: api.github.com
sudo apk add gocryptfsAlpine Linux edge package indexes · gocryptfs · source: dl-cdn.alpinelinux.org
sudo apt install gocryptfsDebian stable package indexes · gocryptfs · source: deb.debian.org
sudo dnf install gocryptfsFedora Rawhide package metadata · gocryptfs · source: dl.fedoraproject.org
nix profile install nixpkgs#gocryptfsnixpkgs package indexes · pkgs/by-name/go/gocryptfs/package.nix · source: api.github.com
sudo pacman -S gocryptfsArch Linux sync databases · gocryptfs · source: geo.mirror.pkgbuild.com
sudo zypper install gocryptfsopenSUSE Tumbleweed package metadata · gocryptfs · source: download.opensuse.org
overview
Encrypted overlay filesystem written in Go
history
gocryptfs is an encrypted FUSE overlay filesystem written in Go. It was designed as an EncFS-inspired tool that fixes security weaknesses while preserving the convenient model of mounting an encrypted directory as a plaintext view.
The public GitHub repository was created in September 2015. The README says gocryptfs is built on go-fuse, was inspired by EncFS, and strives to fix EncFS security issues while providing good performance.
The project reached version 1.0 on July 17, 2016 after stress and correctness testing with fsstress, extractloop, and xfstests. The README also records a March 3, 2017 security audit, signed releases from v0.4 onward, Linux as the native platform, beta-quality macOS support, and a stable CLI ABI for scripts and applications.
gocryptfs spread through the channels expected for a filesystem utility: upstream release binaries, Linux distribution packages, MacPorts, Homebrew, and package-manager metadata for Alpine, Debian, Fedora, Nix, Arch, Ubuntu, and openSUSE in the batch input.
Its adoption was helped by a clear operational niche: users wanted per-directory encryption that worked with sync tools and ordinary filesystems without placing trust in a full-disk-encryption layer or a cloud provider.
The core workflow is to run `gocryptfs -init CIPHERDIR` and then mount `CIPHERDIR` at a plaintext mount point. The manpage also documents password changes, filesystem checks, info display, reverse mode, deterministic names, speed tests, and other operational flags.
gocryptfs stores encrypted data in CIPHERDIR and presents a plaintext view at MOUNTPOINT. Its `gocryptfs.conf` file is part of the encrypted directory metadata, while the password or master key remains the user's responsibility.
Package nerds care about gocryptfs because filesystem tools are hard to package well: they touch FUSE, kernel interfaces, release signatures, platform caveats, and data safety. gocryptfs documents those edges unusually directly, including signed releases, security design, stable CLI ABI, benchmark expectations, and config-file recovery advice.
It is also a strong example of Go in systems-tool packaging: a single CLI with static-binary potential, distribution packages, and tight interaction with low-level OS facilities.
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.
CIPHERDIR/gocryptfs.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gocryptfs | cli | global executable | |
gocryptfs-xray | 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/rfjakob/gocryptfs
install metadata
| Package key | brew:gocryptfs |
|---|---|
| Version | 2.6.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gocryptfs |
| Homepage | https://nuetzlich.net/gocryptfs/ |
| Repository | https://github.com/rfjakob/gocryptfs |
| Upstream docs | https://github.com/rfjakob/gocryptfs#readme |
| License | MIT |
| Source archive | https://github.com/rfjakob/gocryptfs/releases/download/v2.6.1/gocryptfs_v2.6.1_src-deps.tar.gz |
| Last updated | 2026-04-20T18:48:44Z |
| Pulse | updated |
| Dependencies | libfuse, openssl@4 |
| Build dependencies | go, 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 | gocryptfs |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| 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.
gocryptfs 2.5.1-2+b1
Encrypted overlay filesystem written in Go
https://github.com/rfjakob/gocryptfs
sudo apt install gocryptfsgocryptfs
nix profile install nixpkgs#gocryptfsgocryptfs 2.4.0-1build3
Encrypted overlay filesystem written in Go
https://github.com/rfjakob/gocryptfs
sudo apt install gocryptfsgocryptfs 2.6.1-r5
Encrypted overlay filesystem written in Go
https://github.com/rfjakob/gocryptfs
sudo apk add gocryptfsgocryptfs-doc 2.6.1-r5
Encrypted overlay filesystem written in Go (documentation)
https://github.com/rfjakob/gocryptfs
sudo apk add gocryptfs-docgocryptfs 2.6.1-5.fc44
Encrypted overlay filesystem written in Go
https://github.com/rfjakob/gocryptfs
sudo dnf install gocryptfsgocryptfs 2.6.1-1
Encrypted overlay filesystem written in Go.
https://github.com/rfjakob/gocryptfs
sudo pacman -S gocryptfsgocryptfs 2.6.1-1.5
Encrypted overlay filesystem written in Go
https://nuetzlich.net/gocryptfs/
sudo zypper install gocryptfsgocryptfs-doc 2.6.1-1.5
Documentation for gocryptfs
https://nuetzlich.net/gocryptfs/
sudo zypper install gocryptfs-docgocryptfs
sudo port install gocryptfssource 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.