Skip to content

Add Homebrew Installation Support for Kelos #817

@stearz

Description

@stearz

As a Kelos user on macOS or Linux
I want to install Kelos via Homebrew
So that I can easily install and manage Kelos using my package manager, consistent with my workflow for other tools

Description

Homebrew is a widely used package manager on macOS and Linux. Adding Homebrew support will improve the installation experience and discoverability for users who prefer package managers over manual installation.

Acceptance Criteria

  • Kelos CLI binary is available via brew tap kelos-dev/kelos
  • Users can install with brew install kelos
  • Users can update with brew upgrade kelos
  • Installation works on:
    • macOS (Intel - x86_64)
    • macOS (Apple Silicon - ARM64)
    • Linux (x86_64)
    • Linux (ARM64)
  • Homebrew formula is automatically updated on every release
  • Release bundles contain checksums for verification
  • Documentation mentions Homebrew as the recommended installation method

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions