# 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
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/kamel>
- **Version:** 2.10.1
- **Quellzusammenfassung:** Apache Camel K CLI
- **Homepage:** <https://camel.apache.org/>
- **Repository:** <https://github.com/apache/camel-k>
- **Upstream-Dokumentation:** <https://camel.apache.org/camel-k/2.10.x/installation/installation.html>
- **Lizenz:** Apache-2.0
- **Quellarchiv:** <https://www.apache.org/dyn/closer.lua?path=camel/camel-k/2.10.1/camel-k-sources-2.10.1.tar.gz>
- **Zuletzt aktualisiert:** 2026-05-18T13:10:16Z
- **Generiert:** 2026-07-09T07:20:21+00:00

## Executables

- kamel (cli)
- kamel (Alias)

## Build-Abhängigkeiten

- go

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-09
- Manager-Version: 2.10.1
- Manager aktualisiert: 2026-05-18
- lokale Daten: OK
- Upstream-Repository: https://camel.apache.org/
- Info: Release/tag comparison is only available for GitHub repositories.
## 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.


## Details aus der Quelldatenbank

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


## Verwandte Links

- [Cloud CLI packages](https://www.automicvault.com/de/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/de/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://www.automicvault.com/de/pkg/brew/go/) - Build dependency declared by Homebrew.
- [chart-releaser](https://www.automicvault.com/de/pkg/brew/chart-releaser/) - Shares av.db curated category or tags: cli, developer-tools, kubernetes.
- [chart-testing](https://www.automicvault.com/de/pkg/brew/chart-testing/) - Shares av.db curated category or tags: cli, developer-tools, kubernetes.
- [cmctl](https://www.automicvault.com/de/pkg/brew/cmctl/) - Shares av.db curated category or tags: cli, developer-tools, kubernetes.
- [cri-tools](https://www.automicvault.com/de/pkg/brew/cri-tools/) - Shares av.db curated category or tags: cli, developer-tools, kubernetes.
- [kapp](https://www.automicvault.com/de/pkg/brew/kapp/) - Shares av.db curated category or tags: cli, developer-tools, kubernetes.
- [karmadactl](https://www.automicvault.com/de/pkg/brew/karmadactl/) - Shares av.db curated category or tags: cli, developer-tools, kubernetes.
- [kind](https://www.automicvault.com/de/pkg/brew/kind/) - Shares av.db curated category or tags: cli, developer-tools, kubernetes.
- [kompose](https://www.automicvault.com/de/pkg/brew/kompose/) - Shares av.db curated category or tags: cli, developer-tools, kubernetes.

## Combined YAML source

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


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
