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.
Install the CLI
One command. Works on macOS, Linux, and Windows.
Use it with a coding agent
Let Claude Code or another agent build and ship for you.
What you can do
- Build a signed release. Run
bedrock buildfrom 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
- Install the CLI: get
bedrockon your machine. - Quickstart: sign in and ship your first build in a few minutes.
- Coding agents: set up Claude Code (or another agent) to drive bedrock for you.
- CLI commands: the full reference.
- Security: how your keys and secrets are protected.