The chocomilkyX library is a simple static web project for downloading IPAs from your favourite repos.
The project is designed to be lightweight, easy to customize, and ready for a static deploy.
Your favourite library, with the repos you need, all in one place.
🔗 Live: https://chocomilkyX.vercel.app
Important
10 feb 26 - If you have trouble with fetching repos, just clean your cache or reinstall the pwa. global repos json's path was changed.
- static html webpage
- ready for github pages or vercel
- minimal and lightweight
- pwa support
- personal repos import
want to add repos to the library? first of all, thank you! to proceed:
- fork this repository
- add your repo as a string (see example below)
- commit your changes
- open a pull request
add an entry like this to the repos json file:
{
"url": "https://example.com/repo.json"
}that’s it 🍫
for other contributions, see the contributing file.
git clone https://github.com/gablilli/chocomilkyX.git
cd chocomilkyXopen index.html directly in your browser
or use a local server (recommended):
npx http-server .ChocoMilkyV2 was the original version of this project, created by chocomilky.
chocomilkyX continues and updates it with new features, improvements, and bug fixes, while making the library free and opensource.
This project is a revived version, maintaining compatibility with the original repos and adding enhancements.
Warning
chocomilkyX does not host any IPA files.
All downloadable files are provided by the original repositories.
This project simply accesses to them.
Users are responsible for complying with the terms and conditions of the original sources.
this project is licensed under the gpl v3 license.
see the license file for details.