AltStore Repository Server

This server hosts an AltStore repository for distributing iOS applications.

Available Endpoints

GET /repository.json
Returns the repository manifest (apps.json)
GET /apps/:app_name/:filename
Downloads IPA files
Example: /apps/YTLite/YouTubePlus_5.2b1_20.26.7.ipa

Usage

Add this repository to AltStore using the repository URL:

http://[your-server-address]/repository.json

Powered by Rust + axum