mm2-0/kvaesitso

A search-focused Android launcher

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 53 minutes ago
Type:ApplicationCategory(s):AndroidMobile & Desktop
Added to GitGenius on September 13th, 2026
Created on September 18th, 2021
Open Issues & Pull Requests: 691 (+0)
GitHub issues: Enabled
Number of forks: 254
Total Stargazers: 5,102 (+0)
Total Subscribers: 39 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.6 days
Mean response time: 76.9 days
90th percentile: 257.4 days
Tracked items: 707

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "intended behavior" is answered fastest, typically in about 11 hours, while "enhancement" waits about 7 weeks. 77% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 462
New in 7 days: 6
Closed in 7 days: 3
Avg open age: 496 days
Stale 30+ days: 430
Stale 90+ days: 372

Recent activity

Opened in 7 days: 5
Closed in 7 days: 3
Comments in 7 days: 0
Events in 7 days: 4

Top labels

  • crash report (51)
  • enhancement (33)
  • bug (29)
  • cant reproduce (21)
  • intended behavior (13)
  • vendor:xiaomi (13)
  • android:11 (11)
  • android:15 (11)

Detailed Description

Kvaesitso is a search-focused Android launcher that prioritizes finding apps and content through search rather than traditional home screen navigation.

The tool addresses the friction of navigating Android home screens by making search the primary interaction model. Instead of swiping through pages or folders to locate apps, users type to find what they need. The launcher is built with Jetpack Compose and written in Kotlin, enabling a modern, responsive interface. It integrates with external APIs for enhanced search capabilities, though these features are optional and can be omitted for fully open-source builds.

Kvaesitso suits users who prefer keyboard-driven navigation and rapid app access over visual browsing. It works well for power users accustomed to desktop search launchers or those managing many installed applications. The project offers feature-complete builds through a custom F-Droid repository for users wanting full functionality, while official F-Droid builds remove non-free API dependencies for those prioritizing open-source purity. The README does not compare it directly to other launchers.

The project maintains an active issue tracker where users can report bugs and request features, with maintainers explicitly welcoming pull requests for bug fixes and smaller features while encouraging discussion on larger additions. Translation contributions are actively managed through a dedicated workflow. The codebase is structured to support plugin development, with separate Apache-licensed SDK modules alongside the main GPL-licensed application, indicating an architecture designed for extensibility.