README.md
February 28, 2026 ยท View on GitHub
๐ฑ Screenshots
โฌ๏ธ Download
You can also grab the FOSS APK from GitHub Releases.
โจ Features
- ๐ฌ YouTube & BiliBili โ Summarize videos via transcript/subtitle extraction
- ๐ Articles โ Extract and summarize any web article
- ๐ Documents & Images โ Summarize PDFs, text files, and images (OCR)
- ๐ Adjustable Length โ Short, medium, or long summaries
- ๐ Text-to-Speech โ Listen to your summaries
- ๐ Instant Summary โ Summarize directly from the share sheet
- ๐ History โ Browse, search, and manage past summaries
- ๐ Paywall Detection โ Warns you when content is behind a paywall
- ๐จ Material 3 Expressive โ Dynamic color theming & OLED dark mode
- ๐ 12 Languages โ AR, CS, DE, EN, ES, FR, IT, JA, PT, TR, UK, ZH
๐ค Supported LLM Providers
Bring Your Own Key (BYOK) โ use any of these providers with your own API key:
| Provider | Notes |
|---|---|
| OpenAI | GPT-4.1, GPT-5, o3, o4-mini, โฆ |
| Google Gemini | Gemini 2.0 Flash, 2.5 Pro, โฆ |
| Anthropic Claude | Claude 3.5 Sonnet, Opus 4, โฆ |
| DeepSeek | DeepSeek Chat & Reasoner |
| Mistral | Mistral AI models |
| Qwen | Alibaba Qwen models |
| OpenRouter | Access 100+ models via one key |
| Ollama | Run local models (Llama, Gemma, โฆ) |
All providers support custom model names for new/unlisted models.
The Play Store version also includes a built-in provider (no key required, paid).
๐๏ธ Build Flavors
| Play Store | FOSS | |
|---|---|---|
| LLM Access | Built-in provider (paid) + BYOK | BYOK only |
| ML Kit | Google Play Services (smaller APK) | Bundled model (larger APK) |
| Distribution | Google Play | GitHub Releases |
| App ID | com.talosross.summaryyou | com.talosross.summaryyou.foss |
| Google Play Services | Required | Not required |
| Build | โ | ./gradlew assembleFossDebug |
Note: The Play Store flavor requires proprietary signing keys and Google Play Services configuration that are not included in this repository.
๐ ๏ธ Tech Stack
- Kotlin 2.3 with Jetpack Compose & Material 3 Expressive
- Hilt for dependency injection
- Room for local history database
- Ktor for networking
- Koog Agents for LLM integration
- Coil for image loading
- Navigation Compose with type-safe routes
๐๏ธ Building from Source
git clone https://github.com/talosross/SummaryYou.git
cd SummaryYou
./gradlew assembleFossDebug
The APK will be at app/build/outputs/apk/foss/debug/.
โญ Star History
๐ Credits
- kid1412621/NanoNova โ Major thanks for the Summary Expressive fork, which introduced Material 3 Expressive UI, multi-provider LLM support, and significant architectural improvements. The codebase was merged back into this repository in 2026.
- UI inspiration from Seal
- Material color utilities
๐ License
This project is licensed under the GNU General Public License v3.0.
