{"id":47624362,"url":"https://github.com/thegraydot/mpqcli","last_synced_at":"2026-06-07T22:01:21.679Z","repository":{"id":213473523,"uuid":"677140107","full_name":"thegraydot/mpqcli","owner":"thegraydot","description":"A command-line tool to create, add, remove, list, extract, read, and verify MPQ archives using the StormLib library.","archived":false,"fork":false,"pushed_at":"2026-06-02T08:29:21.000Z","size":434,"stargazers_count":20,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-02T09:22:28.839Z","etag":null,"topics":["mopaq","mpq","mpq-archives","warcraft","world-of-warcraft","wow"],"latest_commit_sha":null,"homepage":"http://mpqcli.thegraydot.com/","language":"Python","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/thegraydot.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":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-10T20:55:14.000Z","updated_at":"2026-06-02T08:26:19.000Z","dependencies_parsed_at":"2026-02-18T21:03:55.774Z","dependency_job_id":null,"html_url":"https://github.com/thegraydot/mpqcli","commit_stats":null,"previous_names":["thegraydot/mpqcli"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/thegraydot/mpqcli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegraydot%2Fmpqcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegraydot%2Fmpqcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegraydot%2Fmpqcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegraydot%2Fmpqcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thegraydot","download_url":"https://codeload.github.com/thegraydot/mpqcli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegraydot%2Fmpqcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34039495,"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-06-07T02:00:07.652Z","response_time":124,"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":["mopaq","mpq","mpq-archives","warcraft","world-of-warcraft","wow"],"created_at":"2026-04-01T22:36:24.519Z","updated_at":"2026-06-07T22:01:21.674Z","avatar_url":"https://github.com/thegraydot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mpqcli\n\n![Build Status](https://img.shields.io/github/actions/workflow/status/thegraydot/mpqcli/tag.yml?style=flat) ![Test Status](https://img.shields.io/github/actions/workflow/status/thegraydot/mpqcli/tag.yml?style=flat\u0026label=test)\n\n![Release Version](https://img.shields.io/github/v/release/thegraydot/mpqcli?style=flat)\n\n![Release downloads](https://img.shields.io/github/downloads/thegraydot/mpqcli/total?label=release_downloads) ![Package downloads](https://img.shields.io/badge/package_downloads-894-green)\n\nA command-line tool to create, add, remove, list, extract, read, and verify MPQ archives using the [StormLib library](https://github.com/ladislav-zezula/StormLib).\n\n\u003e ⚠️ **Warning:** This project is under active development and will change functionality between released versions until version 1.0.0.\n\n## Overview\n\n**This is a command-line tool, designed for automation and built with the Unix philosophy in mind.** It is designed to work seamlessly with other command-line tools, supporting piping, redirection, and integration into shell scripts and workflows. For example:\n\n- Run one command to create an MPQ archive from a directory of files or a single file\n- Run one command to list all files in an MPQ archive\n- Pipe the output to `grep` or other tools to search, filter, or process files\n- Redirect output to files or other commands for further automation\n\nIf you require an MPQ tool with a graphical interface (GUI) and explicit support for more MPQ archive versions, I would recommend using [Ladik's MPQ Editor](http://www.zezula.net/en/mpq/download.html).\n\n## Releases\n\nPre-built binaries are available for Linux and Windows on [GitHub releases](https://github.com/thegraydot/mpqcli/releases).\n\nDocker images are available on [GitHub packages](https://github.com/thegraydot/mpqcli/pkgs/container/mpqcli).\n\n## Quickstart\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/thegraydot/mpqcli/main/scripts/install.sh | bash\n...\nmpqcli list \u003csome-mpq-archive\u003e\n```\n\nMicrosoft Windows:\n\n```powershell\nirm https://raw.githubusercontent.com/thegraydot/mpqcli/main/scripts/install.ps1 | iex\n...\nmpqcli.exe list \u003csome-mpq-archive\u003e\n```\n\n## Documentation\n\nPlease see [mpqcli.thegraydot.com](https://mpqcli.thegraydot.com) for full documentation.\n\n## Contributing\n\nPlease see the [CONTRIBUTING.md](CONTRIBUTING.md) document.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegraydot%2Fmpqcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegraydot%2Fmpqcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegraydot%2Fmpqcli/lists"}