{"id":28797706,"url":"https://github.com/bottyivan/brewhub","last_synced_at":"2026-04-18T17:03:41.258Z","repository":{"id":299118652,"uuid":"990931090","full_name":"BottyIvan/brewhub","owner":"BottyIvan","description":"A place to find and share your favorite brews.","archived":false,"fork":false,"pushed_at":"2025-06-14T18:49:40.000Z","size":2410,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-06-14T20:02:51.025Z","etag":null,"topics":["brew","electron","homebrew","nextjs"],"latest_commit_sha":null,"homepage":"","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/BottyIvan.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2025-05-26T21:41:45.000Z","updated_at":"2025-06-14T18:49:43.000Z","dependencies_parsed_at":"2025-06-14T20:02:55.099Z","dependency_job_id":"1f5579e1-1ef7-4003-8393-b674e64cbf23","html_url":"https://github.com/BottyIvan/brewhub","commit_stats":null,"previous_names":["bottyivan/brewhub"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BottyIvan/brewhub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BottyIvan%2Fbrewhub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BottyIvan%2Fbrewhub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BottyIvan%2Fbrewhub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BottyIvan%2Fbrewhub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BottyIvan","download_url":"https://codeload.github.com/BottyIvan/brewhub/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BottyIvan%2Fbrewhub/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260491158,"owners_count":23017184,"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":["brew","electron","homebrew","nextjs"],"created_at":"2025-06-18T05:00:39.372Z","updated_at":"2026-04-18T17:03:41.253Z","avatar_url":"https://github.com/BottyIvan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BrewHub\n\n\u003e [!NOTE]\n\u003e 🚀 **For macOS users:**  \n\u003e Before opening the app for the first time, you need to run the following command to remove quarantine attributes:\n\u003e \n\u003e ```bash\n\u003e xattr -rc /Applications/BrewHub.app\n\u003e ```\n\nBrewHub is a web and desktop app built with [Next.js](https://nextjs.org/) and Electron that lets you explore, search, and manage [Homebrew](https://brew.sh/) formulas.  \nWith BrewHub you can:\n\n- Quickly search any Homebrew formula with advanced search\n- View complete details: version, dependencies, license, install stats, and supported architectures\n- Analyze dependencies between formulas\n- See popularity and installation statistics\n- Manage installed formulas directly from the desktop app (install, update, uninstall)\n- Enjoy a modern user experience: dark mode, responsive, optimized for every device\n\n## Main Features\n\n- **Advanced search**: find any Homebrew formula in real time\n- **Formula details**: full info including changelog, dependencies, versions, and analytics\n- **Install management**: install, update, and uninstall formulas directly from the desktop app (Electron only)\n- **Statistics**: view installation and popularity data\n- **User experience**: polished interface, dark mode, mobile and desktop optimization\n\n## Project Dependencies\n\nMain dependencies:\n- [Next.js](https://nextjs.org/) `15.3.2`\n- [React](https://react.dev/) `^19.0.0`\n- [Electron](https://www.electronjs.org/) `^36.4.0`\n- [@heroicons/react](https://github.com/tailwindlabs/heroicons) `^2.2.0`\n- [uuid](https://github.com/uuidjs/uuid) `^11.1.0`\n- [dotenv](https://github.com/motdotla/dotenv) `^16.5.0`\n\nDev dependencies:\n- [electron-forge](https://www.electronforge.io/) `^7.8.1`\n- [eslint](https://eslint.org/) `^9`\n- [tailwindcss](https://tailwindcss.com/) `^4`\n- [typescript](https://www.typescriptlang.org/) `^5`\n- and more (see `package.json` for the full list)\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Getting Started\n\nTo start the web development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser to see the result.\n\nTo start the desktop version (Electron):\n\n```bash\nnpm run start\n```\n\n## Contributing\n\nContributions, bug reports, and suggestions are welcome! Open an issue or pull request on [GitHub](https://github.com/ivanbottigelli/brewhub).\n\n## Deploy on Vercel\n\nThe easiest way to deploy the web app is via [Vercel](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme).\n\nSee the [Next.js documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n\n## Useful Resources\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Homebrew Formulae](https://formulae.brew.sh/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbottyivan%2Fbrewhub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbottyivan%2Fbrewhub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbottyivan%2Fbrewhub/lists"}