bedrock
Docs

bedrock

Build, sign, and ship Android release apps from the command line, or hand it to your coding agent. No Android Studio, no emulator, nothing to keep running on your own machine.

What you can do

  • Build a signed release. Run bedrock build from your project directory and get back a downloadable, installable APK or AAB.
  • Upload your keystore once. Reuse it across every build. Your keystore stays yours; bedrock never generates or takes ownership of it.
  • Manage build config and secrets. Set per-environment variables for release and debug builds without committing them to your repo.
  • Watch it happen live. A build watcher in your terminal, or the same view in your browser.

Where to go next