{"id":41029072,"url":"https://github.com/mdanialr/github-asset-downloader","last_synced_at":"2026-01-22T10:05:48.869Z","repository":{"id":53937837,"uuid":"521955023","full_name":"mdanialr/github-asset-downloader","owner":"mdanialr","description":"CLI to download GitHub release asset","archived":false,"fork":false,"pushed_at":"2022-08-06T13:48:11.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T11:02:22.880Z","etag":null,"topics":["cli","github-assets-downloader","golang","tool"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mdanialr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-06T13:32:42.000Z","updated_at":"2024-06-21T11:02:22.880Z","dependencies_parsed_at":"2022-08-13T05:00:59.263Z","dependency_job_id":null,"html_url":"https://github.com/mdanialr/github-asset-downloader","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mdanialr/github-asset-downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdanialr%2Fgithub-asset-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdanialr%2Fgithub-asset-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdanialr%2Fgithub-asset-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdanialr%2Fgithub-asset-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdanialr","download_url":"https://codeload.github.com/mdanialr/github-asset-downloader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdanialr%2Fgithub-asset-downloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28661123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["cli","github-assets-downloader","golang","tool"],"created_at":"2026-01-22T10:05:48.092Z","updated_at":"2026-01-22T10:05:48.864Z","avatar_url":"https://github.com/mdanialr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Release Asset Downloader\nCLI app to download assets from GitHub Releases. Can choose which version (_using tag_) and which arch to choose. Only\nsupports Linux. Thanks to [Viper](https://github.com/spf13/viper) you can use both arguments and config file but putting\n`GitHub Access Token` in the config file is recommended instead putting it in the arguments.\n\n## How to Use\n1. Download the binary from [GitHub Releases](https://github.com/mdanialr/github-asset-downloader/releases)\n2. Extract then run\n```bash\ntar -xvf github-asset-downloader....tar.gz\n./github-asset-downloader --help # to see options\n```\n### Example\nPut `token` in config file with the name `app.yml`. __The file name `app.yml`__ is mandatory otherwise\n[Viper](https://github.com/spf13/viper) will not find it.\n```yaml\n# config file app.yml\n\ntoken: \u003cYOUR_TOKEN\u003e\n```\n```bash\n# download asset linux amd64 from the latest release\n./github-asset-downloader --repo username/repo-name\n# download asset linux amd64 from the release tagged as v1.0.0\n./github-asset-downloader --repo username/repo-name --tag v1.0.0\n# download asset linux amd64 from the release tagged as v1.0.0 and output filename as my-asset\n./github-asset-downloader --repo username/repo-name --tag v1.0.0 --output my-asset\n# NOTE: file extensions will always be extracted from the asset's real name\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdanialr%2Fgithub-asset-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdanialr%2Fgithub-asset-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdanialr%2Fgithub-asset-downloader/lists"}