{"id":30581497,"url":"https://github.com/nikitabobko/brew-install-path","last_synced_at":"2026-05-10T07:57:08.625Z","repository":{"id":312142547,"uuid":"1046447091","full_name":"nikitabobko/brew-install-path","owner":"nikitabobko","description":"Simple script that allows installing homebrew formulas/casks from paths","archived":false,"fork":false,"pushed_at":"2025-08-30T22:03:43.000Z","size":13,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T08:53:07.330Z","etag":null,"topics":["brew","homebrew","mac","macos"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/nikitabobko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-08-28T17:45:32.000Z","updated_at":"2025-09-25T13:54:29.000Z","dependencies_parsed_at":"2025-08-29T01:26:59.041Z","dependency_job_id":"ceb8d3b4-005b-4434-b8bc-480988fa9c2f","html_url":"https://github.com/nikitabobko/brew-install-path","commit_stats":null,"previous_names":["nikitabobko/brew-install-path"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nikitabobko/brew-install-path","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitabobko%2Fbrew-install-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitabobko%2Fbrew-install-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitabobko%2Fbrew-install-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitabobko%2Fbrew-install-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikitabobko","download_url":"https://codeload.github.com/nikitabobko/brew-install-path/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitabobko%2Fbrew-install-path/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278861162,"owners_count":26058655,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","homebrew","mac","macos"],"created_at":"2025-08-29T06:35:16.929Z","updated_at":"2026-05-10T07:57:08.617Z","avatar_url":"https://github.com/nikitabobko.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brew-install-path\n\nHomebrew 4.6.4 introduced a breaking change that disabled the possibility of installing formulas/casks from paths.\n\n- [Homebrew Breaking change Issue](https://github.com/Homebrew/brew/issues/18371)\n- [Homebrew Breaking change PR](https://github.com/Homebrew/brew/pull/20414)\n- [Homebrew 4.6.4 Release notes](https://github.com/Homebrew/brew/releases/tag/4.6.4)\n\n[The official workaround](https://github.com/Homebrew/brew/issues/18371#issuecomment-2365396463) is to create a local tap and move your ruby file there,\nwhich is obnoxious to do manually every time.\n`brew-install-path` automates this by allowing you to install local paths in one command.\n\n## Installation\n\n```\nbrew install nikitabobko/tap/brew-install-path\n```\n\n## Usage\n\nAfter installing `brew-install-path`, you can do the following:\n\n```\nbrew install-path ./formula-or-cask.rb\nbrew ip ./formula-or-cask.rb\n```\n\nFormulas/Casks installed by `brew-install-path` are no different from other formulas/casks and can be uninstalled as usual by `brew uninstall`.\n\n## Synopsis\n\n```\nUsage: brew install-path [-h|--help] [-v|--version] [--cask|--formula] [OTHER_OPTIONS]... [--] \u003cPATH\u003e...\n\nOptions:\n  -h, --help               Print this help and exit\n  -v, --version            Print version and exit\n  --cask                   Treat all named arguments as casks\n  --formula, --formulae    Treat all named arguments as formulas\n\nAll other options are forwarded to 'brew install'\n```\n\n## Disclaimer\n\n`brew-install-path` is written by somebody who [\"demonstrates their lack of understanding of Homebrew works\"](https://github.com/Homebrew/brew/issues/18371#issuecomment-3233910856), use at your own risk.\n\nIf you found this script to be useful, keep in mind that your workflow is [probably \"broken\" and you should reevaluate using it](https://github.com/orgs/Homebrew/discussions/6351#discussioncomment-14257503).\nAlso, please note that by using this script, you are actively \"wasting the limited time\" of precious homebrew volunteers.\n\nThank you for your understanding.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikitabobko%2Fbrew-install-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikitabobko%2Fbrew-install-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikitabobko%2Fbrew-install-path/lists"}