SERVE YOUR APPS, SHORT-ORDER STYLE
APP GRILL is the simple, controlled way to deliver internal apps—no accounts, no fuss. Decide exactly who can install (by email, domain, or open to everyone), then present a clean, branded store page or share direct install links. End users just enter their email, receive a one-time code, and land on their personal store with every app they’re allowed to install.
What you get
• Absolute control: Gate installs by email, domain, or make them public.
• Frictionless access: No user accounts—email + one-time code only.
• Branded stores or direct links: Curate pages per team, client, or release.
• Real visibility: Download stats, who downloaded, and their current app version.
How it works
Before you start (Apple apps): Your iOS/iPadOS builds must be signed with an Apple Distribution certificate and a matching provisioning profile (e.g., Ad Hoc with registered devices, or Enterprise/Business Manager). App Grill doesn’t bypass Apple’s signing rules.
macOS apps should be signed (Developer ID) and ideally notarized for smoother installs.
1. Prepare: Build your app, sign it appropriately, then upload to App Grill.
2. Invite: Choose who can install—by email, domain, or make it public—and share your store page or direct install link.
3. Authenticate: Users enter their email and a one-time code (no account needed).
4. Serve: They land on a personalized store showing only the apps they can install—served up, short-order style.
5. Insight: Track downloads, see who installed what, and view each user’s current versions.
Get started with App Grill today on these platforms:
iOS/iPadOS
macOS
Android
Windows
Linux
Integrate
You can also integrate App Grill into your existing systems using our API. Here’s a quick example of how to upload an app using curl:
curl -X POST https://api.appgrill.com/api/v1/applications/upload \
-H "Grill-Secret: your_secret_key" \
-H "Grill-AppID: your_app_id" \
-H "Grill-Version: your_version_string" \
-H "Content-Type: application/octet-stream" \
--data-binary "@/path/to/your/application-file.{ipa/apk/aab/app/zip}"
Ready to ditch complex MDMs and clunky app stores
Get started with App Grill today—no commitments, just a free tier to explore all the features.