Frequently asked questions about Mindwtr.
Mindwtr is a cross-platform Getting Things Done (GTD) productivity app that helps you capture, clarify, organize, and engage with your tasks. Available for desktop (Windows, macOS, Linux) and mobile (Android, iOS).
Yes! Mindwtr is open source and free to use under the AGPL-3.0 license.
We don’t maintain a fixed roadmap page. The living roadmap is the GitHub Issues list:
https://github.com/dongdongbh/Mindwtr/issues
If you have a feature request, please open an issue and describe the workflow you’re trying to support.
Please use GitHub Issues instead of email so reports stay trackable and searchable:
https://github.com/dongdongbh/Mindwtr/issues
If Mindwtr is useful to you, support options are listed here:
https://github.com/dongdongbh/Mindwtr?tab=readme-ov-file#hearts-contributing--support
Not currently. The desktop app is single-window to keep the local-first SQLite data model safe and consistent. Multi-window support is a common request, but not available yet.
Yes — GitHub Sponsors: https://github.com/sponsors/dongdongbh
Mindwtr currently supports:
All data is stored locally on your device:
~/.local/share/mindwtr/data.json~/.config/mindwtr/config.toml%APPDATA%/mindwtr/ or ~/Library/Application Support/mindwtr/See [Data and Sync] for details.
Mindwtr supports File Sync, WebDAV, and optional Cloud Sync. See [Data and Sync].
Not as a native backend. iCloud Drive can still work indirectly via File Sync if you select a writable iCloud folder in the OS file picker. See [Data and Sync] for setup details.
Mindwtr already works with OneDrive via file sync:
data.json inside your OneDrive folder. OneDrive handles the sync automatically.data.json inside).This is the same approach used by local‑first apps like Obsidian.
Mindwtr is local‑first and offline‑first. Native cloud integrations require OAuth flows, token storage, and long‑term maintenance.
They also create strong pressure to add every provider (Drive, OneDrive, Dropbox, etc.).
File sync keeps your data in your control and avoids a large maintenance and security burden.
Not directly. Building a full email client requires:
Current alternatives:
message:// or mail links in a task, or drag an email into a task note in clients that support it.Mindwtr does not offer an add@mindwtr.com inbox because that would require a central server to receive and store your email.
Getting Things Done (GTD) is a productivity methodology created by David Allen. It consists of five steps: Capture, Clarify, Organize, Reflect, and Engage. See [GTD Overview].
Mindwtr natively models the lower horizons:
For Horizons 3–5 (Goals, Vision, Purpose), there isn’t a dedicated entity yet. Most users track them with:
If you rely on explicit Goal/Vision objects, please open an issue with your desired workflow and review cadence.
Mindwtr uses progressive disclosure, so optional fields are hidden by default.
Enable them in:
Settings → GTD → Task Editor Layout
Turn on Priority and Estimated Time there (and reorder fields if needed).
Mindwtr supports two recurrence strategies:
Set recurrence in the task editor (daily/weekly/monthly/yearly), then enable Repeat after completion if you want fluid behavior.
Logging is off by default. Enable it only when you want to report a bug.
Desktop (Tauri):
Linux log location (default): ~/.local/share/mindwtr/logs/mindwtr.log
Mobile:
Logs are local-only and redact common credentials (passwords/tokens) before writing.
Yes! Mindwtr supports quick-add syntax:
@context — Add a context#tag — Add a tag!Area or /area:<name> — Assign to an area/due:date — Set due date (today, tomorrow, friday, next week, etc.)/note:text — Add description/status — Set status (/next, /waiting, /someday, /done, /archived, /inbox)+ProjectName — Assign to projectExample: Call client /due:friday @phone
Contexts are tags that indicate where or with what you can complete a task. Examples: @home, @work, @phone, @computer. Filter by context to see only tasks you can do right now. See [Contexts and Tags].
Desktop:
Mobile:
Mindwtr supports Vim and Emacs keybinding presets. Press ? (Vim) or Ctrl-h (Emacs) to see all shortcuts. See [Desktop Keyboard Shortcuts].
Go to Settings → Appearance. Choose Light, Dark, or System.
See [Data and Sync].
Yes! Mindwtr sends desktop notifications for:
You can snooze notifications for later.
macOS will prompt for permission the first time you enable notifications. On Linux, ensure a notification daemon is running.
Mindwtr follows platform conventions:
These patterns keep the app fast and familiar on each platform.
Install from Google Play or download the APK from GitHub Releases. Enable "Install from unknown sources" if prompted. See [Mobile Installation].
Use the share sheet! When viewing content in any app (browser, email, notes), tap Share and select Mindwtr. The content will be added to your Inbox.
Yes! Add the Mindwtr widget to your home screen for quick capture and focus items.
No. The AI assistant is optional and off by default. Mindwtr works fully without it.
When enabled, it uses your own API key (BYOK). See [AI Assistant].
In the Inbox, swipe right on a task to mark it as Done. Other views may have different swipe actions.
See [Data and Sync].
Yes! Mindwtr sends push notifications for:
You can snooze notifications directly from the notification.
Tapping the notification body opens the Review screen.
No. Mindwtr uses Last-Write-Wins merge, keeping the most recent version of each item. Soft-deleted items sync properly across devices.
We recommend using one sync folder to avoid conflicts. Pick one service (Dropbox, Google Drive, Syncthing) and use it consistently.
Desktop: Your data is in the data folder. Back up data.json.
Mobile: Use Export Backup in Settings to save a copy.
Soft-deleted tasks are not shown in the UI but remain in the data file briefly. There's no built-in undelete, but you could restore from a backup.
Ensure WebKitGTK is installed:
# Arch
sudo pacman -S webkit2gtk-4.1
# Debian/Ubuntu
sudo apt install libwebkit2gtk-4.1-0
Try clearing app data:
Note: This deletes local data.
Desktop:
Mobile:
See [Contributing].
Wiki: AI Assistant
Wiki: Contexts and Tags
Wiki: Contributing
Wiki: Data and Sync
Wiki: Desktop Keyboard Shortcuts
Wiki: Diagnostics and Logs
Wiki: GTD Overview
Wiki: Getting Started
Wiki: Home
Wiki: Mobile Installation
Wiki: _Sidebar