close
The Wayback Machine - https://web.archive.org/web/20230207020123/https://github.com/Homebrew/formulae.brew.sh
Skip to content

Homebrew/formulae.brew.sh

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 5, 2023 14:49
February 5, 2023 14:49
February 6, 2023 10:32
api
February 5, 2023 14:49
January 10, 2023 09:52
May 21, 2020 08:24
August 2, 2022 13:27

Homebrew Formulae

Homebrew Formulae is an online package browser for Homebrew.

It displays all packages in the Homebrew/homebrew-core and Homebrew/homebrew-cask. A GitHub Action is run periodically which pulls changes from each tap and deploys the site to GitHub Pages.

JSON API

It also provides a JSON API for all packages (or individual packages) in each tap and their related analytics. This JSON data is used for the creation of the HTML resources on this site.

Currently available:

  • List formulae metadata for all formulae
  • Get formula metadata for each formula
  • List analytics events for all formulae
  • List analytics events for each formula

Read more in the JSON API documentation.

Usage

Open https://formulae.brew.sh/ in your web browser.

To instead run Homebrew Formulae locally, run:

git clone https://github.com/Homebrew/formulae.brew.sh
cd formulae.brew.sh
bundle install
bundle exec jekyll serve

Search

Search is indexed by Algolia crawler at https://crawler.algolia.com/admin/crawlers/26b9e6e2-bce4-4f42-9930-6b6ddf06cc9e/overview. This is only accessible by brew organisation members.

License

Code is under the BSD 2-clause "Simplified" License.