A Kagi News reader for the Light Phone III, built on the Light SDK.
Pick which categories you care about (everything starts off, so you opt in rather than turning off a wall of categories) and browse the top 3 stories in each — no endless scroll. Citation markers and emoji are stripped from Kite's summaries, and story bodies are broken into paragraphs using Kite's own paragraph breaks for readability on the small screen.
This repo is a standalone extraction of the examples/kagi-news module from
the official Light SDK repo, along with the minimum SDK pieces
(sdk/client, sdk/ui, sdk/shared, and the build plugin) needed for it to
build on its own. It won't automatically pick up updates from the official
SDK — for the source of truth, official examples, and full documentation,
see lightphone/light-sdk.
./gradlew :app:assembleDebugThere's no app-store install flow for community tools yet, so this has to be sideloaded:
- Enable Developer Options + USB debugging on your Light Phone III
- Install
adbon your computer (part of Android platform-tools) - Connect your phone via USB
./gradlew :app:installDebug, oradb install app-debug.apkif you already have a built APK- Launch "Brief" from your phone's app list
Or just grab a prebuilt APK from this repo's
Releases page and adb install it directly.
Story data comes from Kagi News' public kite.kagi.com feed (no API key required). That data is licensed CC BY-NC 4.0.