# Installer chrony avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

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

## installation

```sh
sudo av install brew:chrony
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install chrony
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install chrony
```

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

### Linux

- apk (92%):

```sh
sudo apk add chrony
```

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

- Debian apt (92%):

```sh
sudo apt install chrony
```

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

- dnf (92%):

```sh
sudo dnf install chrony
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#chrony
```

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

- pacman (92%):

```sh
sudo pacman -S chrony
```

  Preuve: Arch Linux sync databases: chrony from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install chrony
```

  Preuve: openSUSE Tumbleweed package metadata: chrony from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:chrony
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/chrony>
- **Version:** 4.8
- **Résumé source:** Versatile implementation of the Network Time Protocol (NTP)
- **Page d'accueil:** <https://chrony-project.org>
- **Docs amont:** <https://chrony-project.org>
- **Licence:** GPL-2.0-only
- **Archive source:** <https://chrony-project.org/releases/chrony-4.8.tar.gz>
- **Dernière mise à jour:** 2026-07-10T13:05:06-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- chronyc (cli)
- chronyd (cli)
- chronyc (alias)
- chronyd (alias)

## Dépendances

- gnutls
- nettle

## Dépendances de compilation

- pkgconf

## Bibliothèques fournies par macOS

- libedit

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 4.8
- gestionnaire mis à jour: 2026-07-10
- données locales: OK
- dépôt amont: https://chrony-project.org
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

chrony is a long-running GPLv2 implementation of NTP with a daemon, chronyd, and a control CLI, chronyc, designed for accurate clock synchronization under difficult real-world network and hardware conditions.

### Historique du projet

The official site says chrony was originally written by Richard Curnow and is currently maintained by Miroslav Lichvar. Its release archive reaches back to the 1.x series, and the current source repository is hosted on GitLab.

chrony was designed to work well with intermittent network access, congested networks, temperature-sensitive clocks, systems that suspend or do not run continuously, and virtual machines.

### Historique d'adoption

The official download page says most Linux distributions and BSD systems provide a chrony package and recommends using those packages because they are integrated with service files and networking scripts. The supplied package facts list broad packaging across apk, Homebrew, Debian, dnf, MacPorts, Nix, pacman, Ubuntu, and zypper.

### Modes d'utilisation

chronyd runs as the time-synchronization daemon, while chronyc monitors and changes daemon parameters. A common configuration points chrony.conf at NTP servers or pools, stores drift, allows initial clock stepping, and may use /etc/chrony.keys for symmetric-key authentication.

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

chrony is a classic system package: small, daemon-oriented, security-sensitive, and heavily integrated with init systems and distribution defaults. It is also one of the packages where downstream packaging choices matter because service users, default config paths, network-online behavior, and crypto support affect the correctness of the system clock.

### Chronologie

- 2000s: 1.x tarballs available in the official release archive.
- 2020: 4.0 series began after the 3.x line.
- 2024: 4.6 added newer NTP and PTP-related configuration options.
- 2025: 4.7 added systemd Type=notify support and other daemon improvements.
- 2025: 4.8 released as the latest stable release on the official download page.

### Related projects

- Related projects and alternatives include ntp, ntpsec, OpenNTPD, systemd-timesyncd, pool.ntp.org, GPS/PPS reference-clock tooling, and Network Time Security implementations.

### Sources

- <https://chrony-project.org/index.html>
- <https://chrony-project.org/download.html>
- <https://chrony-project.org/documentation.html>
- <https://chrony-project.org/doc/latest/chrony.conf.html>
- <https://chrony-project.org/faq.html>
- <https://chrony-project.org/comparison.html>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour chrony. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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: /etc/chrony.conf

## Credential files

- Unix: /etc/chrony.keys
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** chrony
- **Version Scheme:** 0
- **Revision:** 1
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - chrony - 4.6.1-3+deb13u2: normalized package name match | Debian stable package indexes: chrony from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Versatile implementation of the Network Time Protocol | https://chrony-project.org
- Nix - chrony: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/chrony/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - chrony - 4.5-1ubuntu4: normalized package name match | Ubuntu 24.04 LTS package indexes: chrony from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Versatile implementation of the Network Time Protocol | https://chrony-project.org
- apk - chrony - 4.8-r7: normalized package name match | Alpine Linux edge package indexes: chrony from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | NTP client and server programs (without NTS and SHA/AES) | https://chrony-project.org/
- apk - chrony-common - 4.8-r7: normalized package name match | Alpine Linux edge package indexes: chrony-common from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | NTP client and server programs (common files) | https://chrony-project.org/
- apk - chrony-dbg - 4.8-r7: normalized package name match | Alpine Linux edge package indexes: chrony-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | NTP client and server programs (debug symbols) | https://chrony-project.org/
- apk - chrony-doc - 4.8-r7: normalized package name match | Alpine Linux edge package indexes: chrony-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | NTP client and server programs (documentation) | https://chrony-project.org/
- apk - chrony-nts - 4.8-r7: normalized package name match | Alpine Linux edge package indexes: chrony-nts from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | NTP client and server programs (with NTS and SHA/AES) | https://chrony-project.org/
- apk - chrony-openrc - 4.8-r7: normalized package name match | Alpine Linux edge package indexes: chrony-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | NTP client and server programs (OpenRC init scripts) | https://chrony-project.org/
- dnf - chrony - 4.8-7.fc45: normalized package name match | Fedora Rawhide package metadata: chrony from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | An NTP client/server | https://chrony-project.org
- pacman - chrony - 4.8-3: normalized package name match | Arch Linux sync databases: chrony from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Lightweight NTP client and server | https://chrony-project.org/
- zypper - chrony - 4.8-3.1: normalized package name match | openSUSE Tumbleweed package metadata: chrony from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | System Clock Synchronization Client and Server | https://chrony-project.org/
- zypper - chrony-pool-empty - 4.8-3.1: normalized package name match | openSUSE Tumbleweed package metadata: chrony-pool-empty from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Empty pool preconfiguration for chrony | https://chrony-project.org/
- zypper - chrony-pool-openSUSE - 4.8-3.1: normalized package name match | openSUSE Tumbleweed package metadata: chrony-pool-openSUSE from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Chrony preconfiguration for openSUSE | https://chrony-project.org/
- zypper - chrony-pool-suse - 4.8-3.1: normalized package name match | openSUSE Tumbleweed package metadata: chrony-pool-suse from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Chrony preconfiguration for SUSE | https://chrony-project.org/
- MacPorts - chrony: normalized package name match | MacPorts ports tree: sysutils/chrony/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/fr/brew-utility-packages/) - Matched Homebrew package provider.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Matched curated package taxonomy and local package facts.
- [gnutls](https://pkg.so/fr/brew/gnutls/) - Runtime dependency declared by Homebrew.
- [nettle](https://pkg.so/fr/brew/nettle/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [ntp](https://pkg.so/fr/brew/ntp/) - Shares pkgdb curated category or tags: cli, ntp, system, time-sync.
- [rdate](https://pkg.so/fr/brew/rdate/) - Shares pkgdb curated category or tags: cli, system, system-clock, time-sync.
- [xz](https://pkg.so/fr/brew/xz/) - Shares pkgdb curated category or tags: cli, system.
- [zstd](https://pkg.so/fr/brew/zstd/) - Shares pkgdb curated category or tags: cli, system.
- [lz4](https://pkg.so/fr/brew/lz4/) - Shares pkgdb curated category or tags: cli, system.
- [coreutils](https://pkg.so/fr/brew/coreutils/) - Shares pkgdb curated category or tags: cli, system.
- [unzip](https://pkg.so/fr/brew/unzip/) - Shares pkgdb curated category or tags: cli, system.
- [util-linux](https://pkg.so/fr/brew/util-linux/) - Shares pkgdb curated category or tags: cli, system.
- [fwupd](https://pkg.so/fr/brew/fwupd/) - Local package facts share a topical domain. Shared terms: cli, gnutls, system.

## Combined YAML source

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


## Sources

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