Homebrew Claude Code
Description
Homebrew cask tap for Claude Code latest channel
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Homebrew Tap for Claude Code
Community-maintained Homebrew tap that tracks Anthropic's latest Claude Code channel.
Why This Exists
Anthropic's official Homebrew casks distinguish between stable and latest channels. This tap exists for one job: keep a single `claude-code` cask pinned to the live `latest` channel and refresh it automatically every 5 minutes.
This intentionally differs from the official naming:
brew install --cask claude-codefrom Homebrew installs the official stable caskbrew install --cask claude-code@latestfrom Homebrew installs Anthropic's official latest-channel caskbrew install --cask hksw-io/claude-code/claude-codeinstalls this tap's latest-channel mirror
Install
brew install --cask hksw-io/claude-code/claude-code
Upgrade:
brew upgrade --cask hksw-io/claude-code/claude-code
If you want plain `brew upgrade` to include casks that update outside Homebrew/core, set:
export HOMEBREW_UPGRADE_GREEDY=1
Version Policy
This tap polls Anthropic's `latest` marker every 5 minutes and mirrors whatever version it points to.
The active cask follows a "highest seen wins" policy:
- a newly observed higher version replaces
Casks/claude-code.rb - a newly observed lower version is still tagged and released in this repo, but does not downgrade the active cask
- once a higher version has been published here, the tap will not move backward automatically
Example:
- if
latestmoves from2.1.110to2.1.111, the cask updates to2.1.111 - if
latestlater rolls back to2.1.110, the repo records that observation but keeps the active cask at2.1.111
If you want Anthropic's exact channel behavior, including automatic rollbacks, use the official Homebrew latest-channel cask instead.
How It Works
This tap polls:
https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/latest- `https://storage.googleapis.com/claude-code-dist-86c565f
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11