CLI-first IPA distribution

Distribute signed iOS builds from the command line.

Upload an IPA your device can already install. Cadere stores the build, creates the manifest, and returns a shareable install page for iPhone Safari.

CLI release session
The upload command extracts metadata and prints the install URL.
Ready

$ cadere upload --ipa ./App.ipa

Uses the IPA exactly as signed

Generates an OTA manifest on demand

Prints an install URL for automation

https://cadere.example/i/app-ios-42

31 MB

IPA

1 link

Install

0

Signing edits

Upload from CLI
Run one command after Xcode or CI produces a signed IPA.
Store privately
Cadere sends IPA binaries to private Supabase Storage.
Share one page
Testers open a focused install page in iPhone Safari.
Account build history
Signed-in users get a private build list with metadata, install URLs, and distribution status.
Focused install pages
Public pages show one build, one install action, and the context testers need before opening the OTA manifest.