A lightweight step counter that efficiently uses your phone's sensors.
- Daily Goals & Streaks: set a daily step target and build consistent walking streaks
- Milestones: walk consistently to earn all the badges
- Privacy-first design: Stepsy works completely offline with no internet access in any build. All data stays on your device
- Reliable backups: advanced auto-backup system will help you avoid data loss and keep your step history safe
- Widgets & Notifications: customizable widgets and cozy notifications to keep your progress always at hand
- Long-term tracking: easily view and compare your activity across months and years
| Feature | FOSS build | Full build |
|---|---|---|
| Privacy | Fully offline | Fully offline |
| Proprietary libraries / dependencies | None | Google Play Services (Activity Recognition API) – optional |
| Step counting accuracy | Device sensor tracking, moderate accuracy | Sensor tracking with periodic Google Services calls to locally estimate current activity and filter out false steps (when biking/in vehicle) |
| Battery optimization | Highly optimized sensor tracking and database operations | Same as FOSS; API calls should have negligible effect on battery usage |
| Availability | IzzyOnDroid / F-Droid / Github | Obtainium / Github releases |
💾 Paseo database to Stepsy migration
You can automate step counting state with apps such as Tasker using broadcast intents.
| Field | Value |
|---|---|
| Intent type | broadcast |
| Package | com.nvllz.stepsy |
| Activity/Action | com.nvllz.stepsy.action.PAUSE (or RESUME) |
- MPAndroidChart - Apache License 2.0
- Google Play Services (full build only, optional)
Stepsy is based on Motionmate created by 0xf4b1.







