nowrun deploy is the command that publishes your APK or web bundle to nowrun and returns a live URL. It takes an Android .apk or an HTML5 .zip web bundle. Your AI agent runs this after building, no Android device, emulator, or app store required on the recipient’s end.
Usage
nowrun deploy -h and the nowrun skill. The base command is nowrun deploy.
Prerequisites
Before running
nowrun deploy, make sure you have:- The nowrun CLI installed (
pip install nowrun) - Completed
nowrun initsuccessfully so your credentials are saved - A build ready to upload: an Android
.apk, or a.zipweb bundle for HTML5
What it does
When your agent runsnowrun deploy, it:
- Locates the APK or web bundle (the agent specifies the path with
-f). - Uploads it to nowrun.
- nowrun streams the app at a unique, browser-accessible URL.
- Returns the live URL, share it with anyone, no installation needed.

