kaku: replace deprecated music player with terminal emulator#249319
kaku: replace deprecated music player with terminal emulator#249319tw93 wants to merge 1 commit intoHomebrew:mainfrom
Conversation
|
@tw93 Disabled casks are not removed until 12 months after they have been disabled. Please also ensure you keep the Pull Request Template in tact when opening PRs in Homebrew, as it provides important steps for a successful PR - https://raw.githubusercontent.com/Homebrew/homebrew-cask/refs/heads/main/.github/PULL_REQUEST_TEMPLATE.md - I have updated the PR body for you to fill it out before we move forward. Ps. On a personal note, thank you for your work on your other applications like |
|
@khipp Thanks for the clarification and for using my other tools! 🙏 I understand the policy now. I'll proceed with My plan:
This approach avoids any conflicts and gives users immediate access via I'll make sure to fill out the PR template completely. Thanks again for maintaining Homebrew! |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.If AI was used to generate or assist with generating the PR:
zapstanza paths.Reason for change
The current cask
kakupoints to a deprecated music player (EragonJ/Kaku) that has not been maintained since 2021. This cask was deprecated on 2024-07-17 and will be disabled on 2025-07-17.This PR replaces it with Kaku (https://github.com/tw93/Kaku), a modern macOS-native terminal emulator built for AI coding workflows. It's a fork of WezTerm, optimized for AI developers.
brew upgrade kakuVerification
brew audit --cask --online kakupassesbrew install --cask kakuinstalls correctly