Skip to content

Add Install scripts for Camel Launcher #1487

@ibek

Description

@ibek

Hi, please add install scripts for Camel Launcher on Camel website? like those in Claude Code / JBang / and plenty of other CLI tools.

curl -fsSL https://claude.ai/install.sh | bash
curl -Ls https://sh.jbang.dev/ | bash -s - app setup
powershell: irm https://claude.ai/install.ps1 | iex

Currently, I use manual steps such as:

https://repo1.maven.org/maven2/org/apache/camel/camel-launcher/4.17.0/camel-launcher-4.17.0-bin.zip
unzip camel-launcher-*-bin.zip
cd camel-launcher-*/
chmod +x bin/camel.sh
mkdir -p $HOME/.local/bin
ln -sf "$PWD/bin/camel.sh" "$HOME/.local/bin/camel"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions