# Installer kamel avec Homebrew

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

## installation

```sh
sudo av install brew:kamel
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install kamel
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:kamel
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.10.1
- **Résumé source:** Apache Camel K CLI
- **Page d'accueil:** <https://camel.apache.org/>
- **Dépôt:** <https://github.com/apache/camel-k>
- **Dernière mise à jour:** 2026-07-27T21:58:36+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- kamel (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.10.1
## Historique du projet et usages

kamel is the command-line interface for Apache Camel K, the Apache Camel subproject that runs Camel integrations natively on Kubernetes. The package is important less as a standalone tool and more as the user-facing entry point to a Kubernetes operator, custom resources, traits, and Camel runtime management.

### Historique du projet

The Apache Camel K repository was created on 2018-08-31. The README describes Camel K as a lightweight integration framework built from Apache Camel, running natively on Kubernetes, and designed for serverless and microservice architectures.

The `kamel` CLI is documented as a utility released beside the Camel K operator. Its job is to install Camel K, run integrations from Camel DSL files, and support workflows such as development mode where changes are applied to the remote integration pod.

GitHub releases show nightly artifacts in 2020 and stable 2.x releases by the mid-2020s. Apache Camel release and blog material also ties Camel K to the wider Camel modernization track around Quarkus, Knative, Kubernetes operators, and cloud-native integration.

### Historique d'adoption

Camel K adoption sits inside the Apache Camel community and Kubernetes ecosystem. Users who already know Camel routes can run integrations as Kubernetes-native resources rather than packaging and operating their own standalone services for every integration.

The CLI packaging matters because installation instructions and day-to-day examples begin with `kamel`: installing the operator, running an integration file, and iterating in development mode. Homebrew packaging makes that entry point easy to install on developer workstations.

### Modes d'utilisation

`kamel run` is the core documented workflow: save an integration in a Camel DSL file and submit it to a Kubernetes cluster. The operator then transforms the Integration custom resource into a Camel application running on the cloud.

The CLI is also used for installation and local developer ergonomics; the official CLI page points to Apache mirrors and GitHub releases for the `kamel` binary.

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

kamel is a good package-manager example of an operator companion CLI. The executable is small, but the thing it controls is distributed infrastructure, so version alignment with the operator, release artifacts, and Kubernetes cluster behavior matters.

It also represents a common packaging pattern for cloud-native tools: a local command creates and manages remote resources, while the actual workload runs inside the cluster.

### Chronologie

- 2018: apache/camel-k repository created.
- 2020: Camel K nightly releases published on GitHub.
- 2020: Apache Camel Quarkus 1.0 material described Camel K 1.0 as a sibling project using Camel Quarkus runtime support.
- 2026: Camel K 2.10.x documentation documented the `kamel` CLI and release locations.

### Related projects

- Apache Camel is the integration framework Camel K builds on.
- Camel Quarkus, Knative, Kubernetes, and OpenShift are adjacent technologies in the Camel K runtime and deployment story.

### Sources

- <https://api.github.com/repos/apache/camel-k>
- <https://camel.apache.org/blog/2020/08/camel-quarkus-release-1.0.0/>
- <https://camel.apache.org/camel-k/2.10.x/index.html>
- <https://camel.apache.org/camel-k/2.10.x/installation/installation.html>
- <https://camel.apache.org/camel-k/2.10.x/running/running-cli.html>
- <https://github.com/apache/camel-k>
- <https://github.com/apache/camel-k/releases>


## Notes de sécurité

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



## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
