From 8b7e373fcdcda1eefd72793bc977b85424f7eec3 Mon Sep 17 00:00:00 2001 From: paramcodes Date: Thu, 13 Aug 2026 22:58:46 +0530 Subject: [PATCH 1/2] Add Homebrew installation documentation for macOS Documents the community-maintained Homebrew tap for Hubble.md, allowing macOS users to install and update via `brew install --cask hubble-md`. Resolves #174 Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- CHANGELOG.md | 1 + README.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c09447..c0e769ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Format loosely follows [Keep a Changelog](https://keepachangelog.com). ### Added - Add a spellcheck option to Settings. Allows for enabling / disabling, and selecting custom spellcheck dictionaries on Windows and Linux. Thanks [@JoeJoeflyn](https://github.com/JoeJoeflyn)! [#234](https://github.com/bholmesdev/hubble.md/pull/234) +- macOS users can now install Hubble via Homebrew with `brew tap PARAM-ship/hubble && brew install --cask hubble-md`. Thanks [@PARAM-ship](https://github.com/PARAM-ship)! [#174](https://github.com/bholmesdev/hubble.md/issues/174) ### Changed diff --git a/README.md b/README.md index e4453041..3bfd0ef5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,24 @@ Hubble ships as a desktop app. Install the latest build from the [releases page] macOS, Windows, and Linux are supported. macOS builds are signed and notarized; Windows and Linux builds are unsigned, so your OS may warn before the first launch. +### Homebrew (macOS) + +For macOS users, you can also install Hubble via Homebrew: + +```sh +brew tap PARAM-ship/hubble +brew install --cask hubble-md +``` + +To update an existing installation: + +```sh +brew update +brew upgrade --cask hubble-md +``` + +The Homebrew tap is maintained by the community and automatically updates when new Hubble.md releases are published. + ## Compile from source Want to build Hubble directly? First, install the prerequisites: From 438f7b379857c751f66c44f3ce2a71ac3e440a11 Mon Sep 17 00:00:00 2001 From: Paramveer Singh Date: Thu, 13 Aug 2026 23:05:56 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e769ec..5b35cf42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Format loosely follows [Keep a Changelog](https://keepachangelog.com). ### Added - Add a spellcheck option to Settings. Allows for enabling / disabling, and selecting custom spellcheck dictionaries on Windows and Linux. Thanks [@JoeJoeflyn](https://github.com/JoeJoeflyn)! [#234](https://github.com/bholmesdev/hubble.md/pull/234) -- macOS users can now install Hubble via Homebrew with `brew tap PARAM-ship/hubble && brew install --cask hubble-md`. Thanks [@PARAM-ship](https://github.com/PARAM-ship)! [#174](https://github.com/bholmesdev/hubble.md/issues/174) +- macOS users can now install Hubble via Homebrew with `brew tap PARAM-ship/hubble && brew install --cask hubble-md`. Thanks [@paramcodes](https://github.com/paramcodes)! [#264](https://github.com/bholmesdev/hubble.md/pull/264) ### Changed