Distribute Android and iOS app. Alternative App Center Distribution with option to self-hosted your self
Still in development, see roadmap
- API Key
- Manage user access
- Manage groups
- Auto convert aab to apk
See docker-compose.env
in the repo
bun install
bun run dev
curl -Ls "https://github.com/yunusefendi52/distapp/raw/refs/heads/main/cli/cli.sh" | sh -s -- --distribute \
--file "$FILE_TO_ARTIFACT" \
--slug "$APP_SLUG" \
--apiKey "$API_KEY"
$FILE_TO_ARTIFACT
Can be apk, aab or ipa$APP_SLUG
Is a combination of org and app name, e.gyedev/habit-tool
. You can copy slug inApp Settings
->App Info
$API_KEY
Add your API Key, created inApp Settings
->API Keys
node is required (tested on 20.17.0)