{"id":15715707,"url":"https://github.com/zhongruoyu/homebrew-portable-ruby-aarch64-linux","last_synced_at":"2025-10-17T15:36:01.434Z","repository":{"id":235453846,"uuid":"790643125","full_name":"ZhongRuoyu/homebrew-portable-ruby-aarch64-linux","owner":"ZhongRuoyu","description":"🚗 Versions of Ruby that can be installed and run from anywhere on the filesystem, ported to aarch64 Linux.","archived":false,"fork":false,"pushed_at":"2024-08-26T02:24:05.000Z","size":472,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-25T03:45:17.785Z","etag":null,"topics":["aarch64","aarch64-linux","homebrew","linux","portable","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZhongRuoyu.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}},"created_at":"2024-04-23T09:01:05.000Z","updated_at":"2024-06-01T13:30:30.000Z","dependencies_parsed_at":"2024-05-18T09:23:09.463Z","dependency_job_id":"1acda0cb-9a9f-4dc7-848a-963ab967d7a0","html_url":"https://github.com/ZhongRuoyu/homebrew-portable-ruby-aarch64-linux","commit_stats":null,"previous_names":["zhongruoyu/homebrew-portable-ruby-aarch64-linux"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhongRuoyu%2Fhomebrew-portable-ruby-aarch64-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhongRuoyu%2Fhomebrew-portable-ruby-aarch64-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhongRuoyu%2Fhomebrew-portable-ruby-aarch64-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZhongRuoyu%2Fhomebrew-portable-ruby-aarch64-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZhongRuoyu","download_url":"https://codeload.github.com/ZhongRuoyu/homebrew-portable-ruby-aarch64-linux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246372743,"owners_count":20766635,"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":["aarch64","aarch64-linux","homebrew","linux","portable","ruby"],"created_at":"2024-10-03T21:42:31.678Z","updated_at":"2025-10-17T15:36:01.359Z","avatar_url":"https://github.com/ZhongRuoyu.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homebrew Portable Ruby for aarch64 Linux\n\n\u003e [!WARNING]\n\u003e This repository is no longer maintained as Homebrew now provides official\n\u003e Portable Ruby builds for AArch64 (ARM64) Linux.\n\u003e Check out the official\n\u003e [Homebrew/homebrew-portable-ruby](https://github.com/Homebrew/homebrew-portable-ruby)\n\u003e repository for the latest updates and releases.\n\nPort of Homebrew's Portable Ruby to aarch64 Linux. This is a fork of Homebrew's tap [`homebrew/portable-ruby`](https://github.com/Homebrew/homebrew-portable-ruby), with modifications to provide aarch64 Linux support.\n\n## How do I install these formulae\n\nJust `brew install zhongruoyu/portable-ruby-aarch64-linux/\u003cformula\u003e`.\n\n## Bootstrapping Homebrew with Portable Ruby for aarch64 Linux\n\nTo bootstrap an existing Homebrew installation with the ported Portable Ruby, run:\n\n```bash\nHOMEBREW_PREFIX=\"$(brew --prefix)\" /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/ZhongRuoyu/homebrew-portable-ruby-aarch64-linux/HEAD/bootstrap.sh)\"\n```\n\nOr, alternatively:\n\n```bash\nbrew tap zhongruoyu/portable-ruby-aarch64-linux\nbrew vendor-install-ruby\n```\n\n## Install Homebrew on aarch64 Linux\n\nTo freshly install Homebrew on aarch64 Linux, refer to the instructions at\n[the ZhongRuoyu/homebrew-aarch64-linux repository](https://github.com/ZhongRuoyu/homebrew-aarch64-linux).\n\n## How do I build packages for these formulae\n\nHomebrew Portable Ruby is designed only for usage internally to Homebrew. If Portable Ruby isn't available for your platform, it is recommended you instead use Ruby from your system's package manager (if available) or rbenv/ruby-build. Usage of Portable Ruby outside of Homebrew, such as embedding into your own apps, is not a goal for this project.\n\n## How do I issue a new release\n\n[An automated release workflow is available to use](https://github.com/ZhongRuoyu/homebrew-portable-ruby-aarch64-linux/actions/workflows/release.yml).\nDispatch the workflow and all steps of building, tagging and uploading should be handled automatically.\n\n\u003cdetails\u003e\n\u003csummary\u003eManual steps are documented below.\u003c/summary\u003e\n\n### Build\n\nRun `brew portable-package ruby`.\n\n### Upload\n\nCopy the bottle `bottle*.tar.gz` and `bottle*.json` files into a directory on your local machine.\n\nUpload these files to GitHub Packages with:\n\n```sh\nbrew pr-upload --upload-only --root-url=https://ghcr.io/v2/zhongruoyu/zhongruoyu-portable-ruby-aarch64-linux\n```\n\nAnd to GitHub releases:\n\n```sh\nbrew pr-upload --upload-only --root-url=https://github.com/ZhongRuoyu/homebrew-portable-ruby-aarch64-linux/releases/download/$VERSION\n```\n\nwhere `$VERSION` is the new package version.\n\u003c/details\u003e\n\n## License\n\nCode is under the [BSD 2-Clause \"Simplified\" License](https://github.com/ZhongRuoyu/homebrew-portable-ruby-aarch64-linux/blob/master/LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhongruoyu%2Fhomebrew-portable-ruby-aarch64-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhongruoyu%2Fhomebrew-portable-ruby-aarch64-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhongruoyu%2Fhomebrew-portable-ruby-aarch64-linux/lists"}