Browser
824 open source Browser apps
P
pOT-Droid
APK
Companion app for the german mods.de forum.
F-DroidGitHub
painlessMesh
APK
Allows to connect from Android to a painlessMesh network and act like a node. The app can connect, request routing info (NODE_SYNC_REQUEST) and send single (SINGLE) and broadcast (BROADCAST) messages. There is no support for (TIME_DELAY), (TIME_SYNC) and (NODE_SYNC_REPLY). The app is connecting to the closest painlessMesh AP. Due to restrictions of Android, painlessMesh can not have AP and STA mode running in parallel. Since Android 6 it requires the location service permission from the user to be able to scan for Wi-Fi networks.
F-Droid
personalDNSfilter
APK
personalDNSfilter is a DNS filter proxy written in Java. It hooks into the domain name (DNS) resolution and returns the loopback address for filtered hosts. It can be used for filtering ads and other unwished hosts based on a host list – thus it is a good AdBlock alternative. On Android 4.2 and newer it can be used as effective ad, malware and tracking server filter without root access! It works with any upstream DNS server - filtering is completely local - no phoning home or such things! You can run it locally on your device or centrally as DNS server in your network.
DirectF-DroidGitHub
P
pixelflood
APK
A fast, asynchronous implementation of Pixelflut. Pixelflut is a text-based protocol. With its PX command, a single pixel can be set on a buffer. This app opens the TCP server on port 1234 and displays the buffer full screen.
F-DroidGitHub
qBitController
APK
Free and open-source application for controlling qBittorrent on your servers. Features: - Manage multiple qBittorrent servers - Add torrents using magnet links or files - See detailed information about torrents - Perform various actions on torrents such as pausing, resuming, deleting, and more - Sort torrents by their name, size, progress, download/upload speed, and more - Filter torrents by their state, category, tag, and tracker - Manage categories and tags - View RSS feeds, create auto download rules - Search torrents online
F-DroidGitHubIzzyOnDroid
qBittorrent Manager
APK
🚧 APP IS CURRENTLY IN ALPHA STAGE 🚧 This app aims to provide a modern and easy approach to handle your qBittorrent WebUI provided by self-hosted servers (not a standalone downloader). Features supported: ✅ Viewing all the files on the server ✅ Performing various actions (rename, recheck, etc.) on a specific torrent ✅ Uploading of torrents using files and links ✅ Persistent notification for connection status of server Additional features like sorting, searching, server statistics coming soon.... Note: In order to ensure the best user experience, please try to upgrade qBittorrent to 4.3.x or higher. qBittorrent Manager is completely open sourced at https://github.com/Yash-Garg/qBittorrent-Manager, and any issues can be reported at https://github.com/Yash-Garg/qBittorrent-Manager/issues
F-DroidGitHub
searxist
APK
searxist (pronounce: searchist) is a simple Android app to wrap SearXNG in a WebView with Material You colors, plus some system integrations. 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. (learn more at https://docs.searxng.org) When you use SearXNG, your search queries get proxied before passing it to various search engines. Not only you'll get various results, it also preserves privacy since the searches aren't directly linked to you. The app provides a list of public instances from https://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.
F-Droid
sing-box
APK
sing-box is a fast, customizable and univsersal proxy platform that can be used to create network proxy servers, clients and transparent proxies. This app allows users to manage and use local and remote sing-box profiles and provides platform specific feature implementations such as the TUN transparent proxy implementation through the Android VpnService.
F-DroidGitHub
solXpect
APK
solXpect forecasts the output of your photovolatic system (PV) This app takes direct and diffuse radiation data from Open-Meteo.com, calculates the position of the sun and projects the radiation on your solar panel. It shows the estimated energy production for the next hours and up to 16 days. Features: - Ideal for balcony power plants - Hourly and daily forecasts for the output for up to 16 days - 100% privacy, no advertisements Minimum permissions: solXpect only requires the minimum amount of permission, namely only the INTERNET permission. This permission is necessary for retrieving weather data.
F-DroidGitHub
spaRSS DecSync
APK
spaRSS DecSync is a fork of spaRSS which adds synchronization using DecSync. To start synchronizing, all you have to do is synchronize the selected DecSync directory, using for example Syncthing.
F-DroidGitHub
ssrDroid
APK
An Android client with OverTLS & SSRoT support, modified from Shadowsocks Android. OverTLS is a new proxy which is basically SSRoT without SSR and SS, keeping only the Rust implementation of oT. It's very fast and stable.
F-DroidGitHub
strongSwan VPN Client
APK
Official Android port of the popular strongSwan VPN solution. # FEATURES AND LIMITATIONS # Uses the VpnService API featured by Android 4+. Devices by some manufacturers seem to lack support for this - strongSwan VPN Client won't work on these devices! Uses the IKEv2 key exchange protocol Uses IPsec for data traffic Full support for changed connectivity and mobility through MOBIKE (or reauthentication) Supports username/password EAP authentication (namely EAP-MSCHAPv2, EAP-MD5 and EAP-GTC) as well as RSA/ECDSA private key/certificate authentication to authenticate users, EAP-TLS with client certificates is also supported Combined RSA/ECDSA and EAP authentication is supported by using two authentication rounds as defined in RFC 4739 VPN server certificates are verified against the CA certificates pre-installed or installed by the user on the system. The CA or server certificates used to authenticate the server can also be imported directly into the app. IKEv2 fragmentation is supported if the VPN server supports it (strongSwan does so since 5.2.1) Split-tunneling allows sending only certain traffic through the VPN and/or excluding specific traffic from it Per-app VPN allows limiting the VPN connection to specific apps, or exclude them from using it The IPsec implementation currently supports the AES-CBC, AES-GCM, ChaCha20/Poly1305 and SHA1/SHA2 algorithms Passwords are currently stored as cleartext in the database (only if stored with a profile) VPN profiles may be imported from files Supports managed configurations via enterprise mobility management (EMM) Details and a changelog can be found in our documentation: https://docs.strongswan.org/docs/latest/os/androidVpnClient.html # PERMISSIONS # READ_EXTERNAL_STORAGE: Allows importing VPN profiles and CA certificates from external storage on some Android versions QUERY_ALL_PACKAGES: Required on Android 11+ to select apps to ex-/include in VPN profiles and the optional EAP-TNC use case # EXAMPLE SERVER CONFIGURATION # Example server configurations may be found in our documentation: https://docs.strongswan.org/docs/latest/os/androidVpnClient.html#_server_configuration Please note that the host name (or IP address) configured with a VPN profile in the app *must be* contained in the server certificate as subjectAltName extension. # FEEDBACK # Please post bug reports and feature requests via GitHub: https://github.com/strongswan/strongswan/issues/new/choose If you do so, please include information about your device (manufacturer, model, OS version etc.). The log file written by the key exchange service can be sent directly from within the application.
F-DroidGitHub
tTorrent search
APK
Simple graphical interface for Transdroid search plugin, can be used as search app in tTorrent.
F-Droid
twitter2nitter
APK
twitter2nitter - redirect twitter to nitter Share twitter url to this app, and you will be redirected. Redirect works for: 1. Open twitter url with twitter2nitter 2. Share twitter url with twitter2nitter 3. Share text that includes twitter url with twitter2nitter The third option is useful for users of materialistic hackernews app or any app that shares text like "Android - https://twitter.com/android". Currently, it is the only app that can redirect such texts. Also, you can share google search result with twitter on mobile.
F-DroidGitHub
uaTranslit
APK
App to translit cyrilic phrases to latin using commonly used translation rules. Project is open-source: https://github.com/bossly/uaTranslit
F-DroidGitHub
wallabag
APK
A self hosted read-it-later app which is made for you to comfortably read and archive your articles. Unlike to other services, the server software is MIT-licensed, so you can set it up on your own: Just follow the instructions at wallabag.org. This android application allows you read and manage your articles and automatically syncs them to the wallabag server. Next time you find an article you want to read later, save it into wallabag. It will be automatically synced on your phone, your tablet, your e-reader or your computer. Therefore, your can read it anytime anywhere, even offline. You can save an article into wallabag from nearly everywhere, including your computer and your favorite RSS reader apps. Bonus features: * Automatic synchronization between the server and the apps * Downloading pictures for offline reading * Tags to manage your content * Speech synthesis to listen to your articles
F-DroidGitHub
x2vx: Twitter URL converter
APK
x2vx is an Android app designed to modify URLs from https://x.com to https://vxtwitter.com and copy them directly to your clipboard.[Feature]Automatically replace https://x.com with https://vxtwitter.com in shared URLs.Seamless clipboard integration for quick URL pasting.Handles URLs shared from other apps using the Android share functionality.User-friendly with toast notifications to indicate success or invalid URL.Lightweight and fast, designed to operate without unnecessary background processes.[Objective]Simplify the process of modifying and sharing URLs.Provide a quick and efficient tool for users who frequently share links.Enhance user experience by automating the URL modification and copying process.[Note]The app is focused on URL modification and clipboard integration.It does not offer additional file management or storage functions.To function properly, the shared URLs must contain https://x.com.[How to use]Share URL: Share any URL containing https://x.com from any app using the Android share feature.Automatic Processing: x2vx will automatically replace the domain with https://vxtwitter.com.Copy to Clipboard: The modified URL is copied to your clipboard and a toast notification is displayed.Ready to Share: Simply paste the modified URL wherever you need it.[Source]GitHub https://github.com/unlimish/x2vx-android[Issue]GitHub Issue https://github.com/unlimish/x2vx-android/issuesPlease post here if you have bug reports, feature requests, or other information.Thank you for using x2vx! We are committed to providing you with the best possible experience. If you have any questions or feedback, feel free to reach out.
GitHubIzzyOnDroid
xkcd - comics viewer
APK
xkcd is yet another xkcd comics and what if articles viewer, while I’m refining it to become the best one, an easy and lite app with best in-app browsing experience.This app has so far:the best support to all those large xkcd comics. e.g. No. 657, 1040, and the toughest No. 980.the best experience to read what if articles on mobile screen.the most fantastic list to browse xkcd archive.the quickest and most convenience way to check Explainxkcd, just hold and tap.the adorable favorite and thumb-up feature to your beloved comics and artcles.
GitHubIzzyOnDroid
xray-plugin
APK
This is an unofficial SIP003 plugin based on Xray-core for shadowsocks-android.
GitHubIzzyOnDroid
xvii messenger for vk
APK
xvii is a messenger for those who want to be online on the go! no feed, no stories, no walls, no likes, no clips. only messaging and features that are necessary! extra features: * secret chats * custom appearance * stealth features * multiple accounts * self-destructing and scheduled messages * journal of events * no ads, no trackers
F-DroidGitHub
Y
yt-dlp kivy
APK
User interface for yt-dlp using the Kivy frameworkUsagePast or enter video URL to download in the text field.Click on the 'Download' button
GitHubIzzyOnDroid
Z
zSMTH
APK
zSMTH is an ad-free, open source Mizuki community Android client. iSO platform has the same source project SMTH-iOS. This client has the following features: * Post graphics mixed display, support GIF animation, long press the post to pop up the function menu; * Support the display of super-long pictures; full-screen view and zoom of picture attachments; view picture Exif information and save pictures to local; * Show Like of posts, add new Like; * Show IP source; * Reminder of letters, replies, @, Like events; * Quick search of all forum listings (support Chinese and English partial matching); * Share posts to SNS networks, including WeChat friends, WeChat circle of friends, Sina Weibo, etc. and more.
F-DroidGitHub
Überböse
APK
Überböse App is the companion app for the Überböse API server (https://github.com/julius-d/ueberboese-api). The app has two main purposes: 1. Set up Spotify authentication for your self-hosted Überböse API server. Note: For this to work, you need a Spotify account and the self-hosted Überböse API. 2. Control your Bose SoundTouch speakers directly via the SoundTouch WebServices API that is provided by each speaker. Note: For this to work, no Spotify account is needed. Features: - Multi-Room Audio: Control and view speaker zones for synchronized playback - Volume Control: Adjust volume levels for individual speakers - Now Playing: See what's currently playing on your speakers - Preset Management: Configure and manage Spotify presets on your speakers
F-DroidGitHub
🍓🍓🍓
APK
Dirtberry 🍓
F-DroidGitHub