macOS
brew install kamellocal Homebrew formula metadata
brew
Apache Camel K CLI. Version 2.10.1 via Homebrew; verified 2026-05-18.
install
brew install kamellocal Homebrew formula metadata
overview
Apache Camel K CLI
history
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.
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.
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.
`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.
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.
security posture
No matching local secret-handling manifest was found for kamel. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kamel | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:kamel |
|---|---|
| Version | 2.10.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kamel |
| Homepage | https://camel.apache.org/ |
| Repository | https://github.com/apache/camel-k |
| Upstream docs | https://camel.apache.org/camel-k/2.10.x/installation/installation.html |
| License | Apache-2.0 |
| Source archive | https://www.apache.org/dyn/closer.lua?path=camel/camel-k/2.10.1/camel-k-sources-2.10.1.tar.gz |
| Last updated | 2026-05-18T13:10:16Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.