Skip to content

DistApp. Distribute Android and iOS app. Alternative App Center Distribution with option to self-hosted your self

License

Notifications You must be signed in to change notification settings

yunusefendi52/distapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DistApp

Distribute Android and iOS app. Alternative App Center Distribution with option to self-hosted your self

Still in development, see roadmap

Roadmap

  • API Key
  • Manage user access
  • Manage groups
  • Auto convert aab to apk

Screenshots

See here

Setup

Ensure you have the required .env

See docker-compose.env in the repo

Make sure to install the dependencies:

bun install

Development Server

bun run dev

CLI Usage

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.g yedev/habit-tool. You can copy slug in App Settings -> App Info
  • $API_KEY Add your API Key, created in App Settings -> API Keys

node is required (tested on 20.17.0)

About

DistApp. Distribute Android and iOS app. Alternative App Center Distribution with option to self-hosted your self

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published