macOS
brew install netatalklocal Homebrew formula metadata
sudo port install netatalkMacPorts ports tree · net/netatalk/Portfile · source: api.github.com
brew
File server for Macs, compliant with Apple Filing Protocol (AFP). Version 4.5.0 via Homebrew; verified 2026-06-22.
install
brew install netatalklocal Homebrew formula metadata
sudo port install netatalkMacPorts ports tree · net/netatalk/Portfile · source: api.github.com
sudo apk add netatalkAlpine Linux edge package indexes · netatalk · source: dl-cdn.alpinelinux.org
sudo apt install a2bootDebian stable package indexes · a2boot · source: deb.debian.org
sudo dnf install netatalkFedora Rawhide package metadata · netatalk · source: dl.fedoraproject.org
nix profile install nixpkgs#netatalknixpkgs package indexes · pkgs/by-name/ne/netatalk/package.nix · source: api.github.com
sudo apt install netatalkUbuntu 24.04 LTS package indexes · netatalk · source: archive.ubuntu.com
overview
File server for Macs, compliant with Apple Filing Protocol (AFP)
history
Netatalk is the open source AFP and AppleTalk file-server suite for Unix-like systems. It lets Unix, Linux, BSD, and macOS hosts serve files to Classic Mac OS, early Mac OS X, modern macOS AFP clients, and some third-party AFP clients.
Netatalk's own roadmap summarizes major feature history from 1990 through 2013, and later releases continued the AFP server line. The project has moved from classic AppleTalk-oriented service into AFP-over-TCP, macOS interoperability, CNID backends, Zeroconf, Spotlight-style search, and then renewed retro-networking support.
The 3.x series emphasized modern AFP service, including a unified `afp.conf`, filesystem extended attributes, AFP 3.4 compliance, Samba interoperability, and production-server features. The 4.x line brought back AppleTalk support behind explicit build and configuration flags, serving the revived vintage Mac and Apple II networking audience.
Netatalk became important wherever Unix systems needed to look like AppleShare servers. Its official site emphasizes that conforming macOS, Mac OS X, and Classic Mac OS systems can connect out of the box; the 2.2 release notes also describe AppleTalk routing, print serving, PAP printer access, and related tools.
Its modern adoption is split: production AFP servers are narrower because SMB became the dominant macOS file-sharing protocol, but vintage-computing users, retro NAS projects, and mixed Mac labs still need AFP, AppleDouble metadata handling, CNID databases, MacIP, and AppleTalk-era utilities.
Homebrew showed a small but real audience, with 618 stable installs and 5 HEAD installs in the 365-day formula window. That tracks with a specialist server package rather than a general desktop tool.
Package users run `afpd` through the `netatalk` service controller, configure shares in `afp.conf`, manage AFP passwords with `afppasswd`, and use bundled diagnostic/test tools such as `afp_lantest`, `afp_speedtest`, and `asip-status`.
Retro-networking users care about whether AppleTalk is compiled and enabled, plus companion daemons and tools such as `atalkd`, `papd`, `nbplkup`, `getzones`, `macipgw`, `a2boot`, and `timelord`. Modern server users care more about authentication, metadata storage, CNID reliability, Zeroconf advertisement, and macOS Finder behavior.
Netatalk is packaging as protocol preservation. It keeps AFP and AppleTalk workflows usable after Apple's own platform incentives moved elsewhere, and it packages many small protocol-era utilities that would be painful to rebuild piecemeal.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
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.
afp.conf in the compiled Netatalk configuration directoryextmap.conf in the compiled Netatalk configuration directoryCredential-bearing paths to review before unattended agent runs.
afppasswdafppasswd.srpafppasswd.key in the compiled Netatalk configuration directoryexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
a2boot | cli | global executable | |
addump | cli | global executable | |
aecho | cli | global executable | |
afp_lantest | cli | global executable | |
afp_logintest | cli | global executable | |
afp_spectest | cli | global executable | |
afp_speedtest | cli | global executable | |
afparg | cli | global executable | |
afpd | cli | global executable | |
afpldaptest | cli | global executable | |
afppasswd | cli | global executable | |
afpstats | cli | global executable | |
asip-status | cli | global executable | |
atalkd | cli | global executable | |
cnid_dbd | cli | global executable | |
cnid_metad | cli | global executable | |
dbd | cli | global executable | |
fce_listen | cli | global executable | |
getzones | cli | global executable | |
macipgw | cli | global executable | |
macusers | cli | global executable | |
nad | cli | global executable | |
nbplkup | cli | global executable | |
nbprgstr | cli | global executable | |
nbpunrgstr | cli | global executable | |
netatalk | cli | global executable | |
pap | cli | global executable | |
papd | cli | global executable | |
papstatus | cli | global executable | |
rtmpqry | cli | global executable | |
timelord | 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/Netatalk/netatalk
install metadata
| Package key | brew:netatalk |
|---|---|
| Version | 4.5.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/netatalk |
| Homepage | https://netatalk.io |
| Repository | https://github.com/Netatalk/netatalk |
| Upstream docs | https://github.com/Netatalk/netatalk#readme |
| License | GPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND HPND AND HPND-Pbmplus AND Kazlib AND LGPL-2.0-or-later AND LGPL-2.1-or-later |
| Source archive | https://github.com/Netatalk/netatalk/releases/download/netatalk-4-5-0/netatalk-4.5.0.tar.xz |
| Last updated | 2026-06-22T14:05:36-07:00 |
| Pulse | updated |
| Dependencies | berkeley-db@5, bstring, cracklib, iniparser, libevent, libgcrypt, mariadb-connector-c, openldap, talloc |
| Build dependencies | cmark-gfm, meson, ninja, pkgconf |
| Uses from macOS | krb5, libxcrypt, perl, sqlite |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
| Caveats | Authenticating as a system user requires manually installing the PAM configuration file to a predetermined location by running: sudo install -d -o $USER -g admin /usr/local/etc mkdir -p /usr/local/etc/pam.d cp $(brew --prefix)/etc/pam.d/netatalk /usr/local/etc/pam.d See `man pam.conf` for more information. |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | netatalk |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
a2boot 4.2.3~ds-1+deb13u1
AppleTalk Network Suite (Apple II NetBoot)
https://github.com/Netatalk/netatalk
sudo apt install a2bootatalkd 4.2.3~ds-1+deb13u1
AppleTalk Network Suite
https://github.com/Netatalk/netatalk
sudo apt install atalkdlibatalk 4.2.3~ds-1+deb13u1
Apple Filing Protocol service (shared library)
https://github.com/Netatalk/netatalk
sudo apt install libatalklibatalk-dev 4.2.3~ds-1+deb13u1
Apple Filing Protocol service (development files)
https://github.com/Netatalk/netatalk
sudo apt install libatalk-devmacipgw 4.2.3~ds-1+deb13u1
AppleTalk Network Suite (MacIP Gateway)
https://github.com/Netatalk/netatalk
sudo apt install macipgwnetatalk 4.2.3~ds-1+deb13u1
Apple Filing Protocol service
https://github.com/Netatalk/netatalk
sudo apt install netatalknetatalk-doc 4.2.3~ds-1+deb13u1
Apple Filing Protocol service (documentation)
https://github.com/Netatalk/netatalk
sudo apt install netatalk-docnetatalk-tests 4.2.3~ds-1+deb13u1
Apple Filing Protocol service (test tools)
https://github.com/Netatalk/netatalk
sudo apt install netatalk-testsnetatalk-tools 4.2.3~ds-1+deb13u1
Apple Filing Protocol service (administrative tools)
https://github.com/Netatalk/netatalk
sudo apt install netatalk-toolspapd 4.2.3~ds-1+deb13u1
AppleTalk Network Suite (PAP Print Server)
https://github.com/Netatalk/netatalk
sudo apt install papdtimelord 4.2.3~ds-1+deb13u1
AppleTalk Network Suite (Timelord Time Server)
https://github.com/Netatalk/netatalk
sudo apt install timelordnetatalk
nix profile install nixpkgs#netatalknetatalk 3.1.18~ds-1build4
Apple Filing Protocol service
https://github.com/Netatalk/netatalk
sudo apt install netatalknetatalk 4.5.0-r0
Open Source AFP fileserver
sudo apk add netatalknetatalk-dev 4.5.0-r0
Open Source AFP fileserver (development files)
sudo apk add netatalk-devnetatalk-doc 4.5.0-r0
Open Source AFP fileserver (documentation)
sudo apk add netatalk-docsource 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.