{"id":19777673,"url":"https://github.com/tiiuae/aarch64_bin_builder","last_synced_at":"2025-04-30T20:30:22.320Z","repository":{"id":253215993,"uuid":"840276248","full_name":"tiiuae/aarch64_bin_builder","owner":"tiiuae","description":"Statically linked arm64/aarch64 binaries for everyday needs","archived":false,"fork":false,"pushed_at":"2024-09-11T12:47:15.000Z","size":112,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-12T19:06:07.578Z","etag":null,"topics":["aarch64","arm64","cross-compiler","linux","musl","pentest","pentesting-tools","static-binaries","static-binary","toolchain"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tiiuae.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}},"created_at":"2024-08-09T10:48:18.000Z","updated_at":"2024-08-29T10:50:22.000Z","dependencies_parsed_at":"2024-08-26T09:08:25.031Z","dependency_job_id":"e261b984-cb21-4277-87d6-b6c6076c46e6","html_url":"https://github.com/tiiuae/aarch64_bin_builder","commit_stats":null,"previous_names":["tiiuae/aarch64_bin_builder"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiiuae%2Faarch64_bin_builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiiuae%2Faarch64_bin_builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiiuae%2Faarch64_bin_builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiiuae%2Faarch64_bin_builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiiuae","download_url":"https://codeload.github.com/tiiuae/aarch64_bin_builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224222562,"owners_count":17276029,"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","arm64","cross-compiler","linux","musl","pentest","pentesting-tools","static-binaries","static-binary","toolchain"],"created_at":"2024-11-12T05:26:01.640Z","updated_at":"2024-11-12T05:26:02.211Z","avatar_url":"https://github.com/tiiuae.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠️ Aarch64 Static Cross-Compilation Toolchain\n\nThis repository hosts an aarch64 MUSL-based cross-compilation toolchain designed to produce statically linked binaries for commonly needed tools\n\n## 🚀 Usage\n\nThe [latest release](https://github.com/tiiuae/aarch64_bin_builder/releases/latest) will always have all binaries built by a [github-action](https://github.com/tiiuae/aarch64_bin_builder/blob/main/.github/workflows/build.yml).\nIf you want to extend, or build locally, follow these simple steps:\n\n1. Check out the repository\n2. Build the base builder Docker image:\n\n```sh\ndocker build -t aarch64_musl_cross:v1.0 . -f .cfg/Dockerfile\n```\n\n\u003e Note: Using _aarch64_musl_cross:v1.0_ as the tag is crucial!\n\n2. Build the tools:\n\n- To build all tools:\n\n```sh\n./build.sh\n```\n\n- To build a specific tool:\n\n```sh\n./build.sh \u003cfoldername\u003e\n```\n\n### 📜 Script usage\n\nThis repository hosts a [utility script](static.sh) that lets you list and download all binaries from the latest release.\nIdeally all downloaded binaries never touch the disk but only live in memory. As a fallback `/tmp` directory will be used.\nEither copy the script manually or source it from this repository:\n\n```sh\nsource \u003c(curl -SsfL https://raw.githubusercontent.com/tiiuae/aarch64_bin_builder/main/static.sh)\n# or\nsource \u003c(wget -qO- https://raw.githubusercontent.com/tiiuae/aarch64_bin_builder/main/static.sh)\n# or\nsource \u003c(python3 -c \"import urllib.request; print(urllib.request.urlopen('https://raw.githubusercontent.com/tiiuae/aarch64_bin_builder/main/static.sh').read().decode())\")\n```\n\nWith this you have access to:\n\n```sh\n# list all available binaries\nstatic ls\n# download the request binary\nstatic dl \u003cbin\u003e\n# download multiple binaries at once\nstatic dl \u003cbin_a\u003e \u003cbin_b\u003e\n# download binaries based on fuzzy matching\n# To download all avilable binaries starting with \"foo\":\nstatic dl foo\n```\n\n## Disclaimer\n\nThe binaries are packed with [UPX](https://github.com/upx/upx) to drastically reduce their footprint, allowing for faster download speeds and usage on memory/disk bottlenecked devices. That said, the build process is transparent and open source, so if you distrust the binary, please read the code or compile locally.\n\n## Contributing 🤝\n\nContributions are welcome! Please feel free to submit a pull request or open an issue for any bugs, feature requests, or improvements.\n\n## License 📜\n\nThis project is licensed under the Apache License. See the [LICENSE](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiiuae%2Faarch64_bin_builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiiuae%2Faarch64_bin_builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiiuae%2Faarch64_bin_builder/lists"}