{"id":18595103,"url":"https://github.com/bucanero/ps4load","last_synced_at":"2026-03-09T05:31:50.204Z","repository":{"id":104983801,"uuid":"490433618","full_name":"bucanero/ps4load","owner":"bucanero","description":"PS4Load","archived":false,"fork":false,"pushed_at":"2022-12-27T10:18:22.000Z","size":174,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-22T16:51:17.814Z","etag":null,"topics":["ps4"],"latest_commit_sha":null,"homepage":"http://www.bucanero.com.ar/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bucanero.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-05-09T20:24:30.000Z","updated_at":"2025-04-03T23:18:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"24a32ea2-134f-425d-91c8-c2413c26d3d7","html_url":"https://github.com/bucanero/ps4load","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bucanero/ps4load","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Fps4load","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Fps4load/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Fps4load/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Fps4load/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bucanero","download_url":"https://codeload.github.com/bucanero/ps4load/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Fps4load/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: 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":["ps4"],"created_at":"2024-11-07T01:18:22.798Z","updated_at":"2026-03-09T05:31:50.100Z","avatar_url":"https://github.com/bucanero.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PS4Load\n\n[![Downloads][img_downloads]][app_downloads] [![Release][img_latest]][app_latest] [![License][img_license]][app_license]\n[![Build app package](https://github.com/bucanero/ps4load/actions/workflows/build.yml/badge.svg)](https://github.com/bucanero/ps4load/actions/workflows/build.yml)\n\nPS4Load is based on the [PSL1GHT](https://github.com/ps3dev/PSL1GHT/) PS3load sample,\nnow built using the [Open Orbis](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/) SDK.\n\nI hope this version helps you build PS4 homebrews easily!\n\n## Features\n\n- You can load SELF files using the network.\n- You can upload and extract ZIP files to `/data/` over the network.\n\n![PS4Load](https://user-images.githubusercontent.com/1153055/167851079-209e3ea3-84b3-4485-88ce-50b77294cf67.jpg)\n\n## Usage\n\nInstall the package on your PS4. Open the PS4Load host app, and then use the [ps3load client](https://github.com/bucanero/ps4load/tree/main/client) to send your `eboot.bin` or `.zip` file:\n\n### Linux/macOS\n\n```bash\nexport PS3LOAD=tcp:192.168.x.x\n./ps3load /path/to/eboot.bin\n```\n\n### Windows\n\n```sh\nset PS3LOAD=tcp:192.168.x.x\nps3load.exe \\path\\to\\eboot.bin\n```\n\n## Building\n\nYou need to have installed:\n\n- [Open Orbis SDK](https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/)\n- [Zlib](https://github.com/bucanero/oosdk_libraries/tree/master/zlib_partial) library\n- [Zip](https://github.com/bucanero/zip) library\n- [SDL2](https://github.com/PacBrew/SDL/tree/ps4) library\n- [dbglogger](https://github.com/bucanero/dbglogger) library\n\nRun `make` to create a release build.\n\nYou can also set the `PS3LOAD` environment variable to the PS4 IP address: `export PS3LOAD=tcp:x.x.x.x`.\nThis will allow you to use a `ps3load` client and send `eboot.bin` directly to the [PS4Load host](https://github.com/bucanero/ps4load).\n\nPS4Load will also send debug messages to UDP multicast address `239.255.0.100:30000`.\nTo receive them you can use [socat][] on your computer:\n\n    $ socat udp4-recv:30000,ip-add-membership=239.255.0.100:0.0.0.0 -\n\n## License\n\n[PS4Load](https://github.com/bucanero/ps4load/) - Copyright (C) 2022  [Damian Parrino](https://twitter.com/dparrino)\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the [GNU General Public License](LICENSE) as published by\nthe Free Software Foundation, either version 2 of the License, or\n(at your option) any later version.\n\n[socat]: http://www.dest-unreach.org/socat/\n[app_downloads]: https://github.com/bucanero/ps4load/releases\n[app_latest]: https://github.com/bucanero/ps4load/releases/latest\n[app_license]: https://github.com/bucanero/ps4load/blob/master/LICENSE\n[img_downloads]: https://img.shields.io/github/downloads/bucanero/ps4load/total.svg?maxAge=3600\n[img_latest]: https://img.shields.io/github/release/bucanero/ps4load.svg?maxAge=3600\n[img_license]: https://img.shields.io/github/license/bucanero/ps4load.svg?maxAge=2592000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbucanero%2Fps4load","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbucanero%2Fps4load","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbucanero%2Fps4load/lists"}