Backlog Tracker is an offline-first app for Android and desktop. It tracks anything that piles up: study backlogs, work queues, games, habits, routines, or custom pending lists.
Download tracker templates from:
Source Repository: Github
- Choose between count-based backlog mode and one-time task mode
- Add per-day or repeat-day automatic growth schedules
- Pause auto-growth when needed
- Estimate clearance time and finish date from your daily completion target
- Preview future backlog growth with the accumulation predictor
- Import and export JSON backups and shareable templates
- React
- TypeScript
- Vite
- Tailwind CSS v4
- Motion
- Capacitor for android
- Tauri for desktop packaging
Download the latest GitHub release for your platform:
| Platform | Format / Install Options |
|---|---|
| Windows | Winget, Setup.exe, MSI |
| Linux | APT Repository, RPM Repository, DEB, RPM, AppImage |
| macOS | DMG (aarch64) (untested) |
| Android | APK |
curl -fsSL https://apt.110010101.xyz/public.key | \
sudo gpg --dearmor -o /usr/share/keyrings/debojitpackages.gpg
echo "deb [signed-by=/usr/share/keyrings/debojitpackages.gpg] https://apt.110010101.xyz stable main" | \
sudo tee /etc/apt/sources.list.d/debojitpackages.list
sudo apt update
sudo apt install backlog-trackersudo curl -o /etc/yum.repos.d/debojitsantra.repo https://rpm.110010101.xyz/debojitsantra.repo
sudo dnf install -y https://rpm.110010101.xyz/public.key
sudo dnf install backlog-tracker
- Node.js 22 or newer
npm install
npm run devnpm run build- Android Studio
- Android SDK/build tools
- Java 21
- Node.js 22 or newer
npm ci
npm run build
npx cap sync android
npx cap open androidRun from Android Studio, or use Gradle from the android directory.
- Node.js 22 or newer
- Rust and Cargo
npm ci
npm run tauri:build.github/workflows/build.ymlbuilds the signed Android release APK on version tags..github/workflows/desktop.ymlbuilds Linux, Windows, and macOS desktop artifacts with Tauri.
Documentation and some UI features were made using Gemini. Everything is reviewed manually before committing.