{"id":19216487,"url":"https://github.com/vgmoose/wiiu-hbas","last_synced_at":"2025-06-15T09:07:57.667Z","repository":{"id":149483888,"uuid":"58246474","full_name":"vgmoose/wiiu-hbas","owner":"vgmoose","description":"[Wii U] Homebrew App Store - download apps for HBL (Legacy)","archived":false,"fork":false,"pushed_at":"2023-11-19T04:49:46.000Z","size":49958,"stargazers_count":79,"open_issues_count":19,"forks_count":11,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-06-15T09:07:56.385Z","etag":null,"topics":["appstore","hbas","hbl","homebrew","homebrew-launcher","wii"],"latest_commit_sha":null,"homepage":"","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/vgmoose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-05-07T02:59:27.000Z","updated_at":"2024-12-24T03:06:13.000Z","dependencies_parsed_at":"2023-11-19T03:26:28.385Z","dependency_job_id":"fb46730a-c247-486c-a7ed-af0f9963a537","html_url":"https://github.com/vgmoose/wiiu-hbas","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/vgmoose/wiiu-hbas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgmoose%2Fwiiu-hbas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgmoose%2Fwiiu-hbas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgmoose%2Fwiiu-hbas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgmoose%2Fwiiu-hbas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vgmoose","download_url":"https://codeload.github.com/vgmoose/wiiu-hbas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vgmoose%2Fwiiu-hbas/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259949683,"owners_count":22936411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["appstore","hbas","hbl","homebrew","homebrew-launcher","wii"],"created_at":"2024-11-09T14:17:19.568Z","updated_at":"2025-06-15T09:07:57.631Z","avatar_url":"https://github.com/vgmoose.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"**The 1.5 version of HBAS [is released!](http://github.com/vgmoose/hbas/releases)** See [the post here](https://gbatemp.net/threads/release-homebrew-app-store-for-wiiu.433275) for more info.\n\n![icon](https://raw.githubusercontent.com/vgmoose/hbas/master/meta/icon.png)\n\n[![Build Status](https://travis-ci.org/vgmoose/hbas.svg?branch=master)](https://travis-ci.org/vgmoose/hbas)\n\nKnown Homebrew app store repos:\n- [WiiUBru - wiiubru.com/appstore](http://wiiubru.com/appstore) (default)\n- [Utools - coc4tm.github.io/Utools/web](http://coc4tm.github.io/Utools/web)\n- [Useful Utilities - wiiu.3utilities.com](http://wiiu.3utilities.com/appstore.html)\n- [My apps - hbas.vgmoose.com](http://hbas.vgmoose.com)\n\nAt this time, only one repository at a time is supported. See below on how to use a custom repository.\n\n### Usage\nCopy the release to /wiiu/apps on the SD card, and launch it from the homebrew launcher. You can then launch this app to install and manage downloaded software for the HBL onto your SD card from any HBAS server. \n\n### Building\nTo build this app, the following dependencies should be installed:\n- [devkitPPC](https://devkitpro.org/wiki/Getting_Started/devkitPPC)\n- [libutils](https://github.com/Maschell/libutils)\n- [libgui](https://github.com/Maschell/libgui)\n- [dynamic_libs](https://github.com/Maschell/dynamic_libs)\n\nand then cd into the main repo folder and run `make`. See the [.travis.yml](https://github.com/vgmoose/hbas/blob/master/.travis.yml) for more details.\n\n### Customizing the server\nYou can put a text file in the /wiiu/apps/appstore/ folder called \"repository.txt\". If this file is detected then HBAS will use the contents of this file as the specified server. It will expect a [yaml file](https://github.com/vgmoose/hbas/blob/gh-pages/directory.yaml) at a GET request to /directory.yaml . If this file is not in the app bundle, it will default to [hbas.vgmoose.com](http://hbas.vgmoose.com/directory.yaml).\n\nBy using the configuration file, you can distribute (freely!) your own custom copy of HBAS that only manages apps from your server. To make the file, make sure that only the contents of the URL (with no trailing slash) are in the repository.txt file, with no new line at the end either. This file should be placed inside of the \"appstore\" folder, when redistributing the appstore.\n\n### Adding your app\nIf you are a developer and would like to add an app to HBAS, you will need to find the repository maintainer and ask them to add it. You should also supply a compiled app bundle for your application. The web frontend provides a contact link in the form of a chat icon in the upper right corner, which can be used to contact the maintainer if they are using the web template.\n\n### Credits\n\nCode\n\n- dimok - lots of code, and the main framework used here is copied from [Homebrew Launcher](https://gbatemp.net/threads/homebrew-launcher-for-wiiu.416905/)\n- pwsincd - writing and optimizing web template code\n- brienj - extremely helpful debugging\n- rw-r-r_0644 - fix some framerate issues and downloading enhancements\n- quarktheawesome - the lovely exception handler\n- zarklord1 - wii u zip folder extraction library\n- maschell - libgui and libutils refactoring\n- marionumber1 - for begrudgingly being a 5.5 enabler\n\nResources\n\n- Music by [(T-T)b](http://t-tb.bandcamp.com)\n- Cloud icon by [Lyolya](http://www.flaticon.com/authors/lyolya)\n\nMisc Support\n\n- quarktheawesome\n- ryuutseku85\n- creepermario\n- datalogger\n- dylon99\n\n*And everybody else in the developing Wii U homebrew community!*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvgmoose%2Fwiiu-hbas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvgmoose%2Fwiiu-hbas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvgmoose%2Fwiiu-hbas/lists"}