Backlog Tracker Debojit Santra
winget install --id=DebojitSantra.BacklogTracker -e A cross platform application to track anything that piles up: study backlogs, work queues, games, habits, routines, or custom pending lists.
winget install --id=DebojitSantra.BacklogTracker -e A cross platform application to track anything that piles up: study backlogs, work queues, games, habits, routines, or custom pending lists.
> ⚠️ Maintenance on this repo is paused until March 2027. Issues and PRs may not be reviewed until then.
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:
https://github.com/debojitsantra/BacklogTracker-Templates
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-tracker
sudo 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
winget install DebojitSantra.BacklogTracker
npm install
npm run dev
npm run build
npm ci
npm run build
npx cap sync android
npx cap open android
Run from Android Studio, or use Gradle from the android directory.
npm ci
npm run tauri:build
.github/workflows/build.yml builds the signed Android release APK on version tags..github/workflows/desktop.yml builds Linux, Windows, and macOS desktop artifacts with Tauri.Documentation and some UI features were made using Gemini. Everything is reviewed manually before committing.