{"id":16098912,"url":"https://github.com/dvamishkilapa/vita_plugin_linux_loader","last_synced_at":"2026-04-29T00:34:57.414Z","repository":{"id":172304937,"uuid":"648913472","full_name":"DvaMishkiLapa/vita_plugin_linux_loader","owner":"DvaMishkiLapa","description":"Plugin Linux loader for PSVita","archived":false,"fork":false,"pushed_at":"2023-06-04T07:17:39.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T22:43:36.098Z","etag":null,"topics":["linux","linux-kernel","psvita","psvita-homebrew"],"latest_commit_sha":null,"homepage":"https://bitbucket.org/xerpi/vita_plugin_loader/src/master/","language":"C","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/DvaMishkiLapa.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}},"created_at":"2023-06-03T07:18:42.000Z","updated_at":"2023-06-03T20:44:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf20aa28-cdc0-4b68-9605-6358a3c90384","html_url":"https://github.com/DvaMishkiLapa/vita_plugin_linux_loader","commit_stats":null,"previous_names":["dvamishkilapa/vita_plugin_linux_loader"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DvaMishkiLapa/vita_plugin_linux_loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DvaMishkiLapa%2Fvita_plugin_linux_loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DvaMishkiLapa%2Fvita_plugin_linux_loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DvaMishkiLapa%2Fvita_plugin_linux_loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DvaMishkiLapa%2Fvita_plugin_linux_loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DvaMishkiLapa","download_url":"https://codeload.github.com/DvaMishkiLapa/vita_plugin_linux_loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DvaMishkiLapa%2Fvita_plugin_linux_loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["linux","linux-kernel","psvita","psvita-homebrew"],"created_at":"2024-10-09T18:25:02.840Z","updated_at":"2026-04-29T00:34:57.400Z","avatar_url":"https://github.com/DvaMishkiLapa.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vita Plugin Linux loader\n\n## What's this?\n\nThis is an application for checking and downloading the files you need to load the [Linux kernel on your PS Vita](https://github.com/xerpi/linux_vita).\n\n[Xepri's original repository.](https://bitbucket.org/xerpi/vita_plugin_loader/src/master/)\n\n[Improvements and userfriendly interface from CreepNT.](https://github.com/xerpi/vita-linux-loader/pull/2/)\n\n## File paths\n\nBy default, all necessary files will be expected in the path `ux0:linux/*`, namely:\n\n- `ux0:linux/baremetal-loader.skprx` - `main.c:14`;\n- `ux0:linux/payload.bin` - `main.c:15`;\n- `ux0:linux/zImage` - `main.c:116` (only check availability, not loading on the plugin side);\n- `ux0:linux/vita.dtb` - `main.c:117` (only check availability, not loading on the plugin side).\n\nYou can change any of these paths if you wish.\n\n\u003e :warning: If you use [SD2VITA](https://github.com/xyzz/gamecard-microsd), copy all necessary files and `uma0:` (to the [official PS Vita SD card](https://wiki.henkaku.xyz/vita/Memory_Card)).\n\n## Build\n\n1. Make sure that you have [`cmake`](https://cmake.org/) installed.\n2. Make sure you have [VitaSDK](https://vitasdk.org/) installed and configured (try [vdpm](https://github.com/vitasdk/vdpm)).\n3. Build the project with the following commands:\n\n   ```bash\n   mkdir build \u0026\u0026 cd build\n   cmake .. \u0026\u0026 make -j\n   ```\n\n## Credits\n\nThanks to everybody, who contributed to the launch of the Linux kernel on PS Vita:\n\n- [xerpi](https://github.com/xerpi);\n- [Team Molecule](https://twitter.com/teammolecule) (formed by [Davee](https://twitter.com/DaveeFTW), Proxima, [xyz](https://twitter.com/pomfpomfpomf3), and [YifanLu](https://twitter.com/yifanlu));\n- [TheFloW](https://twitter.com/theflow0)\n- [motoharu](https://github.com/motoharu-gosuto)\n- everybody at the [HENkaku](https://discord.gg/m7MwpKA) Discord channel;\n- everybody who contributes to [wiki.henkaku.xyz](https://wiki.henkaku.xyz/) and helps reverse engineering the PSVita OS;\n- [CreepNT](https://github.com/CreepNT) for improvements to this app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvamishkilapa%2Fvita_plugin_linux_loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvamishkilapa%2Fvita_plugin_linux_loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvamishkilapa%2Fvita_plugin_linux_loader/lists"}