{"id":14967075,"url":"https://github.com/golemfactory/homebrew-golem-dev","last_synced_at":"2025-10-19T09:31:36.873Z","repository":{"id":86423558,"uuid":"96133147","full_name":"golemfactory/homebrew-golem-dev","owner":"golemfactory","description":"Homebrew + Caskroom recipes for Golem Release Candidates","archived":false,"fork":false,"pushed_at":"2020-05-20T13:54:42.000Z","size":76,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-01T04:27:26.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/golemfactory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-07-03T17:02:52.000Z","updated_at":"2023-08-22T13:00:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e0fc354-5817-4caf-87d4-97cea2aa0470","html_url":"https://github.com/golemfactory/homebrew-golem-dev","commit_stats":{"total_commits":99,"total_committers":7,"mean_commits":"14.142857142857142","dds":0.6868686868686869,"last_synced_commit":"a6a535f6d40ea3484f2be955831a1ed3bd3acea6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fhomebrew-golem-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fhomebrew-golem-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fhomebrew-golem-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fhomebrew-golem-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golemfactory","download_url":"https://codeload.github.com/golemfactory/homebrew-golem-dev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869245,"owners_count":16555571,"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":[],"created_at":"2024-09-24T13:37:25.122Z","updated_at":"2025-10-19T09:31:36.557Z","avatar_url":"https://github.com/golemfactory.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"homebrew-golem-dev\n=================\n\nHomebrew + Caskroom recipes for Golem.\n\n## Requirements\n- __A public IP address or forwarded TCP ports: 40102, 40103 and 3282__ (see [installation notes](https://github.com/golemfactory/golem/wiki/Installation)).\n\n- Mac OS X 10.12 (Sierra) or later.\n\n- [Homebrew](https://brew.sh/) - The missing package manager for Mac OS.\n\n## Installation\n\n### 1. Uninstall an official version / development version\n* Remove cached Homebrew files `sudo rm -rd ~/Library/Caches/Homebrew/*`\n* Remove docker images `sudo rm -rd ~/.docker/machine/machines/golem/*`.\n```\nbrew cask uninstall golem-mainnet-launcher\nbrew cask uninstall golem\nbrew uninstall --force golem\nbrew untap golemfactory/golem\n```\n\n### 2. Install the development version\n```\nbrew tap golemfactory/golem-dev\nbrew cask install golem\n\n# docker-machine-driver-xhyve package needs root owner and a suid bit\nsudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve\nsudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve\n```\nPlease keep in mind that Golem depends on many packages. Therefore, the installation varies on the computer. Some of the packages may already be installed on your computer and the others have to be linked. A typical example is the `docker-machine` package, which provides `brew link docker-machine`. After linking, you must restart Golem installation.\n\n## Running Golem\nType `golem` into Spotlight or select `golem` from Applications.\n\n__Golem is still under development and is not signed with a valid signature.\nThe first time you run Golem, your Mac OS X system will surely shout out that it cannot be opened because the software is from an undefined developer. To work around the problem please double click the application from Applications folder in Finder together with `control` key. Subsequently, click `open`.__\n\n## Reinstallation\n```\nbrew tap golemfactory/golem-dev\nbrew cask reinstall golem\n```\n\n## Upgrading\n```\nbrew update \u0026\u0026 brew upgrade\n```\n\n## Removing\n```\nbrew cask uninstall golem-mainnet-launcher\nbrew cask uninstall golem\nbrew uninstall golem\n```\n\n## Info and Versions\nPrint information about installed Golem (including dependencies) with:\n```\nbrew info golem\n```\n\nList available versions with:\n```\nls -l /usr/local/Cellar/golem\n```\n\n## Troubleshooting\n\n* Use `--verbose` to get more info while installing.\n* Remove cached Homebrew files `sudo rm -rd ~/Library/Caches/Homebrew/*`\n* Run `brew update \u0026\u0026 brew upgrade`.\n* Fix what the `brew doctor` says.\n* Remove docker images `sudo rm -rd ~/.docker/machine/machines/golem/*`.\n* Remove LOCK file `sudo rm ~/Library/Application\\ Support/golem/default/LOCK`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolemfactory%2Fhomebrew-golem-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgolemfactory%2Fhomebrew-golem-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolemfactory%2Fhomebrew-golem-dev/lists"}