{"id":51475162,"url":"https://github.com/airscripts/gitclaw","last_synced_at":"2026-07-06T20:01:24.636Z","repository":{"id":352958429,"uuid":"1216452122","full_name":"airscripts/gitclaw","owner":"airscripts","description":"Install software directly from GitHub via CLI.","archived":false,"fork":false,"pushed_at":"2026-04-24T18:34:21.000Z","size":156250,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-01T03:18:51.917Z","etag":null,"topics":["cli","git","github","release"],"latest_commit_sha":null,"homepage":"https://airscript.it","language":"Rust","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/airscripts.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-20T23:25:11.000Z","updated_at":"2026-05-08T19:01:38.000Z","dependencies_parsed_at":"2026-04-21T23:01:11.501Z","dependency_job_id":null,"html_url":"https://github.com/airscripts/gitclaw","commit_stats":null,"previous_names":["clawdeeo/gitclaw","airscripts/gitclaw"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/airscripts/gitclaw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airscripts%2Fgitclaw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airscripts%2Fgitclaw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airscripts%2Fgitclaw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airscripts%2Fgitclaw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airscripts","download_url":"https://codeload.github.com/airscripts/gitclaw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airscripts%2Fgitclaw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35204409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"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","git","github","release"],"created_at":"2026-07-06T20:01:23.629Z","updated_at":"2026-07-06T20:01:24.588Z","avatar_url":"https://github.com/airscripts.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitclaw\n\n[![CI](https://github.com/airscripts/gitclaw/actions/workflows/main.yml/badge.svg)](https://github.com/airscripts/gitclaw/actions/workflows/main.yml)\n\nInstall software from GitHub releases.  \nAlso available as `gcw`.\n\n![GIF](assets/gcw.gif)\n\n## Install\n\n```bash\ncargo install --path .\n```\n\n## Usage\n\n```bash\ngcw install sharkdp/bat\ngcw list\n```\n\n## Commands\n\n| Command     | Description                                  |\n| ----------- | -------------------------------------------- |\n| alias       | Manage package aliases.                      |\n| cache       | Manage the asset cache.                      |\n| completions | Generate shell completions.                  |\n| export      | Export installed packages to TOML.           |\n| import      | Install packages from a TOML file.           |\n| install     | Install packages from GitHub releases.       |\n| list        | List installed packages.                     |\n| lock        | Generate a lockfile from installed packages. |\n| platform    | Show platform information.                   |\n| run         | Run an installed package.                    |\n| search      | Search for releases on GitHub.               |\n| self        | Update gitclaw to the latest version.        |\n| uninstall   | Uninstall a package.                         |\n| update      | Update installed packages.                   |\n\n## Configuration\n\nConfig files (TOML) are merged in order of precedence:\n\n1. `$GITCLAW_CONFIG` environment variable\n2. `./.gitclaw.toml`\n3. `~/.config/gitclaw/config.toml`\n4. `~/.gitclaw.toml`\n\n```toml\ninstall_dir = \"~/bin\"\ngithub_token = \"ghp_xxx\"\n\n[download]\nshow_progress = true\nverify_checksums = true\n\n[output]\nquiet = false\nverbose = false\n```\n\n## How It Works\n\n1. Query the GitHub API for release metadata\n2. Match the asset to the current OS and architecture\n3. Download with a progress bar\n4. Extract the archive (tar.gz, zip, tar.bz2, tar.xz, tar.zst, .deb, or plain binary)\n5. Install the binary to `~/.gitclaw/bin/`\n\n## Supported Platforms\n\n| OS    | x86_64 | aarch64 |\n| ----- | ------ | ------- |\n| Linux | yes    | yes     |\n\n## Development\n\n```bash\ncargo fmt\ncargo clippy\ncargo test\n```\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nLicensed under MIT, Copyright (c) 2026 Francesco Sardone (Airscript)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairscripts%2Fgitclaw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairscripts%2Fgitclaw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairscripts%2Fgitclaw/lists"}