Detailed installation instructions for Android and iOS.
Mindwtr is available on Google Play:
https://play.google.com/store/apps/details?id=tech.dongdongbh.mindwtr
mindwtr-0.4.3-arm64-v8a.apk or app-arm64-v8a-release.apk)Note: Releases include ABI-split APKs. Most modern Android devices are arm64-v8a.
If prompted, enable installation from unknown sources:
After installation:
iOS is now available on the App Store:
https://apps.apple.com/app/mindwtr/id6758597144
TestFlight beta is also available:
https://testflight.apple.com/join/7SMJCTSR
However, maintaining the iOS version on the App Store requires a substantial annual fee (see the Apple Developer Program), which I currently cover out of pocket.
To ensure Mindwtr's continued existence and future development, your support is greatly appreciated! If you find value in the app, please consider supporting the project via GitHub Sponsors or Ko-fi.
# Clone repo
git clone https://github.com/dongdongbh/Mindwtr.git
cd Mindwtr
# Install dependencies
bun install
# Run on iOS Simulator
bun mobile:ios
# Or open in Xcode for device builds
cd apps/mobile
npx expo prebuild --platform ios
open ios/*.xcworkspace
Mobile data is stored in app-internal storage with SQLite as the primary store, plus JSON backup/sync data.
Tip: In the app, go to Settings → About → Check for Updates to see if a new version is available.
Uninstalling removes all local data. If you want to preserve your data:
Try clearing app data:
Note: This will delete all local data. Restore from sync or backup.
See [Data and Sync] for sync troubleshooting.
Wiki: Data and Sync
Wiki: Deployment Guide
Wiki: Developer Guide
Wiki: FAQ
Wiki: Getting Started
Wiki: Home
Wiki: User Guide Mobile
Wiki: _Sidebar