zmk-studio 0.3.1 (new cask)#269627
Open
stphtt wants to merge 1 commit into
Open
Conversation
bevanjkay
reviewed
Jun 15, 2026
Comment on lines
+11
to
+15
| livecheck do | ||
| url :url | ||
| strategy :github_latest | ||
| end | ||
|
|
Member
There was a problem hiding this comment.
Suggested change
| livecheck do | |
| url :url | |
| strategy :github_latest | |
| end |
The livecheck stanza is likely unnecessary, as the upstream repository does not seem to utilise GitHub pre-releases or have tags without releases. The default livecheck should suffice.
bevanjkay
reviewed
Jun 15, 2026
bevanjkay
left a comment
Member
There was a problem hiding this comment.
I am concerned about the longevity of this project, it may not be suitable for homebrew-cask. It has had no releases in almost 18 months, and not commits for 6+ months. Issues also seem to be being disregarded.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ZMK Studio is the official GUI keymap editor for ZMK Firmware (zmkfirmware/zmk, 4.1k stars), a widely-used wireless keyboard firmware. The app repo itself has 300 stars /114 forks - well past the notability bar - so it's a little surprising this cask was still missing.
After making any changes to a cask, existing or new, verify:
brew audit --cask --online zmk-studiois error-free.brew style --fix zmk-studioreports no offenses.Additionally, if adding a new cask:
brew audit --cask --new zmk-studioworked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask zmk-studioworked successfully.brew uninstall --cask zmk-studioworked successfully.