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.