# 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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
- **Version:** 4.8
- **Résumé source:** Versatile implementation of the Network Time Protocol (NTP)
- **Page d'accueil:** <https://chrony-project.org>
- **Dernière mise à jour:** 2026-07-10T13:05:06-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- chronyc (alias)
- chronyd (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.8
## 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 Nucleus 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
## 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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


## 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
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
