ELSEIF
Your brief EB
234 stories from 200 feeds 1253 clusters Refreshed 7 minutes ago next pull 19:17

SECURITY Signal 142

Kadō open-source iOS habit tracker ships with non-binary score and offline-first storage

Kadō, an open-source iOS habit tracker, is now available on the App Store, featuring a non-binary habit score, offline-first storage, and no account or telemetry.

WHY IT MATTERS

For engineers, Kadō offers a reference implementation of a privacy-first mobile app: no accounts, no analytics, and local storage with optional iCloud sync. Its non-binary scoring algorithm (exponential moving average) is a departure from fragile streaks and could inform similar features. The MIT license allows full code inspection and reuse.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Kadō is an open-source (MIT) iOS habit tracker with no account, no subscription, and no telemetry.

02

It uses a non-binary habit score based on an exponential moving average, so one missed day doesn't wipe progress.

03

Data is stored locally via SwiftData, with optional iCloud sync through the user's private CloudKit database, and export/import in JSON and CSV.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
github.com via Hacker News Show HN: Kadō – open-source habit tracker, with non-binary habit score, for iOS Open ↗