{"id":19696575,"url":"https://github.com/romankurnovskii/brewmate","last_synced_at":"2025-04-05T00:05:40.208Z","repository":{"id":143132091,"uuid":"613569916","full_name":"romankurnovskii/BrewMate","owner":"romankurnovskii","description":"Homebrew GUI apps manager","archived":false,"fork":false,"pushed_at":"2025-03-24T02:42:40.000Z","size":30199,"stargazers_count":172,"open_issues_count":6,"forks_count":28,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-28T23:04:14.296Z","etag":null,"topics":["electron","gui","homebrew","homebrew-cask","react"],"latest_commit_sha":null,"homepage":"https://romankurnovskii.com/brewmate/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/romankurnovskii.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-13T20:40:19.000Z","updated_at":"2025-03-27T11:08:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"22d9c6fe-1aca-4629-afce-ce121f3c6750","html_url":"https://github.com/romankurnovskii/BrewMate","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romankurnovskii%2FBrewMate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romankurnovskii%2FBrewMate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romankurnovskii%2FBrewMate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romankurnovskii%2FBrewMate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romankurnovskii","download_url":"https://codeload.github.com/romankurnovskii/BrewMate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266562,"owners_count":20910836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","gui","homebrew","homebrew-cask","react"],"created_at":"2024-11-11T19:35:36.988Z","updated_at":"2025-04-05T00:05:40.190Z","avatar_url":"https://github.com/romankurnovskii.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BrewMate\n\n**BrewMate - Homebrew GUI**\n\nBrewMate is a macOS GUI application that makes it easy to search for, install, and uninstall Homebrew casks. You can also see the top downloaded casks.\n\nIncludes third party apps + from [awesome-brew](https://github.com/romankurnovskii/homebrew-awesome-brew/)\n\n![BrewMate Screenshot 1](assets/mainwindow.gif)\n\n## Features\n\n- [x] install/uninstall casks\n- [x] brew update/upgrade\n- [x] list local installed\n- [x] top installs\n- [x] show logs on install/uninstall\n- [ ] add 3rd party taps\n- [ ] handle apps required sudo/pass on install/uninstall\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- **macOS**: This package is designed to work on macOS. Ensure you are using a compatible version.\n- **Homebrew**: This package requires [Homebrew](https://brew.sh/) to be installed on your system. Homebrew is a package manager for macOS that simplifies the installation of software. If you don't have Homebrew installed, you can install it by running the following command in your terminal:\n\n```sh\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\n# Install\n\n### Option 1\n1. Download the latest DMG file from the [releases page](https://github.com/romankurnovskii/BrewMate/releases).\n2. Double-click the DMG file to open it.\n3. Drag the BrewMate app to your Applications folder.\n\n### Option 2\n\nIn terminal:\n\n```sh\nbrew install romankurnovskii/awesome-brew/brewmate --cask --no-quarantine\n```\n\n### Option 3\n\nIn terminal:\n\n```sh\nbrew tap romankurnovskii/awesome-brew\nbrew update\nbrew install --cask --no-quarantine brewmate \n```\n\n## First time launch\n\n1. Navigate to your \"Applications\" folder.\n1. Find the app `BrewMate` and right-click on it.\n1. Select \"Open\" from the context menu.\n1. When the security warning appears, click \"Open\" to confirm that you want to open the app.\n1. The app will now launch.\n\n# Requirements\n\n- macOS 10.15 or later.\n\n# Development / Build\n\n1. Clone the repository: `git clone https://github.com/romankurnovskii/BrewMate.git`\n2. Install dependencies: `npm install`\n3. Build the app: `npm run electron:build`\n4. The built app will be located in the `dist` folder.\n5. For **development** run `npm run electron:dev`\n\n\n## Available Scripts in addition to the existing ones\n\n### `npm run electron:dev`\n\nRuns the app in the development mode.\n\nThe app will reload if you make edits in the `electron` directory.\u003cbr\u003e\nYou will also see any lint errors in the console.\n\n### `npm run electron:build`\n\nBuilds the app package for production to the `dist` folder.\n\nYour app is ready to be distributed!\n\n# License\n\nBrewMate is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromankurnovskii%2Fbrewmate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromankurnovskii%2Fbrewmate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromankurnovskii%2Fbrewmate/lists"}