# Installer netatalk avec Homebrew, apk, apt, dnf, MacPorts, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de netatalk pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:netatalk
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install netatalk
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install netatalk
```

  Preuve: MacPorts ports tree: net/netatalk/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add netatalk
```

  Preuve: Alpine Linux edge package indexes: netatalk from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install netatalk
```

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

- dnf (92%):

```sh
sudo dnf install netatalk
```

  Preuve: Fedora Rawhide package metadata: netatalk from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#netatalk
```

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

## Faits du paquet

- **Clé du paquet:** brew:netatalk
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.5.1
- **Résumé source:** File server for Macs, compliant with Apple Filing Protocol (AFP)
- **Page d'accueil:** <https://netatalk.io>
- **Dépôt:** <https://github.com/Netatalk/netatalk>
- **Dernière mise à jour:** 2026-07-17T10:50:18Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- a2boot (alias)
- addump (alias)
- aecho (alias)
- afp_lantest (alias)
- afp_logintest (alias)
- afp_spectest (alias)
- afp_speedtest (alias)
- afparg (alias)
- afpd (alias)
- afpldaptest (alias)
- afppasswd (alias)
- afpstats (alias)
- asip-status (alias)
- atalkd (alias)
- cnid_dbd (alias)
- cnid_metad (alias)
- dbd (alias)
- fce_listen (alias)
- getzones (alias)
- macipgw (alias)
- nad (alias)
- nbplkup (alias)
- nbprgstr (alias)
- nbpunrgstr (alias)
- netatalk (alias)
- pap (alias)
- papd (alias)
- papstatus (alias)
- rtmpqry (alias)
- timelord (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.5.1
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 1990: Netatalk roadmap begins its earlier release-history summary.
- 2.1 series: AFP 3.2 compliance, IPv6 support, and Zeroconf service discovery appear in the roadmap summary.
- 2.2 series: AFP 3.3 compliance and filesystem change events appear in the roadmap summary.
- 3.0 series: unified `afp.conf`, extended-attributes metadata backend, service controller daemon, and `afpstats` appear in the roadmap summary.
- 3.1 series: AFP 3.4 compliance, Spotlight-compatible indexed search, MySQL CNID backend, and Samba interoperability appear in the roadmap summary.
- September 2024: 4.0.0 release notes document AppleTalk support requiring the `-Dwith-appletalk=true` build option and `appletalk = yes` configuration.
- January 11, 2025: 4.1.0 news archive announced improved macOS-host interoperability and MacIP Gateway improvements.

### Related projects

- AppleShare
- Apple Filing Protocol
- AppleTalk
- MacIP
- Samba
- RetroNAS
- afpfs-ng

### Sources

- <https://formulae.brew.sh/formula/netatalk>
- <https://github.com/Netatalk/netatalk>
- <https://netatalk.io/2.2/ReleaseNotes2.2.5.html>
- <https://netatalk.io/4.0/ReleaseNotes4.0.0.html>
- <https://netatalk.io/docs/Roadmap>
- <https://netatalk.io/index.html>
- <https://netatalk.io/manual/en/Configuration.html>
- <https://netatalk.io/manual/en/afpd.8.html>


## Notes de sécurité

formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- formula declares a Homebrew service


## 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: afp.conf in the compiled Netatalk configuration directory, extmap.conf in the compiled Netatalk configuration directory

## Credential files

- Unix: afppasswd, afppasswd.srp, afppasswd.key in the compiled Netatalk configuration directory
## Autres enregistrements de gestionnaires de paquets

- Debian apt - a2boot - 4.2.3~ds-1+deb13u2: normalized package name match | Debian stable package indexes: a2boot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | AppleTalk Network Suite (Apple II NetBoot) | https://github.com/Netatalk/netatalk
- Debian apt - atalkd - 4.2.3~ds-1+deb13u2: normalized package name match | Debian stable package indexes: atalkd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | AppleTalk Network Suite | https://github.com/Netatalk/netatalk
- Debian apt - libatalk - 4.2.3~ds-1+deb13u2: normalized package name match | Debian stable package indexes: libatalk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Apple Filing Protocol service (shared library) | https://github.com/Netatalk/netatalk
- Debian apt - libatalk-dev - 4.2.3~ds-1+deb13u2: normalized package name match | Debian stable package indexes: libatalk-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Apple Filing Protocol service (development files) | https://github.com/Netatalk/netatalk
- Debian apt - macipgw - 4.2.3~ds-1+deb13u2: normalized package name match | Debian stable package indexes: macipgw from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | AppleTalk Network Suite (MacIP Gateway) | https://github.com/Netatalk/netatalk
- Debian apt - netatalk - 4.2.3~ds-1+deb13u2: normalized package name match | Debian stable package indexes: netatalk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Apple Filing Protocol service | https://github.com/Netatalk/netatalk
- Debian apt - netatalk-doc - 4.2.3~ds-1+deb13u2: normalized package name match | Debian stable package indexes: netatalk-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Apple Filing Protocol service (documentation) | https://github.com/Netatalk/netatalk
- Debian apt - netatalk-tests - 4.2.3~ds-1+deb13u2: normalized package name match | Debian stable package indexes: netatalk-tests from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Apple Filing Protocol service (test tools) | https://github.com/Netatalk/netatalk
- Debian apt - netatalk-tools - 4.2.3~ds-1+deb13u2: normalized package name match | Debian stable package indexes: netatalk-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Apple Filing Protocol service (administrative tools) | https://github.com/Netatalk/netatalk
- Debian apt - papd - 4.2.3~ds-1+deb13u2: normalized package name match | Debian stable package indexes: papd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | AppleTalk Network Suite (PAP Print Server) | https://github.com/Netatalk/netatalk
- Debian apt - timelord - 4.2.3~ds-1+deb13u2: normalized package name match | Debian stable package indexes: timelord from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | AppleTalk Network Suite (Timelord Time Server) | https://github.com/Netatalk/netatalk
- Nix - netatalk: normalized package name match | nixpkgs package indexes: pkgs/by-name/ne/netatalk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - netatalk - 3.1.18~ds-1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: netatalk from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Apple Filing Protocol service | https://github.com/Netatalk/netatalk
- apk - netatalk - 4.5.1-r0: normalized package name match | Alpine Linux edge package indexes: netatalk from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open Source AFP fileserver | https://netatalk.io/
- apk - netatalk-dev - 4.5.1-r0: normalized package name match | Alpine Linux edge package indexes: netatalk-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open Source AFP fileserver (development files) | https://netatalk.io/
- apk - netatalk-doc - 4.5.1-r0: normalized package name match | Alpine Linux edge package indexes: netatalk-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open Source AFP fileserver (documentation) | https://netatalk.io/


## Combined YAML source

View the package source record on GitHub. [combined/netatalk.yml](https://github.com/mxcl/pkgdb/blob/main/combined/netatalk.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
