netatalk.io

Netatalk 4.4.2 is available!

The Netatalk team is proud to announce the latest version in the Netatalk 4.4 release series.

This fixes a build breakage on certain 32 bit systems that was introduced between v4.3 and v4.4, plus a range of stability and reliability fixes to afpd and the SQLite CNID backend.

All users of previous Netatalk versions are encouraged to upgrade to 4.4.2.

This is a source-only release. To build:

# Extract the source
tar -xf netatalk-4.4.2.tar.xz
cd netatalk-4.4.2

# Configure and build
meson setup build
meson compile -C build

# Install
sudo meson install -C build

To install the Webmin module tarball:

# Adjust the path to match your Webmin installation
/usr/share/webmin/install-module.pl netatalk-4.4.2.wbm.gz

What’s Changed

Full Changelog: https://github.com/Netatalk/netatalk/compare/netatalk-4-4-1…netatalk-4-4-2

Downloads

Footnotes

Release published on 2026-04-17

Generated from GitHub Release Notes