Powerful, fast and elegant TODO / task manager. (CalDAV and local)
About this app
Take control of your TODO list.
Cfait is designed for speed and stability using Rust, it puts you in control of your data with a local-first approach that syncs seamlessly across your devices.
Why Cfait?
• Open Source & Cross-Platform: Use Cfait on Android, Linux, and Windows. Your tasks adhere to open standards (CalDAV and iCalendar), not walled gardens.
• Syncs Everywhere: Fully compatible with Nextcloud, iCloud, Radicale, Xandikos, and other standard CalDAV servers.
• Offline First: Optimistic UI updates mean you never wait for a server response. Use the persistent "Local" calendar for offline tasks and migrate them to a server later.
• Smart Input: Add tasks naturally. Typing "Buy cat food !1 @tomorrow @@grocery_store ~15m" automatically sets the priority, due date, location and duration.
Productivity Features
• GTD Workflow: Mark tasks as Needs Action, In Process (>), Cancelled (x), or Done.
• Hierarchy: Create sub-tasks, promote children, and organize nested lists.
• Dependencies: Link tasks using "Blocked-by" or "Child-of" logic (RFC 9253).
• Tags & Aliases: Organize with hierarchical tags (e.g., #work:backend). Create inline aliases (e.g., #shed:=#home_improvement and @home_improvement:=@@home) for rapid filing.
• Sane Sorting: Tasks are sorted by Status > Start Date > Due Date > Priority.
Smart Syntax Guide
When adding or editing a task, use these shortcuts:
• !1 to !9: Set Priority (1 is Critical, 9 is Low).
• @date: Set Due Date (e.g., @tomorrow, @2025-12-31, @2w, @in two weeks).
• ^date: Set Start Date (hides task until date).
• ~duration: Estimate time (e.g., ~30m, ~2h).
• @every X: Set Recurrence (e.g., @daily, @every 2 weeks).
• @@loc: Set Location (e.g., @@home, @@"hardware store").
• url:http://perdu.com: Attach a URL.
Advanced Search
Find exactly what you need with powerful filters:
• is:active / is:done: Filter by status.
• ~<30m: Find tasks taking less than 30 minutes.
• !<3: Find high-priority tasks.
• @<today: Find overdue tasks.
• @@home: Find tasks at a specific location.
Support the Developer
If you enjoy using Cfait, please consider supporting its developer:
• 💳 Liberapay: https://liberapay.com/trougnouf
• 🏦₿ Other payment details are available within the app's "Help & About" screen or on the project website.
Community & Source
Cfait is developed by Benoit Brummer (Trougnouf) and released under the GPL3 License.
Source code, desktop versions, and issue tracking available at: https://codeberg.org/trougnouf/cfait
Licensed under GPL-3.0-only, by Benoit Brummer.
What's New in v1.0.9
Imported from the F-Droid repository index.
- ## [1.0.9] - 2026-06-25
- ### 🚀 Features
- - *(goals)* Add data engine and details pane for habit tracking ( https://github.com/trougnouf/cfait/issues/41 )
- - *(goals)* Implement dynamic timeframe windows for habit tracking and add Goals tab
- - *(goals)* Add show_goals_tab
- - *(gui)* Add goal manager to the GUI settings and rm cancelled occurrences from goals count
Version history
Jun 26, 2026 · 41.7 MB · Android API 28–36 · code 10009
Imported from the F-Droid repository index.
- ## [1.0.9] - 2026-06-25
- ### 🚀 Features
- - *(goals)* Add data engine and details pane for habit tracking ( https://github.com/trougnouf/cfait/issues/41 )
- - *(goals)* Implement dynamic timeframe windows for habit tracking and add Goals tab
- - *(goals)* Add show_goals_tab
- - *(gui)* Add goal manager to the GUI settings and rm cancelled occurrences from goals count
SHA-256 60c532ffe045d83b15b96d0a7d8596d2cb56beeb237cb3c65e10346d82ca84c9
Jun 14, 2026 · 40.8 MB · Android API 28–36 · code 10008
Imported from the F-Droid repository index.
- ## [1.0.8] - 2026-06-12
- ### 🐛 Bug Fixes
- - *(tui)* Calculate input cursor position using visual unicode width for CJK support ( https://github.com/trougnouf/cfait/issues/39 )
- - *(gui)* Update ACTIVE_FOCUS state when focusing text inputs (avoids toggling tasks while editing)
- ### ⚙️ Miscellaneous Tasks
- - Fix TUI dependencies (lock time version)
SHA-256 79c35b32b5a850b990a2e21cae6a6b5cd435c6b4f268f6f05ed4518de2d67239
Jun 11, 2026 · 40.8 MB · Android API 28–36 · code 10007
Imported from the F-Droid repository index.
- ## [1.0.7] - 2026-06-11
- ### 🚀 Features
- - Sort overdue tasks by priority over due date (fixed)
- ### 🐛 Bug Fixes
- - *(gui)* Pin swash to v0.2.7 to prevent rendering bugs with iced
SHA-256 a5b3c8a5be40b788a32aab872a1da2fc0006f658f690773c9e1fbebf13df9530
Will it run on your device?
74%
- Targets newer Android builds, so legacy devices may be excluded.
- Multiple CPU architectures are covered.
- Aligned with the latest Android target SDK expectations.
Installation Guide
Open Settings on your Android device
Go to Security → Unknown sources (or Install unknown apps)
Enable "Allow from this source" for your browser or file manager
Open the downloaded APK file from your Downloads folder
Tap "Install" and wait for installation to complete
Launch the app from your home screen
Make sure to re-enable Unknown Sources restrictions after installation for security.
How to install this safely
How to verify the file you downloaded
Before you install anything, confirm the file is the one described here. On a computer, run shasum -a 256 your-download.apk (macOS or Linux) or certutil -hashfile your-download.apk SHA256 (Windows), then compare the output character-for-character with the SHA-256 on this page. If a single character differs, the file is not the build we recorded — delete it.
What the signing certificate proves
Every Android app is signed with a private key that only its developer holds. The fingerprint on this page is a hash of the matching public certificate, and it proves continuity rather than identity: it tells you a build came from whoever signed the earlier ones. Android enforces this at install time — if a package claiming to be com.trougnouf.cfait is signed with a different key, the system will refuse to install it over your existing copy. A fingerprint that changes between releases is worth pausing on, because a repackaged app that has been modified by someone else cannot keep the original signature.
How to roll back to an earlier version
If the current release misbehaves, 1.0.8 is the last build before it. Android will not install an older version code over a newer one, so you must uninstall Cfait first — which clears its local data unless you have a backup. Reinstall the older APK only if its signing fingerprint matches the build you already trust, and check the API range: an older release may target an Android version your device has moved past.
Why we list sources instead of hosting everything
The official store channel is almost always the right choice: it updates automatically and carries the publisher's own distribution guarantees. A direct APK is useful when a device has no store access, when a rollout has not reached your region, or when you need a specific version — and only when the publisher has authorized that copy. APKBrowse does not list pirated, cracked, or unauthorized rebuilds of Cfait, and a listing is removed when the evidence for it stops holding up.
Get Cfait
Every source we list for com.trougnouf.cfait is legality-reviewed. Pirated or cracked builds are never offered.
Other sources
F-Droid listing
officialF-Droid builds this app from source and signs it. This is its official listing, with older builds and full release notes.
Source code
verified publisherThe upstream repository this build is compiled from.
We check legality and signature continuity, but device behaviour still varies. Install at your own discretion.
App Information
Security Verification
We record provenance; we do not run malware scans. Verify the hash yourself before installing.
SHA-256 Hash
60c532ffe045d83b15b96d0a7d8596d2cb56beeb237cb3c65e10346d82ca84c9
Signing certificate
6679a06eec4933fe2933f5be32db3b3e716d42e93c7f230358e779587bab1ac0
Permissions Required
Previous Versions
The signing certificate fingerprint for this release is on record, so a build that does not match it did not come from this publisher.
Report a problem with this listing
A listing is only as good as its corrections. If a source is broken, a signature looks wrong, or this app should not be here, tell the moderation team.