Browse free open source Kotlin Browsers and projects below. Use the toggles on the left to filter open source Kotlin Browsers by OS, license, language, programming language, and project status.

  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    EinkBro

    EinkBro

    A small, fast web browser based on Android WebView

    EinkBro is designed to fit Eink devices' needs; no unnecessary UI transitions and animations, clear B&W icons, and useful features for Eink reading experience. It's originated from FOSS Browser, which is a fully free/libre (as in freedom) Android app.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 2
    SmartCookieWeb

    SmartCookieWeb

    A secure, open source web browser for Android

    An open-source web browser with privacy on by default. Customize and configure the browser to make it your own. You have a right to privacy, which is why SmartCookieWeb does not and will never collect your data or information on your web activity. All browser source code is open-source on GitHub. Fast and light. Completely free and ad-free. Disable images, block JavaScript and change the browser user agent. Customize navbar color, add a secondary navbar and set a homepage background. Allow location access, remove identifying HTTP headers and block HTTP sites. View the source code of a webpage and run JavaScript in the console. Google is the default search engine in SmartCookieWeb, as it's what most people use, but there are 10 other built-in search engines. SmartCookieWeb also never stores any personally identifiable information. SmartCookieWeb doesn't send any data at all to CookieJarApps.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    Kuroba Experimental

    Kuroba Experimental

    Free and open source image board browser

    KurobaEx is a fast Android app for browsing imageboards, such as 4chan and 8chan. It's a fork of Kuroba. Ability to attach multiple media files to reply, attach media files that were shared by external apps (even by some keyboards), attach remote media files by URL, etc. New image downloader. Allows downloading images while the app is in the background, retrying failed to download images, resolving duplicates, etc.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Lightning Browser

    Lightning Browser

    A lightweight Android browser with modern navigation

    Lightning is a simple, fast web browser that focuses on design, security, and efficiency. It uses material design, doesn't track you, give you lots of options to protect your privacy. It gets out of the way of the user. I built this browser because I wanted something better. Blocking ads is a core feature of Lightning Browser, meant to improve the speed and security of your browsing experience. Lightning's interface was carefully crafted so you can browse as efficiently as possible. Tabs and Bookmarks are all tucked neatly away in side drawers, only a swipe away, allowing maximum screen viewing with minimal interference from the browser's chrome. Dark Mode, Light Mode, Color Mode, Night Mode, etc. By utilizing the WebKit rendering engine that comes built into your Android device, Lightning can ensure a swift, lightweight experience. Use Incognito Mode to browse without leaving a footprint, download Orbot and turn on TOR proxy support to mask your identify and location.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Firefox for Android

    Firefox for Android

    Firefox for Android

    Shortcut the internet with Firefox for Android. See all your open tabs, recent searches and favorite sites all in one place with Firefox browser for Android. Firefox for Android delivers effortless privacy protection with lighting-fast page loads. Enhanced Tracking Protection automatically blocks online trackers from following you around the web and slowing down your pages. Get to Private Browsing Mode with just one tap. And when you close Private Browsing Mode, your browsing history is automatically erased from your device. Got a big phone and normal sized thumbs? No problem. Firefox for Android lets you move the search bar from the top to the bottom making it easier to use with one hand. You can also choose your own search engine within the browser, and set Firefox as your default browser if you want. Switch to Dark Mode any time to reduce eye strain and prolong your battery power.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    deep-clean

    deep-clean

    When Gradle or the IDE let you down, just --nuke all them caches

    A Kotlin script that nukes all build caches from Gradle/Android projects. Useful when Gradle or the IDE let you down. The script has been tested on macOS, but it is completely untested on Linux and Windows. KScript may not work at all on Windows! For this script to work, you need to have kotlin, script, and maven on your PATH. If you don't have all three commands on your PATH, then read on to the next section to install them. To make the script run, we'll first need to install all the required dependencies. All dependencies are available on SDKMan! (Windows, Linux, macOS). Note that KScript support for Windows is not officially available yet.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    gradle-maven-publish-plugin

    gradle-maven-publish-plugin

    A Gradle plugin that publishes your Android and Kotlin libraries

    A Gradle plugin that publishes your Android and Kotlin libraries, including sources and javadoc, to Maven Central or any other Nexus instance. Gradle plugin that creates a publish task to automatically upload all of your Java, Kotlin or Android libraries to any Maven instance. This plugin is based on Chris Banes initial implementation and has been enhanced to add Kotlin support and keep up with the latest changes. No need to know how publishing works for different project types. AGP provides an API to configure publishing, java-library too, Kotlin Multiplatform does most things automatically but not everything. This plugin configures as much as possible on its own. An unified approach for all kinds of projects. Some parts require manual configuration and for those we provide an API that works regardless of whether this is a Gradle plugin, an Android library or a Kotlin Multiplatform project. This is especially useful for projects that combine multiple of these.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Gradle IntelliJ Plugin

    Gradle IntelliJ Plugin

    Gradle plugin for building plugins for IntelliJ-based IDEs

    The Gradle IntelliJ Plugin is a plugin for the Gradle build system to help configure your environment for building, testing, verifying, and publishing plugins for IntelliJ-based IDEs. The Gradle Wrapper files, and in particular the Gradle-wrapper.properties file, which specifies the version of Gradle to be used to build the plugin. If needed, the IntelliJ IDEA Gradle plugin downloads the version of Gradle specified in this file. The IDE Plugin generator automatically creates the Run Plugin run configuration that can be executed via the Run | Run... action or can be found in the Gradle tool window under the Run Configurations node. To execute the Gradle runIde task directly, open the Gradle tool window and search for the runIde task under the Tasks node. If it's not on the list, hit the re-import button in the toolbar at the top of the Gradle tool window.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Ktlint Gradle

    Ktlint Gradle

    A ktlint gradle plugin

    Provides a convenient wrapper plugin over the ktlint project. This plugin creates convenient tasks in your Gradle project that run ktlint checks or do code auto format. The plugin can be applied to any project, but only activates if that project has the kotlin plugin applied. The assumption being that you would not want to lint code you weren't compiling. This plugin was written using the new API available for the Gradle script Kotlin builds. This API is available in new versions of Gradle. To test KtLint snapshots add following configuration into project build script. This plugin just adds special tasks that can generate IntelliJ IDEA codestyle rules using ktlint. The version of ktlint used by default may change between patch versions of this plugin. If you don't want to inherit these changes then make sure you lock your version.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10
    McImage

    McImage

    Auto Check big images and compress images in building

    Android Gradle Plugin. Auto Check big images and compress images in building. McImage is a Non-invasive plugin for compressing all res in your project. Version 1.0.1 now supports all build.gradle version! Already supports mavenCentral. Compress all png and jpg, every img can save %70 in size. It is possible to convert imgages to webp (after v0.0.3 support) Auto match the system which you build your project. Support includes Linux, Mac OS X and Windows (after v0.0.4 support) Use this plugin only if you need one line code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Android components

    Android components

    A collection of Android libraries to build browsers

    A collection of Android libraries to build browsers or browser-like applications. A fully-featured reference browser implementation based on the components can be found in the reference-browser repository. We encourage you to participate in this open source project. We love pull requests, bug reports, ideas, (security) code reviews or any kind of positive contribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Elixir plugin for JetBrain's IntelliJ

    Elixir plugin for JetBrain's IntelliJ

    Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)

    The plugin works both in the rich IDEs that allow alternative language SDK selection and small IDEs that are language specific. The rich IDEs work best for IntelliJ Elixir because only in the rich IDEs can have an Elixir SDK set as the Project SDK. In all small IDEs, the native language SDK is always there, which makes anything that uses the SDK, such as running elixir, erl, or mix more complicated both internally and externally in the configuration you have to setup. The plugin will automatically find the newest version of Elixir installed. (NOTE: SDK detection only works for Linux, homebrew installs on OSX, and Windows. Open an issue with information about Elixir install locations on your operating system and package manager to have SDK detection added for it.) If the automatic detection doesn't find your Elixir SDK or you want to use an older version, manually select select the directory above the bin directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Gradle Play Publisher

    Gradle Play Publisher

    GPP is Android's unofficial release automation Gradle Plugin

    Gradle Play Publisher (GPP) is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata. The first APK or App Bundle needs to be uploaded via the Google Play Console because registering the app with the Play Store cannot be done using the Play Developer API. For all subsequent uploads and changes, GPP may be used. To successfully upload apps to the Play Store, they must be signed with your developer key. Make sure you have a valid signing configuration. After you've gone through the Service Account setup, you should have a JSON file with your private key. GPP supports uploading both the App Bundle and APK. Once uploaded, GPP also supports promoting those artifacts to different tracks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ruler

    Ruler

    Gradle plugin which helps you analyze the size of your Android apps

    App size is an important metric which directly correlates with business metrics like install conversion rate. Measuring app size is straightforward, but knowing what contributes to it is not. Especially in bigger projects with hundreds or thousands of modules and third-party dependencies. Ruler provides a convenient way to find out how much each module and dependency contributes to the total size of your app by running a single Gradle task. First you need to add the Ruler Gradle plugin to the buildscript classpath in your top-level build.gradle file. When using app bundles, Google Play will generate optimized APKs for each device. This means that the size of an APK depends on the specifications of the device that's downloading it. You can configure which device specifications should be used for the analysis in the build.gradle of your application module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    gradle-buildconfig-plugin

    gradle-buildconfig-plugin

    A plugin for generating BuildConstants for any kind of Gradle projects

    A plugin for generating BuildConstants for any kind of Gradle project, Java, Kotlin, Android, Groovy, etc. Designed for KTS scripts, with experimental support for Kotlin's multi-platform plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    sonar-detekt

    sonar-detekt

    SonarQube plugin for Kotlin

    SonarQube plugin for Kotlin. detekt helps you write cleaner Kotlin code so you can focus on what matters the most building amazing software. detekt comes with a set of plugins that helps you configure it easily in your Gradle, Maven, Bazel build. Enjoy static analysis on Android, JVM, JS, Native, and Multiplatform projects out of the box. detekt can be easily extended with custom rules that help you track and fix anti-patterns in your codebase. detekt is entirely open-source and developed by the community. Join us on GitHub and help us shape the future of this tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.