{"id":15674347,"url":"https://github.com/dimkr/toolchains","last_synced_at":"2025-07-29T00:11:04.696Z","repository":{"id":48688253,"uuid":"228043804","full_name":"dimkr/toolchains","owner":"dimkr","description":"Toolchains for ultra-portable static binaries","archived":false,"fork":false,"pushed_at":"2025-03-02T03:17:17.000Z","size":70,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-06T21:47:55.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/dimkr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2019-12-14T15:19:19.000Z","updated_at":"2023-08-08T03:10:33.000Z","dependencies_parsed_at":"2024-06-02T03:51:13.705Z","dependency_job_id":"8be9be49-3246-49ad-97ac-5d7dcdaac473","html_url":"https://github.com/dimkr/toolchains","commit_stats":{"total_commits":103,"total_committers":1,"mean_commits":103.0,"dds":0.0,"last_synced_commit":"31758ac536c8fdd4dfa9c3611a769973c79c9ff3"},"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/dimkr/toolchains","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimkr%2Ftoolchains","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimkr%2Ftoolchains/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimkr%2Ftoolchains/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimkr%2Ftoolchains/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimkr","download_url":"https://codeload.github.com/dimkr/toolchains/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimkr%2Ftoolchains/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267606920,"owners_count":24114804,"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-07-28T02:00:09.689Z","response_time":68,"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":[],"created_at":"2024-10-03T15:44:08.678Z","updated_at":"2025-07-29T00:11:04.675Z","avatar_url":"https://github.com/dimkr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n _              _      _           _\n| |_ ___   ___ | | ___| |__   __ _(_)_ __  ___\n| __/ _ \\ / _ \\| |/ __| '_ \\ / _` | | '_ \\/ __|\n| || (_) | (_) | | (__| | | | (_| | | | | \\__ \\\n \\__\\___/ \\___/|_|\\___|_| |_|\\__,_|_|_| |_|___/\n\n```\n\n[![Build Status](https://github.com/dimkr/toolchains/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/dimkr/toolchains/actions)\n\n## Overview\n\nThis repository is a CI/CD pipeline for a collection of cross-compilation C/C++ toolchains that produce static binaries, carefully optimized for maximum hardware compatibility and small size.\n\nThese toolchains are ideal for training, research, debugging, CI and development of cross-platform software.\n\n## Usage\n\nPre-built toolchains are available [here](https://github.com/dimkr/toolchains/releases).\n\nTo install a toolchain, extract it to /opt/x-tools, e.g.:\n\n```\ncurl -L https://github.com/dimkr/toolchains/releases/latest/download/arm-any32-linux-musleabi.tar.gz | sudo tar -xzvf - -C /\n```\n\nEach toolchain is accompanied by a [venv](https://docs.python.org/3/library/venv.html#creating-virtual-environments)-style \"activation\" script that sets environment variables.\n\nFor example, to build static [strace](https://strace.io) binaries for ARM:\n\n```\nHOST=arm-any32-linux-musleabi\n. /opt/x-tools/$HOST/activate\ncurl https://strace.io/files/5.4/strace-5.4.tar.xz | tar -xJvf-\ncd strace-5.4\n./configure --host=$HOST\nmake\n```\n\nAnother way to use the toolchains is using the [Meson](https://mesonbuild.com) build system: each toolchain has a matching cross-file under /usr/local/share/meson/cross.\n\nFor example, to build [papaw](https://github.com/dimkr/papaw) for ARM:\n\n```\nHOST=arm-any32-linux-musleabi\ngit clone --recursive https://github.com/dimkr/papaw\ncd papaw\nmeson --cross-file=$HOST build\nninja -C build\n```\n\n## Legal Information\n\nThis is free and unencumbered software released under the terms of the MIT license; see COPYING for the license text.\n\nThe ASCII art logo at the top was made using [FIGlet](http://www.figlet.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimkr%2Ftoolchains","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimkr%2Ftoolchains","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimkr%2Ftoolchains/lists"}