Download Latest Version netatalk-4.4.1.tar.xz (1.1 MB)
Email in envelope

Get an email when there's a new version of netatalk

Home / netatalk-4-5-0beta
Name Modified Size InfoDownloads / Week
Parent folder
netatalk-4.5.0beta.tar.xz.asc 2026-04-03 833 Bytes
netatalk-4.5.0beta.tar.xz 2026-04-03 1.2 MB
netatalk-4.5.0beta.tar.xz.sha256sum 2026-04-03 92 Bytes
netatalk-4.5.0beta.tar.xz.sha512sum 2026-04-03 156 Bytes
netatalk-4.5.0beta.wbm.gz 2026-04-03 59.2 kB
Netatalk 4.5.0 beta source code.tar.gz 2026-04-03 1.7 MB
Netatalk 4.5.0 beta source code.zip 2026-04-03 2.2 MB
Netatalk 4.5.0beta source code.tar.gz 2026-04-03 1.7 MB
Netatalk 4.5.0beta source code.zip 2026-04-03 2.2 MB
README.md 2026-04-03 12.4 kB
Totals: 10 Items   9.0 MB 0

Netatalk 4.5.0 beta is available!

The Netatalk team is proud to announce a pre-release version in the Netatalk 4.5 release series.

This release is meant to give the community an opportunity to try out major new features and provide feedback to the development team. It is not recommended for production use.

This release introduces an ARC (Adaptive Replacement Cache) for the directory cache, along with enumerate caching, AppleDouble support in cache, inter-process cache sync, and a Resource Fork caching framework. Together with other optimizations, this results in a significant reduction of file system I/O and improved performance on workloads with many small files, which speeds up both file operations and directory listings.

A new feature synthesizes a virtual Icon\r file in the volume root, enabling Classic Mac OS clients to display custom color volume icons over the wire with the legacy icon setting.

Other highlights include a default global 'cnid scheme' option, static volume UUID configuration, mkdir and rmdir commands in the nad utility, and important improvements to the SQLite CNID backend.

This is a source-only release. To build:

:::shell
# Extract the source
tar -xf netatalk-4.5.0beta.tar.xz
cd netatalk-4.5.0beta

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

# Install
sudo meson install -C build

What's Changed

Full Changelog: https://github.com/Netatalk/netatalk/compare/netatalk-4-4-0...netatalk-4-5-0beta

Source: README.md, updated 2026-04-03