# Install fastd with Homebrew, apk, apt, dnf, Nix, pacman

Fast and Secure Tunnelling Daemon. Version 23 via Homebrew; verified 2026-05-27.

## Install

```sh
sudo av install brew:fastd
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install fastd
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add fastd
```

  Evidence: Alpine Linux edge package indexes: fastd from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install fastd
```

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

- dnf (92%):

```sh
sudo dnf install fastd
```

  Evidence: Fedora Rawhide package metadata: fastd 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#fastd
```

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

- pacman (92%):

```sh
sudo pacman -S fastd
```

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

## Package facts

- **Package key:** brew:fastd
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/fastd>
- **Version:** 23
- **Source summary:** Fast and Secure Tunnelling Daemon
- **Homepage:** <https://github.com/neocturne/fastd>
- **Repository:** <https://github.com/neocturne/fastd>
- **Upstream docs:** <https://fastd.readthedocs.io/en/stable>
- **License:** BSD-2-Clause
- **Source archive:** <https://github.com/neocturne/fastd/releases/download/v23/fastd-23.tar.xz>
- **Last updated:** 2026-05-27T07:09:09Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- fastd (cli)
- fastd (alias)

## Dependencies

- json-c
- libsodium
- libuecc
- openssl@4

## Build dependencies

- bison
- meson
- ninja
- pkgconf

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 23
- Package-manager updated: 2026-05-27
- Local data: ok
- Upstream repository: https://github.com/neocturne/fastd
- info: No cached GitHub release or tag data was available.
## Project history and usage

fastd is a small VPN daemon that tunnels IP packets and Ethernet frames over UDP. It is designed for flexible topologies, modern software-friendly cryptography, and lightweight deployment on Unix-like systems.

### Project history

The upstream README and documentation describe fastd as the Fast and Secure Tunneling Daemon, supporting 1:1, 1:n, and meshed network topologies. It runs on Linux, FreeBSD, OpenBSD, and macOS, with Android code present but not actively maintained.

The stable documentation tracks releases from v15 through v23. v15 introduced Sphinx-based documentation, macOS support, UMAC authentication, status sockets, and OpenWrt integration improvements. Later releases added and refined L2TP offloading, security mitigations, build-system updates, and operational fixes.

fastd's cryptographic documentation emphasizes composable methods, with `salsa2012+umac` recommended for authenticated encryption and `null+salsa2012+umac` for authenticated-only operation. This shows the project's focus on fast software cryptography rather than simply wrapping generic TLS or IPsec stacks.

### Adoption history

The official README says binary packages are provided by many major Linux distributions. The package-manager metadata for this Homebrew formula also shows availability across Alpine, Debian, Fedora, Nix, Arch, Ubuntu, and Homebrew, which fits fastd's role as a deployable networking daemon rather than an application framework.

fastd is particularly associated with community mesh and VPN deployments where simple UDP traversal, peer configuration, and distribution packaging matter. The v23 release notes explicitly discuss common Gluon wireless mesh firmware deployments when explaining which configurations were unaffected by a fast-reconnect amplification issue.

### How it is used

A typical fastd deployment defines a daemon configuration with bind addresses, methods, secret keys, peers or peer directories, MTU settings, and hook scripts. Peers can be included from directories and reloaded on SIGHUP, which suits mesh-style deployments with many peer definitions.

Operators use fastd when they want a lightweight userspace VPN over UDP with configurable cryptographic methods and TUN/TAP behavior. The daemon can be run as part of routers, Linux servers, BSD hosts, or macOS test environments, with distribution packages handling service integration.

### Why package nerds care

fastd is interesting to package maintainers because it lives at the boundary of networking, crypto libraries, init/service integration, capabilities, and platform-specific TUN/TAP behavior. Small changes in dependencies or build options affect what ciphers, MACs, status sockets, and offload paths are available.

It is also a reminder that not every VPN package wants the same abstraction. fastd's packaging matters to mesh-network communities because it is small, scriptable, and available in many distro repositories.

### Timeline

- v15: Added Sphinx documentation, macOS support, UMAC methods, and status sockets.
- v20: Continued release series documented under stable fastd docs.
- v22: Added L2TP-style work later referenced by v23 security notes.
- v23: Mitigated CVE-2025-24356 fast-reconnect amplification behavior.

### Related projects

- Gluon is referenced by fastd's release notes as a common wireless mesh firmware deployment context.
- TUN/TAP drivers and libraries such as libsodium, NaCl, OpenSSL, json-c, and libmnl appear in fastd's platform and feature surface.

### Sources

- <https://github.com/neocturne/fastd>
- <https://fastd.readthedocs.io/en/stable/>
- <https://fastd.readthedocs.io/en/stable/manual/config.html>
- <https://fastd.readthedocs.io/en/stable/manual/methods.html>
- <https://fastd.readthedocs.io/en/stable/releases/v15.html>
- <https://fastd.readthedocs.io/en/stable/releases/v23.html>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

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

## Other Package-Manager Records

- Debian apt - fastd - 23-2: normalized package name match | Debian stable package indexes: fastd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Fast and Secure Tunneling Daemon | https://github.com/NeoRaider/fastd
- Debian apt - fastd-doc - 23-2: normalized package name match | Debian stable package indexes: fastd-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Fast and Secure Tunneling Daemon (documentation) | https://github.com/NeoRaider/fastd
- Nix - fastd: normalized package name match | nixpkgs package indexes: pkgs/by-name/fa/fastd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - fastd - 22-4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: fastd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Fast and Secure Tunneling Daemon | https://github.com/NeoRaider/fastd
- Ubuntu apt - fastd-doc - 22-4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: fastd-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Fast and Secure Tunneling Daemon (documentation) | https://github.com/NeoRaider/fastd
- apk - fastd - 23-r0: normalized package name match | Alpine Linux edge package indexes: fastd from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fast and Secure Tunneling Daemon | https://github.com/NeoRaider/fastd/
- apk - fastd-doc - 23-r0: normalized package name match | Alpine Linux edge package indexes: fastd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fast and Secure Tunneling Daemon (documentation) | https://github.com/NeoRaider/fastd/
- apk - fastd-openrc - 23-r0: normalized package name match | Alpine Linux edge package indexes: fastd-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fast and Secure Tunneling Daemon (OpenRC init scripts) | https://github.com/NeoRaider/fastd/
- dnf - fastd - 23-3.fc44: normalized package name match | Fedora Rawhide package metadata: fastd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Fast and secure tunneling daemon | https://github.com/neocturne/fastd
- pacman - fastd - 23-1: normalized package name match | Arch Linux sync databases: fastd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Fast and secure tunneling daemon | https://github.com/neocturne/fastd


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [openssl@4](https://www.automicvault.com/pkg/brew/openssl-4/) - Runtime dependency declared by Homebrew.
- [bison](https://www.automicvault.com/pkg/brew/bison/) - Build dependency declared by Homebrew.
- [meson](https://www.automicvault.com/pkg/brew/meson/) - Build dependency declared by Homebrew.
- [ninja](https://www.automicvault.com/pkg/brew/ninja/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [dsvpn](https://www.automicvault.com/pkg/brew/dsvpn/) - Shares av.db curated category or tags: cli, networking, tunneling, vpn.
- [nebula](https://www.automicvault.com/pkg/brew/nebula/) - Shares av.db curated category or tags: cli, networking, security, vpn.
- [onioncat](https://www.automicvault.com/pkg/brew/onioncat/) - Shares av.db curated category or tags: cli, networking, tunneling, vpn.
- [openiked](https://www.automicvault.com/pkg/brew/openiked/) - Shares av.db curated category or tags: cli, daemon, networking, vpn.
- [openvpn](https://www.automicvault.com/pkg/brew/openvpn/) - Shares av.db curated category or tags: cli, networking, tunneling, vpn.
- [sshuttle](https://www.automicvault.com/pkg/brew/sshuttle/) - Shares av.db curated category or tags: cli, networking, tunneling, vpn.
- [tinc](https://www.automicvault.com/pkg/brew/tinc/) - Shares av.db curated category or tags: cli, networking, tunneling, vpn.
- [wireguard-tools](https://www.automicvault.com/pkg/brew/wireguard-tools/) - Shares av.db curated category or tags: cli, networking, tunneling, vpn.
- [openfortivpn](https://www.automicvault.com/pkg/brew/openfortivpn/) - Local package facts share a topical domain. Shared terms: cli, networking, openssl, openssl-4, vpn.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- 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
