Skip to content

Homebrew/Linuxbrew Formula #327

@mikejmorgan-ai

Description

@mikejmorgan-ai

Objective

Enable brew install cortex for instant installation.

Deliverables

  • Create Homebrew formula
  • Submit to homebrew-core OR create tap
  • Support macOS + Linuxbrew
  • Handle Python dependencies properly

Formula Location Options

  1. homebrew-core (requires 50+ stars, strict review)
  2. cortexlinux/homebrew-cortex tap (immediate, self-managed)

Recommended: Create Tap First

class Cortex < Formula
  desc "AI copilot for Linux package management"
  homepage "https://cortexlinux.com"
  url "https://github.com/cortexlinux/cortex/archive/v0.1.0.tar.gz"
  sha256 "..."
  license "MIT"

  depends_on "python@3.11"
  
  def install
    virtualenv_install_with_resources
  end
end

Installation Goal

brew tap cortexlinux/cortex
brew install cortex

Acceptance Criteria

  • Formula installs without errors
  • cortex --version works after install
  • Works on macOS and Linux

Bounty: $50

Metadata

Metadata

Assignees

Labels

distributionDistribution and packagingintegrationExternal integrations and partnershipsphase-1Phase 1: 30-day integration sprintpriority-mediumMedium priority

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions