# kamel mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für kamel in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install kamel
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:kamel
- **Paketmanager:** Homebrew
- **Version:** 2.10.1
- **Quellzusammenfassung:** Apache Camel K CLI
- **Homepage:** <https://camel.apache.org/>
- **Repository:** <https://github.com/apache/camel-k>
- **Zuletzt aktualisiert:** 2026-07-27T21:58:36+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- kamel (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 2.10.1
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

`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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <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>


## Sicherheitshinweise

Für kamel wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Combined YAML source

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


## Quellen

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