macOS
brew install fastdlocal Homebrew formula metadata
brew
Fast and Secure Tunnelling Daemon. Version 23 via Homebrew; verified 2026-05-27.
install
brew install fastdlocal Homebrew formula metadata
sudo apk add fastdAlpine Linux edge package indexes · fastd · source: dl-cdn.alpinelinux.org
sudo apt install fastdDebian stable package indexes · fastd · source: deb.debian.org
sudo dnf install fastdFedora Rawhide package metadata · fastd · source: dl.fedoraproject.org
nix profile install nixpkgs#fastdnixpkgs package indexes · pkgs/by-name/fa/fastd/package.nix · source: api.github.com
sudo pacman -S fastdArch Linux sync databases · fastd · source: geo.mirror.pkgbuild.com
overview
Fast and Secure Tunnelling Daemon
history
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.
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.
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.
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.
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fastd | 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/neocturne/fastd
install metadata
| Package key | brew:fastd |
|---|---|
| Version | 23 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fastd |
| 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 |
| Pulse | updated |
| Dependencies | json-c, libsodium, libuecc, openssl@4 |
| Build dependencies | bison, meson, ninja, pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
fastd 23-2
Fast and Secure Tunneling Daemon
https://github.com/NeoRaider/fastd
sudo apt install fastdfastd-doc 23-2
Fast and Secure Tunneling Daemon (documentation)
https://github.com/NeoRaider/fastd
sudo apt install fastd-docfastd
nix profile install nixpkgs#fastdfastd 22-4build2
Fast and Secure Tunneling Daemon
https://github.com/NeoRaider/fastd
sudo apt install fastdfastd-doc 22-4build2
Fast and Secure Tunneling Daemon (documentation)
https://github.com/NeoRaider/fastd
sudo apt install fastd-docfastd 23-r0
Fast and Secure Tunneling Daemon
https://github.com/NeoRaider/fastd/
sudo apk add fastdfastd-doc 23-r0
Fast and Secure Tunneling Daemon (documentation)
https://github.com/NeoRaider/fastd/
sudo apk add fastd-docfastd-openrc 23-r0
Fast and Secure Tunneling Daemon (OpenRC init scripts)
https://github.com/NeoRaider/fastd/
sudo apk add fastd-openrcfastd 23-3.fc44
Fast and secure tunneling daemon
https://github.com/neocturne/fastd
sudo dnf install fastdfastd 23-1
Fast and secure tunneling daemon
https://github.com/neocturne/fastd
sudo pacman -S fastdsource 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.