Immersive rhythmic voice coach for Android, Windows, Linux, iOS (PWA) & web. Drop your phone flat on its side, start the session, close your eyes. A voice guides you, beeps mark the rhythm — no screen-watching needed.
Languages: English · Français · Deutsch · Español
- A voice coach speaking your language, locally — no network synthesis.
- Guidance beeps locked to a BPM to drive every move.
- 8 play modes, a Career mode that unlocks as you go, coaches with distinct personalities.
- 100% offline on Android:
INTERNETpermission not declared, nothing leaves your phone. - No Play Store, no ads, no IAP. Distribution is direct signed APK (Android), portable zip (desktop), installable web app (iOS / browser).
➡ Releases page — signed APK + its SHA256.
⚠ Android 9 minimum. Tested on Android 13/14.
Side-load just means "install an app outside the Play Store". Android supports this natively — you just need to allow your browser or file manager to do it.
- On your phone, open the Releases page and download the latest
BeatBitch-X.Y.Z.apk. - (Optional but recommended) Verify the SHA256 hash of the downloaded file matches the one published next to the APK. An app like Hash Droid on F-Droid does it in two taps.
- Open the APK from your downloads.
- Android will ask you to allow this source: tap "Settings", enable the permission for your browser (or file manager), come back and confirm.
- Install runs. Once done, open BeatBitch.
- First launch: 18+ confirmation (non-skippable), then 3 onboarding screens (phone placement, volume, voice test).
💡 You can disable "unknown sources" again after installing — Android won't reopen it unless you update the app.
BeatBitch is not available on the App Store (Apple does not allow adult content). On iOS, we ship an installable web version (PWA). Once added to your home screen, it behaves like a real app: dedicated icon, full screen, no Safari bar, works offline after the first load.
- On your iPhone / iPad (iOS 16.4+), open Safari (not Chrome / Firefox — Apple blocks PWA install from those).
- Go to beatbitch.pages.dev and wait for the page to fully load (the whole app gets downloaded the first time).
- Tap the Share button → Add to Home Screen → Add.
- Launch BeatBitch from your home screen. First launch: 18+ adult gate, then 3-step onboarding.
Detailed guide: docs/INSTALL-iOS.en.md.
⚠ The web/iOS version uses iOS native speech synthesis (no Android voices). Hold camera check and surprise notifications are not available. First load needs an Internet connection; everything else runs offline from the home-screen icon.
Same URL as iOS — beatbitch.pages.dev works in any modern browser (Chrome, Edge, Firefox, Safari). Handy to try the app before installing the APK or desktop build. Voice quality depends on your OS speech engine.
Available since v0.1.3. Portable zip — no installer, no registry / system-folder writes.
- From the Releases page, download
BeatBitch-X.Y.Z-windows-x64.zip(and its.sha256if you want to verify integrity). - Unzip wherever you like:
C:\Users\you\Documents\BeatBitch\, a USB stick, etc. - Run
rhythm_coach.exe. Windows SmartScreen may warn (binary not signed by a recognized publisher) → click More info → Run anyway. - First launch: 18+ adult gate, then 3-step onboarding (identical to Android).
⚠ Disabled on Windows: hold camera check and surprise notifications aren't ported (the native plugins don't have Windows implementations). The coach voice uses Microsoft Julie (SAPI) instead of Android voices. Sessions, Career mode, coaches, badges, languages: all work identically to Android.
Available since v0.3.0. Portable tar.gz — no .deb/.rpm package, the app stays in its own folder and nothing is installed system-wide.
- From the Releases page, download
BeatBitch-X.Y.Z-linux-x64.tar.gz(and its.sha256if you want to verify integrity). - Verify the hash:
sha256sum -c BeatBitch-X.Y.Z-linux-x64.tar.gz.sha256. - Unpack wherever you like:
tar -xzf BeatBitch-X.Y.Z-linux-x64.tar.gz. - Launch the binary:
./BeatBitch-X.Y.Z-linux-x64/beat_bitch(right-click → Allow execution in your file manager if needed). - First launch: 18+ adult gate, then 3-step onboarding (identical to Android).
⚠ Disabled on Linux: hold camera check and surprise notifications aren't ported. The coach voice uses the default Speech Dispatcher voice (typically
espeak-ngon Ubuntu/Debian — install a French/English voice via your package manager if the default doesn't sound right). Sessions, Career mode, coaches, badges, languages: all work identically to Android.
The Android app stays strictly offline — it doesn't reach out for updates by itself. To get notified when a new version ships and install it in two taps, use Obtainium, an open-source Android store that watches GitHub Releases pages.
- Install Obtainium (available on F-Droid or as a direct APK from its repo).
- In Obtainium: Add App → paste the URL
https://github.com/bbstudioapp/beatbitch. - On every new release, Obtainium picks up the
BeatBitch-X.Y.Z.apkand prompts you to update.
No network traffic comes from BeatBitch itself — Obtainium queries GitHub on the user side, independently of the app. The 100% offline promise stays intact.
- APK signed with the same key on every release — Android refuses to install a tampered APK (signature won't match).
- Source code public — you can read what runs (or have it read for you).
- No network permission (Android) — neither
INTERNETnorACCESS_NETWORK_STATE. The Android app literally cannot call out to a server. allowBackup="false"— no Google Backup upload.- Camera is opt-in — the hold camera check is off by default and processing is 100% on-device (Google ML Kit local). No image leaves the phone.
Details in PRIVACY.md (published version).
- Drop your phone flat, on its side — no need to keep it in sight.
- Pick a preset session or let Career mode generate one for you.
- Follow the voice. Beeps mark the tempo (a low + a high alternating, or just one if you have to hold a position).
- The "I can't" button is always available if you drop off. The coach takes over with a short punishment, then the session resumes where it makes sense.
- At the end, the screen tells you what you unlocked (badges, career levels, milestones).
Issue templates available:
Everything is explained in CONTRIBUTING.md.
Editorial contributions (coach lines, scenarios, nicknames, new languages) are the most valuable and need no technical skill. The Content template guides you to the right format.
AI contributors (ChatGPT, Claude, etc.) should refer to docs/CONTENT_GUIDE.md — a structured guide to the JSON formats the generator consumes.
The full Flutter project lives in rhythm_coach/:
- Developer setup — install Flutter, run per platform (Android, Windows, web Chrome), customize assets without coding
- Full dev README — detailed features, local build, tests
- Architecture — session flow, excitation engine, Career mode, i18n
- CI/CD setup — auto-release workflow
Code and editorial content under PolyForm Noncommercial 1.0.0.
- ✅ Personal use, study, modification, fork, noncommercial redistribution.
- ❌ Sale, monetization, "Premium" fork on Telegram / Gumroad / alternative store.
Off-repo binary assets (background gifs and ambience mp3s) remain subject to their original sources' rights.