{"id":17348133,"url":"https://github.com/userdocs/mtr-static","last_synced_at":"2025-04-13T21:06:59.780Z","repository":{"id":107483959,"uuid":"374233087","full_name":"userdocs/mtr-static","owner":"userdocs","description":"An Apline Linux static build of mtr","archived":false,"fork":false,"pushed_at":"2022-12-13T21:33:01.000Z","size":10,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T21:06:55.182Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/userdocs.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":"2021-06-05T23:52:17.000Z","updated_at":"2024-09-24T16:45:55.000Z","dependencies_parsed_at":"2023-05-17T14:00:09.855Z","dependency_job_id":null,"html_url":"https://github.com/userdocs/mtr-static","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdocs%2Fmtr-static","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdocs%2Fmtr-static/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdocs%2Fmtr-static/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdocs%2Fmtr-static/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/userdocs","download_url":"https://codeload.github.com/userdocs/mtr-static/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782269,"owners_count":21160717,"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-10-15T16:51:11.896Z","updated_at":"2025-04-13T21:06:59.701Z","avatar_url":"https://github.com/userdocs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\nBuilt on [Alpine linux](https://alpinelinux.org) edge\n\nℹ️ These static binaries will run on any Linux based OS.\n### Build Platforms\n\nAlpine Linux as the host OS.\n\nBuilds are created using https://github.com/multiarch/qemu-user-static and arch specific docker images detailed in the table below.\n\n| Alpine Arch | Docker platform arch |  Docker hub image   |\n| :---------: | :------------------: | :-----------------: |\n|    armhf    |     linux/arm/v6     | arm32v6/alpine:edge |\n|    armv7    |     linux/arm/v7     | arm32v7/alpine:edge |\n|   aarch64   |     linux/arm64      | arm64v8/alpine:edge |\n|   ppc64le   |    linux/ppc64le     | ppc64le/alpine:edge |\n|    s390x    |     linux/s390x      |  s390x/alpine:edge  |\n|     x86     |      linux/i386      |  i386/alpine:edge   |\n|   x86_64    |     linux/amd64      |  amd64/alpine:edge  |\n\n### Source project\n\nhttps://github.com/traviscross/mtr\n\n### Latest Release\n\nhttps://github.com/userdocs/mtr-static/releases/latest\n\n### Use the static binaries from this repo\n\nDownload and install to the bin directory of your local user (for root this may not be in the `$PATH`)\n\nℹ️ You may need to use `sudo` to get socket access\n\nPick the platform URL you need:\n\ni386 / x86\n\n```bash\nmkdir -p ~/bin \u0026\u0026 source ~/.profile\nwget -qO ~/bin/mtr https://github.com/userdocs/mtr-static/releases/latest/download/mtr-i386\nwget -qO ~/bin/mtr-packet https://github.com/userdocs/mtr-static/releases/latest/download/mtr-packet-i386\nchmod 700 ~/bin/mtr ~/bin/mtr-packet\n```\n\namd64\n\n```bash\nmkdir -p ~/bin \u0026\u0026 source ~/.profile\nwget -qO ~/bin/mtr https://github.com/userdocs/mtr-static/releases/latest/download/mtr-amd64\nwget -qO ~/bin/mtr-packet https://github.com/userdocs/mtr-static/releases/latest/download/mtr-packet-amd64\nchmod 700 ~/bin/mtr ~/bin/mtr-packet\n```\n\narm32v6\n\n```bash\nmkdir -p ~/bin \u0026\u0026 source ~/.profile\nwget -qO ~/bin/mtr https://github.com/userdocs/mtr-static/releases/latest/download/mtr-arm32v6\nwget -qO ~/bin/mtr-packet https://github.com/userdocs/mtr-static/releases/latest/download/mtr-packet-arm32v6\nchmod 700 ~/bin/mtr ~/bin/mtr-packet\n```\n\narm32v7\n\n```bash\nmkdir -p ~/bin \u0026\u0026 source ~/.profile\nwget -qO ~/bin/mtr https://github.com/userdocs/mtr-static/releases/latest/download/mtr-arm32v7\nwget -qO ~/bin/mtr-packet https://github.com/userdocs/mtr-static/releases/latest/download/mtr-packet-arm32v7\nchmod 700 ~/bin/mtr ~/bin/mtr-packet\n```\n\naarch64 / arm64\n\n```bash\nmkdir -p ~/bin \u0026\u0026 source ~/.profile\nwget -qO ~/bin/mtr https://github.com/userdocs/mtr-static/releases/latest/download/mtr-arm64v8\nwget -qO ~/bin/mtr-packet https://github.com/userdocs/mtr-static/releases/latest/download/mtr-packet-arm64v8\nchmod 700 ~/bin/mtr ~/bin/mtr-packet\n```\n\nppc64le\n\n```bash\nmkdir -p ~/bin \u0026\u0026 source ~/.profile\nwget -qO ~/bin/mtr https://github.com/userdocs/mtr-static/releases/latest/download/mtr-ppc64le\nwget -qO ~/bin/mtr-packet https://github.com/userdocs/mtr-static/releases/latest/download/mtr-packet-ppc64le\nchmod 700 ~/bin/mtr ~/bin/mtr-packet\n```\n\ns390x\n\n```bash\nmkdir -p ~/bin \u0026\u0026 source ~/.profile\nwget -qO ~/bin/mtr https://github.com/userdocs/mtr-static/releases/latest/download/mtr-s390x\nwget -qO ~/bin/mtr-packet https://github.com/userdocs/mtr-static/releases/latest/download/mtr-packet-s390x\nchmod 700 ~/bin/mtr ~/bin/mtr-packet\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserdocs%2Fmtr-static","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuserdocs%2Fmtr-static","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserdocs%2Fmtr-static/lists"}