searxist/android
4
43
Fork
You've already forked android
2
Search with SearXNG natively on Android.
  • Kotlin 87.6%
  • CSS 8.4%
  • HTML 3.2%
  • Ruby 0.8%
gallegonovato 197fd7f3a8
Translated using Weblate (Spanish)
Currently translated at 100.0% (76 of 76 strings)
Translation: searxist/Android
Translate-URL: https://translate.codeberg.org/projects/searxist/android/es/ 
2026年06月04日 10:07:53 +00:00
.idea Prepare for another release with some improvements 2026年03月31日 23:29:21 +07:00
app Translated using Weblate (Spanish) 2026年06月04日 10:07:53 +00:00
fastlane Translated using Weblate (Korean) 2026年05月31日 08:13:45 +00:00
gradle Update AGP 2026年06月03日 16:21:30 +07:00
.gitignore Initial commit 2025年08月26日 11:20:10 +07:00
build.gradle.kts Initial commit 2025年08月26日 11:20:10 +07:00
Gemfile Initial commit 2025年08月26日 11:20:10 +07:00
Gemfile.lock Initial commit 2025年08月26日 11:20:10 +07:00
gradle.properties Update AGP 2026年02月02日 15:02:42 +07:00
gradlew Initial commit 2025年08月26日 11:20:10 +07:00
gradlew.bat Initial commit 2025年08月26日 11:20:10 +07:00
icon.svg Update README 2026年06月01日 15:29:29 +07:00
LICENSE Initial commit 2025年08月26日 11:20:10 +07:00
README.md Update README 2026年06月01日 15:29:29 +07:00
settings.gradle.kts Remove foojay toolchain 2026年05月01日 01:28:20 +07:00
wordmark.svg Update README 2026年06月01日 15:29:29 +07:00

[画像:searxist]

(pronounced: searchist)

Release Stars Last Commit (branch)

A simple Android app to wrap SearXNG with Material You colors, plus some system integrations.

Get it on Google Play Get it on F-Droid Get it on Codeberg

Instance selection screen Main search screen Search suggestions screen
Search results screen Image results screen Settings screen

Features

  • 🌙 Material You theming
  • 🔍 System search integration (search bar widget, popup text action)
  • 🌐 Choose from public SearXNG instances or add your own
  • 🛡️ Privacy-focused (no unnecessary data collection)
  • 📱 Supports Android 5+

Why would I want to use this?

Unlike other search apps, this app uses SearXNG, which is a free and open-source metasearch engine.

When you use SearXNG, your search queries get proxied before passing them to various search engines. Not only will you get various results, but it also preserves privacy since the searches aren't directly linked to you.

The app provides a list of public instances from searx.space for you to use. If you have an instance (either that you host yourself or hosted by someone else), you can add it as well.

If you do use your own instance, make sure other people are also using it to blend in. If the instance is used by only one person, search engines can still link the searches back to you.

The app does not collect any information; it only passes search queries to the SearXNG instance that you use.

Contribute

Donate

If you'd like to support the development of searxist, consider contributing financially via Ko-fi, Liberapay, or PayPal. Thank you!

Donate using Liberapay

Translations

Translating searxist

Help translate the app into more languages! You can contribute translations on Codeberg Translate. Translation status

If there are no new features added, the app will be released manually every two weeks (or so) after the latest release to include translations.

Translating SearXNG

In most cases, SearXNG itself already has translations for many languages; you can still contribute translations to SearXNG on Codeberg Translate! Translation status

Code

It only has three main files (GreetingScreen.kt, SearchScreen.kt, and SettingsScreen.kt) for the core of the app. They could be separated further, but it's easier to keep them in one file for each screen. There are more files for system integrations such as the search bar widget and the text popup action.

The app UI uses Jetpack Compose, and the widget uses Glance (works just like Compose).

License

searxist is licensed under the GNU GPL 3.0 or later—see the LICENSE file for more information.