Reseam applies community-built patches to Android apps, on-device. The patched app installs alongside the original; nothing about your apps leaves the phone.
These docs cover the three pieces and how they fit together:
- Engine — the Rust patching engine and CLI. Runs on your phone inside Reseam Manager, or on your laptop for authoring and CI.
- API — the metadata server at
api.reseam.app. Servespatches.json,manager.json, announcements, and redirects to the upstream release host. - Patches — the official bundle. How it's built, how to add a patch, and how to publish your own.
Pick a topic from the sidebar, or browse the sections below.
API
- Architecture Where the API sits between the official bundle and clients.
- Overview What the Reseam API is, what it does, and what it doesn't.
- Install Run the API locally or with Docker.
- Configuration Environment variables the API reads at startup.
- Endpoints The HTTP surface the API exposes.
- Announcements Write operational notices clients can surface.
- Glossary Terms used across the API, bundles, and clients.