macOS 27 and the End of Time Capsule Support: How FOSS is Saving Legacy Hardware
For many Mac users, the Apple Time Capsule was the gold standard of “set it and forget it” backups. However, the looming release of macOS 27 threatens to turn these reliable network drives into expensive paperweights. As Apple continues to tighten security and modernize its network protocols, the legacy Apple Filing Protocol (AFP) is finally facing the ax.
While Apple hasn’t provided an exhaustive list of every deprecated feature, the writing is on the wall for Time Capsule users. But as is often the case when corporate support ends, the Free and Open Source Software (FOSS) community has stepped in with a technical lifeline.
The Death of AFP and the Shift to Stricter Security
The core of the issue lies in how Macs talk to their backup drives. Time Capsules rely on two primary protocols: AFP and SMB version 1. While Microsoft’s SMB became the default file-sharing protocol back in 2013 with OS X 10.9 “Mavericks,” AFP remained as a legacy bridge for older hardware. AFP was officially deprecated in macOS 15.5, and it appears macOS 27 will remove support entirely.
Apple has already begun signaling this shift. In a bulletin directed at system administrators, the company warned them to “prepare your network environment for stricter security requirements.” While the language is vague, industry experts like Howard Oakley interpret this as a requirement for TLS 1.2 or above—a security standard that legacy Time Capsules simply cannot meet.
The transition isn’t happening overnight; the cracks are already showing. Users on the current macOS “Tahoe” (version 26.4) have already reported network Time Machine issues, particularly when using Time Capsules.
The Hardware Hurdle: Why Time Capsules are Struggling
To understand why a simple software update can’t fix this, you have to look at what’s inside the box. A Time Capsule is essentially a Wi-Fi access point paired with a hard disk, powered by an Arm chip. Instead of writing a proprietary OS from scratch, Apple used a customized version of NetBSD.
- Generations 1-4 (Flat square models): Run NetBSD 4.
- Generation 5 (Tall tower models, 2013+): Run NetBSD 6.
Because these devices rely on SMB1—a protocol dating back to 1987—they are incompatible with the modern security demands of the latest macOS versions. Since Apple discontinued the AirPort product line in 2018, there has been no official path to upgrade the firmware on these devices.
Enter TimeCapsuleSMB: The FOSS Workaround
The FOSS community refuses to let working hardware go to waste. James Chang has developed a project called TimeCapsuleSMB, which aims to keep older Time Capsules functional with modern macOS versions by updating the underlying sharing software.
Because the devices run NetBSD, it’s possible to compile a newer version of Samba and move it into the device’s limited storage. This was no small feat; Chang had to navigate extreme hardware constraints, including:
- Minimal Disk Space: Some machines have less than 1 MB (roughly 900 KB) of available disk space.
- Limited Memory: A tiny 16 MB RAMdisk.
The solution was to use Samba 4.8 (from 2018), which includes the vfs_fruit module necessary for Time Machine support. For users of the final Time Capsule model, this update can be automated. However, those with earlier models must manually reload the software every time the Time Capsule reboots.
Key Takeaways for Time Capsule Users
| Issue | Impact | Solution |
|---|---|---|
| AFP Removal | Time Capsules stop working in macOS 27. | Install TimeCapsuleSMB. |
| SMB1 Obsolescence | Incompatible with modern security (TLS 1.2+). | Upgrade to Samba 4.8 via FOSS tools. |
| Hardware Aging | Spinning hard drives may fail over time. | Replace drives using iFixit guides. |
Looking Ahead: Is it Worth the Effort?
Whether you should dive into the world of NetBSD and Samba depends on your technical comfort level. If you’re an enthusiast, TimeCapsuleSMB is a brilliant example of how community-driven software can extend the lifecycle of hardware. If you’re not comfortable with the command line, it may be time to migrate your backups to a modern SMB-based NAS (Network Attached Storage) solution.

For those determined to keep their Time Capsules spinning, remember that the hardware itself is often the weakest link. Since these are elderly spinning disks, checking iFixit for drive replacement guides is a smart move before applying software workarounds.