nowrun deploy is the command that publishes your Android APK to nowrun and returns a live URL. Your AI agent runs this after building the APK — 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 -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ nowrun) - Completed
nowrun initsuccessfully so your credentials are saved - An Android
.apkfile built and ready to upload
What it does
When your agent runsnowrun deploy, it:
- Locates the APK (the agent specifies the path).
- Uploads the APK to nowrun.
- nowrun streams the app at a unique, browser-accessible URL.
- Returns the live URL — share it with anyone, no installation needed.