Ship internal apps with control, not complexity

App Grill is a super-simple AppCenter alternative for companies moving off App Centre, with secure internal app distribution across iOS, macOS, Android, Windows, and Linux.

Now that App Centre has shut down, App Grill gives development teams a simple place to host internal app builds and share install access safely inside their company.
No user accounts
Keep access simple for end users.
Email + one-time code
Secure sign-in without account setup.
Cross-platform
iOS, macOS, Android, Windows, Linux.
Controlled access
Gate installs by email, domain, or public listing rules. Keep each release visible only to the people who should have it.
Low-friction onboarding
No signup needed for end users. They enter an email, receive a one-time code, and immediately land on their personalized store.
Operational visibility
Track installs and version adoption so you can see what is deployed, where, and by whom.
How it works
  • 1. Upload a signed build
  • 2. Set visibility and access rules
  • 3. Share your store page or direct link
  • 4. Users authenticate with one-time code
  • 5. Track downloads and current versions
API upload example
Integrate App Grill with CI/CD or your release pipeline using a simple binary upload call.
curl -X POST https://api.appgrill.com/api/v1/applications/upload-new \
  -H "Grill-API-Key: your_account_api_key" \
  -H "Grill-Version: 1.2.3" \
  -F "file=@/path/to/app.{ipa/apk/aab/msix/appx}"
Grill-AppID is optional. If omitted, App Grill matches by inspected bundle identifier.
Apple builds must still be signed correctly (and macOS builds should be notarized). App Grill distributes your apps but does not bypass platform signing requirements.