{"id":43200269,"url":"https://github.com/exaroth/poom","last_synced_at":"2026-02-01T06:03:41.532Z","repository":{"id":319138895,"uuid":"1065570100","full_name":"exaroth/poom","owner":"exaroth","description":"Poom is a simple tool for creating customized, self contained Doom executables running on GZDoom and UZDoom.","archived":false,"fork":false,"pushed_at":"2025-12-18T07:15:18.000Z","size":1735,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-20T20:48:49.064Z","etag":null,"topics":["appimage","doom","gzdoom"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exaroth.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":"2025-09-28T01:44:34.000Z","updated_at":"2025-12-20T07:06:46.000Z","dependencies_parsed_at":"2025-10-18T07:04:08.851Z","dependency_job_id":"296755d1-39c9-40b3-8f4b-83337d6eb70f","html_url":"https://github.com/exaroth/poom","commit_stats":null,"previous_names":["exaroth/poom"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/exaroth/poom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaroth%2Fpoom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaroth%2Fpoom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaroth%2Fpoom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaroth%2Fpoom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exaroth","download_url":"https://codeload.github.com/exaroth/poom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaroth%2Fpoom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28970194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T05:48:53.985Z","status":"ssl_error","status_checked_at":"2026-02-01T05:47:55.855Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["appimage","doom","gzdoom"],"created_at":"2026-02-01T06:03:41.421Z","updated_at":"2026-02-01T06:03:41.520Z","avatar_url":"https://github.com/exaroth.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg width=\"400\" src=\"poom.png\"\u003e\u003cbr/\u003e\u003cbr/\u003e\n\u003c/p\u003e\n\nPoom (Portable Doom) is a simple tool for creating customized, self contained Doom executables running on [UZDoom](https://github.com/UZDoom/UZDoom) and [GZDoom](https://github.com/ZDoom/gzdoom) sourceports. You can run these as is or use them for testing custom community WADs.\n\n\n## Installation\n\nPoom ships with 2 versions, depending which source port you want to use:\n\n- UZDoom [Download](https://github.com/exaroth/poom/releases/download/stable/poom-uzdoom.zip)\n- GZDoom [Download](https://github.com/exaroth/poom/releases/download/stable/poom-gzdoom.zip)\n\nDownload the version of your choice and unzip\n\n## Usage\n\n```\nUsage: poom \u003coptions\u003e\n\nOptions:\n  -f, --file          Path to pk3 or wad file to include.\n  -w, --base-wad      Path to base wad/pk3 file.\n  -h, --help          Print help.\n```\n\nTo build custom Doom instance add list of WADs/pk3s you want to include via `-f` parameter as well as base Doom WAD (eg. the one included with Doom 1 or Doom 2 game). For example to build Doom executable running with Brutal Doom mod and custom OST run:\n\n```\n./poom -f ./brutal_doom.pk3 -f /path/to/OST.WAD -w DOOM2.WAD\n```\n\n\u003e [!IMPORTANT]\n\u003e :warning:   Doom builder will use shareware version of Doom by default if proper Doom 1/2 WAD is not provided via `--base-wad` parameter. Shareware version does not allow for using custom WAD files.\n\nDoom Builder will create `doom` instance which, if executed without any parameters, will run Doom with provided custom wad files, additionally you can pass list of additional WADs as positional parameters, eg. using above example:\n\n```\n./doom ~/eviternity.wad\n```\n\nWill run Brutal Doom with custom OST and Eviternity mod.\n\n## License\n\nSee `LICENSE` file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexaroth%2Fpoom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexaroth%2Fpoom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexaroth%2Fpoom/lists"}