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

  • Passwordless Authentication and Passwordless Security Icon
    Passwordless Authentication and Passwordless Security

    Identity is everything. Protect it with Duo.

    It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
    Get a Free Trial
  • 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
    Rekado

    Rekado

    Payload launcher and serial number checker for Nintendo Switch

    Payload launcher is written in Kotlin for Nintendo Switch. The application doesn't require Root on your device.
    Downloads: 67 This Week
    Last Update:
    See Project
  • 2
    Image Picker Library for Android

    Image Picker Library for Android

    Image Picker for Android, Pick an image from Gallery

    Easy to use and configurable library to Pick an image from the Gallery or Capture an image using a Camera. It also allows to Crop and Compress the Image based on Aspect Ratio, Resolution, and Image Size. Almost 90% of the apps that I have developed have an Image upload feature. Along with the image selection, Sometimes I needed a crop feature for my profile image for that I've used uCrop. Most of the time I need to compress the image as the image captured from the camera is more than 5-10 MBs and sometimes we have a requirement to upload images with specific resolution/size, in that case, image compression is the way to go option. To simplify the image pick/capture option I have created the ImagePicker library. I hope it will be useful to all.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3
    MRepo

    MRepo

    A Modules Manager for Magisk & KernelSU

    MRepo (short for My Repository or Modules Repository) is an Android app that helps manage your own modules repository.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Linux Command Library (Mobile+CLI+Web)

    Linux Command Library (Mobile+CLI+Web)

    1M downloads Linux reference app with basics, tips and formatted pages

    The app currently has 5547 manual pages, 22+ basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar Icon
    Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar

    See what hackers already know about your organization – and stop them from getting in.

    Protect your organization from cyber threats with SOCRadar’s cutting-edge threat intelligence. Gain 360° visibility into your digital assets, monitor the dark web, and stay ahead of hackers with real-time insights. Start for free and transform your cybersecurity today.
    Free Trial
  • 5
    Anko

    Anko

    An Android application development library

    Anko is a Kotlin library which makes Android application development faster and easier. It makes your code clean and easy to read, and lets you forget about rough edges of the Android SDK for Java. Anko was born as a type-safe DSL for building Android layouts. It not only allowed creating layouts in a type-safe way, but it made the layouts more adaptable, dynamic, reusable, and also performant, as there was no need for expensive layout inflation. Anko consists of several parts that make up the complete framework, which are: Anko Commons: a lightweight library full of helpers for intents, dialogs, logging and so on. Anko Layouts: a fast and type-safe way to write dynamic Android layouts. Anko SQLite: a query DSL and parser collection for Android SQLite. Anko Coroutines: utilities based on the kotlinx.coroutines library.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Pinview

    Pinview

    A pinview library for Android

    Pinview library for Android.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Calendar

    Calendar

    A highly customizable calendar view and compose library for Android

    A highly customizable calendar library for Android, backed by RecyclerView for the view system, and LazyRow/LazyColumn for compose. With this library, your calendar will look however you want it to.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Myne

    Myne

    An android app to download ebooks from Project Gutenberg

    Myne is a FOSS Android application to download ebooks from Project Gutenberg, it uses GutenDex API to fetch metadata of ebooks in the backend.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    PhotoEditor

    PhotoEditor

    A Photo Editor library with simple, easy support for image editing

    A Photo Editor library with simple, easy support for image editing using Paints, Text, Filters, Emoji and Sticker like stories. Drawing on the image with the option to change its Brush's Color, Size, Opacity, Erasing and basic shapes. Apply Filter Effect on the image using MediaEffect. Adding/Editing Text with the option to change its Color with Custom Fonts. Adding Emoji with Custom Emoji Fonts. Adding Images/Stickers. Pinch to Scale and Rotate views. Undo and Redo for Brush and Views. Deleting Views. Saving Photo after editing. More FAQ. PhotoEditor v.1.0.0 is a migration to androidX and dropping the support of the older support library. There are no API changes. If you find any issues migrating to v.1.0.0, please follow this Guide. If you still facing the issue then you can always rollback to v.0.4.0.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10
    Einsen

    Einsen

    Einsen is a prioritization app that uses Eisenhower matrix technique

    Einsen is a prioritization app that uses Eisenhower matrix technique as a workflow to prioritize a list of tasks & built to Demonstrate the use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Emoji

    Emoji

    A library to add Emoji support to your Android / JVM Application

    A Kotlin Multiplatform library to add Emoji support to your Android App / JVM Backend. Check out the sample jvm module for text parsing/searching functionality. PopupWindow which overlays over the soft keyboard. Normal view which is used by EmojiPopup and can also be used as a standalone to select emojis via categories. The library has 4 different sprites providers to choose from (iOS, Google, Facebook & Twitter). The emoji's are packaged as pictures and loaded at runtime. If you want to use a Font provider, check out Google Compat. For convenience, there's also a EmojiLayoutFactory, which can be used to get automatic Emoji support when using normal Android Views such as TextView, Checkbox, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Gitnuro

    Gitnuro

    A FOSS Git multiplatform client for newbies and pros

    A FOSS Git client based on (Jetbrains) Compose and JGit. The main goal of Gitnuro is to provide a multiplatform open-source Git client without any kind of constraint to how you can use it or rely on web technologies.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Gramophone

    Gramophone

    A sane music player built with media3 and material design library

    A sane media3-based Material3 music player that follows Android standards. Gramophone is a sane music player built with media3 and a material design library that follows android's standards strictly.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    LibChecker

    LibChecker

    An app to view libraries used in apps in your device

    This app is used to view the third-party libraries used by applications in your device. It can view the ABI architecture of the application's native library (in general, whether the application is 64-bit or 32-bit). It can also view well-known libraries marked by The Rule Repository, and can even sort and view them according to the number of libraries references.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    py2many

    py2many

    Transpiler of Python to many other languages

    Python is popular, and easy to program in, but it has poor runtime performance. We can fix that by transpiring a subset of the language into a more performant, statically typed language. A second benefit is security. Writing security-sensitive code in a low-level language like C is error-prone and could lead to privilege escalation. Specialized languages such as wuffs exist to address this use case. py2many can be a more general-purpose solution to the problem where you can verify the source via unit tests before you transpile. Swift and Kotlin dominate the mobile app development workflow. However, there is no one solution that works well for lower level libraries where there is desire to share code between platforms. Kotlin Mobile Multiplatform (KMM) is a player in this place, but it hasn't really caught on. py2many provides an alternative.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Alerter

    Alerter

    An Android alerting library

    This library aims to overcome the limitations of Toasts and Snackbars, while reducing the complexity of your layouts. With simplicity in mind, the Alerter employs the builder pattern to facilitate easy integration into any app. A customizable Alert View is dynamically added to the Decor View of the Window, overlaying all content. Include the JitPack.io Maven repo in your project's build.gradle file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Android Contacts, Reborn

    Android Contacts, Reborn

    Android Contacts API Library written in Kotlin

    This library provides a complete set of APIs to do everything you need with Contacts in Android. You no longer have to deal with the Contacts Provider, database operations, and cursors. Whether you just need to get all or some Contacts for a small part of your app (written in Kotlin or Java), or you are looking to create your own full-fledged Contacts app with the same capabilities as the AOSP Android Contacts app and Google Contacts app, this library is for you.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Face detector

    Face detector

    A real-time face detection Android library

    Face detector is a face detection Android library which can be easily plugged into any camera API (given it provides a way to process its frames). Face detector is built on top of MLKit's face detection API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Hoplite

    Hoplite

    Boilerplate-free Kotlin config library for loading configuration files

    Hoplite is a Kotlin library for loading configuration files into typesafe classes in a boilerplate-free way. Define your config using Kotlin data classes, and at startup Hoplite will read from one or more config files, mapping the values in those files into your config classes. Any missing values, or values that cannot be converted into the required type will cause the config to fail with detailed error messages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    KAndroid

    KAndroid

    Kotlin library for Android

    Kotlin library for Android provides useful extensions to eliminate boilerplate code in Android SDK and focus on productivity.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Koi

    Koi

    Koi, a lightweight kotlin library for Android Development

    Koi includes many useful extensions and functions, that can help reduce the boilerplate code in Android applications. Specifically, Koi includes a powerful extension function named asyncSafe.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    LiquidSwipe

    LiquidSwipe

    Android LiquidSwipe Library

    Android LiquidSwipe Library. LiquidSwipe is a viewpager library that can be used to make awesome onboarding designs. To run the demo project, clone the repository and run it via Android Studio.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    MaterialDesign

    MaterialDesign

    Material Design Samples

    Material Design Samples, ConstraintLayout, MaterialButton, ShapeableImageView, TabLayout, SearchView.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Meow Bottom Navigation

    Meow Bottom Navigation

    Android Meow Bottm Navigation

    A simple & curved & material bottom navigation for Android written in Kotlin.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    NotyKT

    NotyKT

    Complete Kotlin-stack (Backend + Android) application

    NotyKT is the complete Kotlin-stack note-taking application built to demonstrate a use of Kotlin programming language in server-side and Modern Android development tools. Dedicated to all Android Developers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • 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.