# Installer openiked avec Homebrew, apt, dnf, MacPorts

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

## installation

```sh
sudo av install brew:openiked
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install openiked
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install openiked
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install openiked
```

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

- dnf (92%):

```sh
sudo dnf install openiked
```

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

## Faits du paquet

- **Clé du paquet:** brew:openiked
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/openiked>
- **Version:** 7.4
- **Résumé source:** IKEv2 daemon - portable version of OpenBSD iked
- **Page d'accueil:** <https://openiked.org>
- **Dépôt:** <https://github.com/openiked/openiked-portable>
- **Docs amont:** <https://github.com/openiked/openiked-portable#readme>
- **Licence:** ISC
- **Archive source:** <https://cdn.openbsd.org/pub/OpenBSD/OpenIKED/openiked-7.4.tar.gz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- ikectl (cli)
- iked (cli)
- ikectl (alias)
- iked (alias)

## Dépendances

- libevent
- openssl@3

## Dépendances de compilation

- cmake

## Bibliothèques fournies par macOS

- bison

## Comportement d'installation

- hook post-installation: non défini
- Service: declared
- Précautions: config file can be found here: $HOMEBREW_PREFIX/etc/iked.conf necessary files for configuration can be found here: $HOMEBREW_PREFIX/etc/iked/
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 7.4
- données locales: OK
- dépôt amont: https://openiked.org
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

OpenIKED is the OpenBSD project's free implementation of the IKEv2 protocol for establishing and maintaining IPsec VPN security associations. The Homebrew package ships the portable version of OpenBSD's iked daemon and ikectl control utility for non-OpenBSD Unix-like systems.

### Historique du projet

The iked program first appeared in OpenBSD 4.8 and was written by Reyk Floeter. The official OpenIKED site describes it as a lean, clean, secure, configurable, and interoperable IKEv2 implementation focused on standards and important IKEv2 features rather than IKEv1 compatibility.

A 2013 OpenBSD presentation describes OpenIKED as an IKEv2 implementation based on RFC 5996, with portable work adding compatibility for non-OpenBSD systems. The openiked-portable repository later packaged that port for Linux, macOS, FreeBSD, and NetBSD.

### Historique d'adoption

OpenIKED is a niche but important package because IPsec/IKEv2 is usually operating-system infrastructure, not a developer library. Its portable packaging through Homebrew, Debian/Ubuntu, Fedora, MacPorts, and FreeBSD gives operators access to OpenBSD's iked outside OpenBSD itself.

### Modes d'utilisation

Administrators configure IKEv2 policies in iked.conf, then run iked to perform mutual authentication and establish IPsec flows and security associations. The OpenBSD manual describes iked.conf sections for macros, global settings, and automatic keying policies, with ikectl used for control and PKI-related workflows.

OpenIKED is used for site-to-site and client VPN scenarios where standard IKEv2 interoperability matters, including certificate-based deployments and clients that use native IKEv2 support.

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

OpenIKED is package-nerd significant because it is a portable slice of OpenBSD network-security infrastructure. It brings the OpenBSD style of small, audited daemons and ISC licensing into package managers on systems that do not ship iked in base.

### Chronologie

- OpenBSD 4.8: iked first appeared in OpenBSD.
- 2013: OpenIKED was presented as a portable IKEv2 VPN implementation.
- January 2021: the openiked-portable GitHub repository was created.
- April 2021: OpenIKED 6.9.0 was published in the portable repository releases.
- April 2025: OpenIKED 7.4 was published in the portable repository releases.

### Related projects

- OpenIKED is related to OpenBSD's isakmpd for older IKEv1 support, IPsec ESP/AH, strongSwan, native Windows and mobile IKEv2 clients, OpenSSL/LibreSSL, libevent, and OpenBSD's broader family of portable daemons.

### Sources

- <https://api.github.com/repos/openiked/openiked-portable>
- <https://formulae.brew.sh/formula/openiked>
- <https://github.com/openiked/openiked-portable>
- <https://github.com/openiked/openiked-portable/releases>
- <https://man.openbsd.org/iked.8>
- <https://man.openbsd.org/iked.conf.5>
- <https://manpages.debian.org/testing/openiked/iked.8.en.html>
- <https://www.openbsd.org/papers/openiked-asiabsdcon2013.pdf>
- <https://www.openiked.org/>


## Notes de sécurité

formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- formula declares a Homebrew service


## 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/iked.conf, /etc/examples/iked.conf

## Credential files

- Unix: /etc/iked/private/local.key, /etc/iked/private/, /etc/iked/ca/, /etc/iked/certs/, /etc/iked/crls/, /etc/iked/pubkeys/
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** openiked
- **Version Scheme:** 0
- **Revision:** 0
- **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 - openiked - 7.4-1: normalized package name match | Debian stable package indexes: openiked from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Internet Key Exchange (IKEv2) daemon | https://www.openiked.org/
- Ubuntu apt - openiked - 7.3-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: openiked from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Internet Key Exchange (IKEv2) daemon | https://www.openiked.org/
- dnf - openiked - 7.4-4.fc44: normalized package name match | Fedora Rawhide package metadata: openiked from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | A free Internet Key Exchange (IKEv2) implementation | https://github.com/openiked/openiked-portable
- MacPorts - openiked: normalized package name match | MacPorts ports tree: net/openiked/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/fr/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [libevent](https://www.automicvault.com/fr/pkg/brew/libevent/) - Runtime dependency declared by Homebrew.
- [openssl@3](https://www.automicvault.com/fr/pkg/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/fr/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [fastd](https://www.automicvault.com/fr/pkg/brew/fastd/) - Shares av.db curated category or tags: cli, daemon, networking, vpn.
- [openvpn](https://www.automicvault.com/fr/pkg/brew/openvpn/) - Shares av.db curated category or tags: cli, network-security, networking, vpn.
- [wireguard-tools](https://www.automicvault.com/fr/pkg/brew/wireguard-tools/) - Shares av.db curated category or tags: cli, network-security, networking, vpn.
- [boringtun](https://www.automicvault.com/fr/pkg/brew/boringtun/) - Shares av.db curated category or tags: cli, networking, vpn.
- [dsvpn](https://www.automicvault.com/fr/pkg/brew/dsvpn/) - Shares av.db curated category or tags: cli, networking, vpn.
- [edgevpn](https://www.automicvault.com/fr/pkg/brew/edgevpn/) - Shares av.db curated category or tags: cli, networking, vpn.
- [headscale-cli](https://www.automicvault.com/fr/pkg/brew/headscale-cli/) - Shares av.db curated category or tags: cli, networking, vpn.
- [macosvpn](https://www.automicvault.com/fr/pkg/brew/macosvpn/) - Shares av.db curated category or tags: cli, networking, vpn.
- [rpki-client](https://www.automicvault.com/fr/pkg/brew/rpki-client/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, networking, openbsd, openssl, openssl-3.

## Combined YAML source

View the package source record on GitHub. [combined/openiked.yml](https://github.com/automic-vault/db/blob/main/combined/openiked.yml)


## Sources

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