# timenest
**Repository Path**: anoraks/timenest
## Basic Information
- **Project Name**: timenest
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-06-09
- **Last Updated**: 2026-06-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

### Network Time Machine for every Mac on your LAN.
Turn an external drive on a **Raspberry Pi**, **Intel NUC**, or **any Linux home server**
into a Time Machine target. Zero cables. Zero Apple Time Capsule. Zero iCloud upsell.
Already own a Mac mini? Use Apple's built-in [File Sharing -> Time Machine destination](#running-on-a-mac-mini-read-this-first) instead - TimeNest is for hosts that don't already ship a Time Machine server.
> **TimeNest** is a free, open-source, self-hosted **Apple Time Capsule alternative**. It
> packages Samba 4.18 with `vfs_fruit`, Avahi for Bonjour discovery, and a FastAPI admin
> UI into one `docker compose` stack, so any Mac on your LAN finds it in Finder and in
> System Settings -> Time Machine automatically, without typing an IP or mounting an SMB
> URL. Runs on macOS, Raspberry Pi OS, Debian, Ubuntu, Fedora, and Arch.
[](https://github.com/momenbasel/timenest/actions)
[](https://github.com/momenbasel/timenest/releases)
[](LICENSE)
[](#supported-hardware)
[](https://www.samba.org/)
[](https://www.python.org/)
**[ Quick Start ](#quick-start)** -
**[ Install ](#installation)** -
**[ Connect a Mac ](#connecting-a-mac)** -
**[ Architecture ](#architecture)** -
**[ FAQ ](#faq)** -
**[ Troubleshooting ](#troubleshooting)**
---
## Why TimeNest
Apple discontinued the Time Capsule in 2018. Keeping a USB drive plugged into every Mac is fragile, and iCloud does not back up your full disk. TimeNest fills that gap with three design goals:
1. **Plug-and-forget.** One Docker stack. One web UI. Runs on the hardware you already have.
2. **True auto-discovery.** Your Mac finds the share in Finder and in System Settings without typing an IP or mounting an SMB URL.
3. **Per-user quotas.** Household or team drives with hard size limits so one Mac cannot fill the disk.
## Feature matrix
| Capability | TimeNest | macOS File Sharing | Apple Time Capsule | Raw SMB share |
| :--------------------------------- | :------: | :----------------: | :----------------: | :-----------: |
| Runs on Mac mini | Yes | Yes | - | Yes |
| Runs on Raspberry Pi 4 / 5 | Yes | No | No | Yes |
| Runs on x86 / ARM Linux server | Yes | No | No | Yes |
| Runs inside a single Docker stack | Yes | No | No | No |
| Bonjour (mDNS) auto-discovery | Yes | Yes | Yes | Manual |
| Advertises as Time Capsule | Yes | No | Yes | No |
| Per-user size quotas | Yes | No | No | No |
| Concurrent multi-Mac backup | Yes | Yes | Yes | Partial |
| Disk health and SMART monitoring | Yes | No | No | No |
| Web dashboard with live status | Yes | Partial | Limited | No |
| Prometheus metrics endpoint | Yes | No | No | No |
| Alerts on backup failure | Yes | No | No | No |
| Still sold / supported by Apple | N/A | Yes | **No** | N/A |
## Architecture
```mermaid
flowchart LR
subgraph LAN["Home LAN"]
M1["MacBook Pro"]
M2["iMac"]
M3["Mac Studio"]
end
subgraph Host["Home server