# cryfs mit Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cryfs in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:cryfs
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install cryfs
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cryfs
```

  Evidenz: MacPorts ports tree: fuse/cryfs/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install cryfs
```

  Evidenz: Debian stable package indexes: cryfs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install cryfs
```

  Evidenz: Fedora Rawhide package metadata: cryfs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#cryfs
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/cr/cryfs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S cryfs
```

  Evidenz: Arch Linux sync databases: cryfs from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install cryfs
```

  Evidenz: openSUSE Tumbleweed package metadata: cryfs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:cryfs
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/cryfs>
- **Version:** 1.0.3
- **Quellzusammenfassung:** Encrypts your files so you can safely store them in Dropbox, iCloud, etc.
- **Homepage:** <https://www.cryfs.org>
- **Repository:** <https://github.com/cryfs/cryfs>
- **Upstream-Dokumentation:** <https://www.cryfs.org/howitworks>
- **Lizenz:** LGPL-3.0-or-later
- **Quellarchiv:** <https://github.com/cryfs/cryfs/releases/download/1.0.3/cryfs-1.0.3.tar.gz>
- **Zuletzt aktualisiert:** 2026-06-21T20:12:11-04:00
- **Generiert:** 2026-07-08T07:18:31+00:00

## Executables

- cryfs (cli)
- cryfs-unmount (cli)
- cryfs (Alias)
- cryfs-unmount (Alias)

## Abhängigkeiten

- boost
- fmt
- libfuse@2
- spdlog

## Build-Abhängigkeiten

- cmake
- curl
- pkgconf
- python@3.14
- range-v3

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 1.0.3
- Manager aktualisiert: 2026-06-21
- lokale Daten: OK
- Upstream-Repository: https://github.com/cryfs/cryfs
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

CryFS is an encrypted filesystem aimed at storing data safely on cloud-sync services. In package-manager terms it sits at the intersection of FUSE filesystem tooling, local encryption utilities, and privacy-oriented desktop workflows.

### Projektgeschichte

CryFS was published as an open-source cryptographic filesystem for the cloud, with its official site describing a design that encrypts content, filenames, directory structure, timestamps, and other metadata into fixed-size encrypted blocks. The official technical page cites a 2015 master's thesis and a 2017 DBSec publication for the security analysis behind the design.

### Adoptionsgeschichte

The upstream README documents distribution through apt, pacman, Homebrew, MacPorts, Nix, and experimental Windows builds, and also mentions GUI integrations such as SiriKali and KDE Plasma Vault. That breadth explains why package managers carry CryFS even though it is a specialized filesystem tool: users need it installed close to the operating system, FUSE layer, and desktop integration points.

### Wie es verwendet wird

A typical CryFS workflow creates a vault directory, stores an encrypted configuration file named cryfs.config there, and mounts decrypted contents through the cryfs command. Its cloud-storage focus is visible in the official examples naming Dropbox, iCloud, OneDrive, and similar services, while the docs warn about non-concurrent use and corruption risks if multiple devices or sync clients write at the same time.

### Warum Paket-Nerds sich dafür interessieren

CryFS matters to packagers because it pulls ordinary package management into filesystem integration: macOS users need macFUSE, Linux users need FUSE support, Windows builds use DokanY, and the project has historically cared about distro packages as first-class install routes. The package is therefore more than a binary drop; it is a small filesystem stack with platform-specific runtime expectations.

### Zeitleiste

- 2015: The official security-analysis page cites the CryFS master's thesis.
- 2017: The official site cites a DBSec publication on the CryFS construction.
- 2024: CryFS 1.0.0 was published on the official GitHub releases page.
- 2025: The 1.0.x and 2.0.0-alpha release lines were active on GitHub.

### Related projects

- The CryFS documentation contrasts its block-based metadata-hiding approach with file-based encrypted filesystems such as EncFS and gocryptfs, and the README points to SiriKali and KDE Plasma Vault as GUI front ends that can use CryFS.

### Quellen

- <https://www.cryfs.org/howitworks>
- <https://github.com/cryfs/cryfs>
- <https://api.github.com/repos/cryfs/cryfs/releases>


## Sicherheitshinweise

broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.

- **Geiger-Risiko:** orange / mittel
- broad file, network, media, or database tool signal
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

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.


## Configuration files

- Unix: vaultdir/cryfs.config
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** cryfs
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Requirements:** linux
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- Debian apt - cryfs - 0.11.4-3: normalized package name match | Debian stable package indexes: cryfs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | encrypt your files and store them in the cloud | https://www.cryfs.org/
- Nix - cryfs: normalized package name match | nixpkgs package indexes: pkgs/by-name/cr/cryfs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cryfs - 0.11.4-1build5: normalized package name match | Ubuntu 24.04 LTS package indexes: cryfs from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | encrypt your files and store them in the cloud | https://www.cryfs.org/
- dnf - cryfs - 0.11.3-15.fc44: normalized package name match | Fedora Rawhide package metadata: cryfs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Cryptographic filesystem for the cloud | https://www.cryfs.org/
- pacman - cryfs - 1.0.3-5: normalized package name match | Arch Linux sync databases: cryfs from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Cryptographic filesystem for the cloud | https://www.cryfs.org
- zypper - cryfs - 1.0.3-1.6: normalized package name match | openSUSE Tumbleweed package metadata: cryfs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Cryptographic filesystem for the cloud | https://www.cryfs.org/
- MacPorts - cryfs: normalized package name match | MacPorts ports tree: fuse/cryfs/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Secret-risk packages](https://www.automicvault.com/de/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/de/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [cmake](https://www.automicvault.com/de/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [curl](https://www.automicvault.com/de/pkg/brew/curl/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/de/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [python@3.14](https://www.automicvault.com/de/pkg/brew/python-3-14/) - Build dependency declared by Homebrew.
- [dislocker](https://www.automicvault.com/de/pkg/brew/dislocker/) - Shares av.db curated category or tags: cli, encryption, filesystem, fuse, security.
- [gocryptfs](https://www.automicvault.com/de/pkg/brew/gocryptfs/) - Shares av.db curated category or tags: cli, encryption, filesystem, fuse, security.
- [encfs](https://www.automicvault.com/de/pkg/brew/encfs/) - Shares av.db curated category or tags: cli, encryption, filesystem, fuse, security.
- [git-crypt](https://www.automicvault.com/de/pkg/brew/git-crypt/) - Shares av.db curated category or tags: cli, encryption, security.
- [git-remote-gcrypt](https://www.automicvault.com/de/pkg/brew/git-remote-gcrypt/) - Shares av.db curated category or tags: cli, encryption, security.
- [shush](https://www.automicvault.com/de/pkg/brew/shush/) - Shares av.db curated category or tags: cli, encryption, security.
- [ssh-vault](https://www.automicvault.com/de/pkg/brew/ssh-vault/) - Shares av.db curated category or tags: cli, encryption, security.
- [transcrypt](https://www.automicvault.com/de/pkg/brew/transcrypt/) - Shares av.db curated category or tags: cli, encryption, security.

## Combined YAML source

View the package source record on GitHub. [combined/cryfs.yml](https://github.com/automic-vault/db/blob/main/combined/cryfs.yml)


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
