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

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 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
  • 1
    libsdl-android

    libsdl-android

    SDL library for Android, including several games.

    Port of SDL library to Android mobile platform. There are also several games inside the repository, along with their sources and build files. Both SDL 1.2 and 1.3/2.0 versions are supported (1.3/2.0 support is experimental) Sources are at https://github.com/pelya/commandergenius
    Leader badge
    Downloads: 4,625 This Week
    Last Update:
    See Project
  • 2
    MediaPipe

    MediaPipe

    Cross-platform, customizable ML solutions for live and streaming media

    MediaPipe offers open-source cross-platform, customizable ML solutions for live and streaming media. Provides segmentation masks for prominent humans in the scene. MediaPipe Face Mesh is a face geometry solution that estimates 468 3D face landmarks in real-time even on mobile devices. It employs machine learning (ML) to infer the 3D surface geometry, requiring only a single camera input without the need for a dedicated depth sensor. Utilizing lightweight model architectures together with GPU acceleration throughout the pipeline, the solution delivers real-time performance-critical for live experiences. Human pose estimation from video plays a critical role in various applications such as quantifying physical exercises, sign language recognition, and full-body gesture control. For example, it can form the basis for yoga, dance, and fitness applications. It can also enable the overlay of digital content and information on top of the physical world in augmented reality.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 3
    React Native for Windows

    React Native for Windows

    A framework for building native Windows apps with React

    Bring your React Native apps to some of the most powerful devices out there. Take your apps across PC, Xbox, Surface Tablets, and dual-screens with our robust Windows extension to React Native. Extend your desktop experience to more than just Windows! Try out our fully supported macOS extension to React Native. React Native for Windows + macOS brings React Native support for the Windows 10 SDK as well as the macOS 10.13 SDK. With this, you can use JavaScript to build native Windows apps for all devices supported by Windows 10 including PCs, tablets, 2-in-1s, Xbox, Mixed reality devices, etc., as well as the macOS desktop and laptop ecosystems. Some build-time tools will send telemetry to Microsoft by default. No telemetry is collected or transmitted in the final app. You can prevent the telemetry from being sent by using the --no-telemetry command line option. See the --help command or README file for more details.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 4
    PhoneGap Desktop

    PhoneGap Desktop

    The simplest way to start using PhoneGap

    PhoneGap Desktop is the easiest way to get started using PhoneGap, the open source framework that gets you building amazing mobile apps using web technology. It provides a drag and drop interface for creating PhoneGap applications. Use it to create apps and serve those apps to connected mobile devices- no need to memorize commands or install dependencies as these are all included when you download PhoneGap Desktop. PhoneGap Desktop is an alternative to PhoneGap CLI for those who prefer a visual user interface over a command line interface approach.
    Downloads: 22 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    React Native

    React Native

    Build mobile apps with React

    React Native allows you to create native apps for Android and iOS using React, a best-in-class JavaScript library for building user interfaces. It brings together the best of both native development and React, enabling you to use native UI controls and have full access to the native platform. You can use React Native right away with your existing Android and iOS projects, or you can create a whole new app from the ground up. You can have many platforms for components and share a single codebase with React. React Native is developed and supported by numerous companies and core contributors, and is being used by thousands of popular apps.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 6
    Expo

    Expo

    An open-source platform for making universal native apps with React

    Expo is an open source framework and platform for creating universal React applications that run on Android, iOS, and the web. It includes a set of tools, services, universal runtime and libraries that let you develop, deploy and iterate on Android, iOS, and the web with the same JavaScript/TypeScript codebase. Expo is where client software is developed, and contains the client apps, modules, templates and more; while the Expo development tools are contained in the Expo CLI repository. Try Expo in the browser here: https://snack.expo.io/
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    Ionic

    Ionic

    Build amazing Native and Progressive Web Apps with web technologies

    Ionic is an open source mobile app development framework based on Web components that makes it easy to build fast, top quality native and progressive web apps. It uses web technologies that significantly improve design, performance and usability.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    RIBs

    RIBs

    Uber's cross-platform mobile architecture framework

    RIBs is the cross-platform architecture framework behind many mobile apps at Uber. The name RIBs is short for Router, Interactor and Builder, which are core components of this architecture. This framework is designed for mobile apps with a large number of engineers and nested states. Shared architecture across iOS and Android. Build cross-platform apps that have similar architecture, enabling iOS and Android teams to cross-review business logic code. Testability and Isolation. Classes must be easy to unit test and reason about in isolation. Individual RIB classes have distinct responsibilities like routing, business, view logic, creation. Plus, most RIB logic is decoupled from child RIB logic. This makes RIB classes easy to test and reason about independently. Tooling for developer productivity. RIBs come with IDE tooling around code generation, memory leak detection, static analysis and runtime integrations.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Feathers

    Feathers

    Framework for real-time applications and REST APIs with JavaScript

    Feathers is a lightweight web-framework for creating real-time applications and REST APIs using JavaScript or TypeScript. Feathers can interact with any backend technology, supports over a dozen databases and works with any frontend technology like React, VueJS, Angular, React Native, Android or iOS. Build prototypes in minutes and production-ready apps in days. Using the latest language features, Feathers is a small library that provides the structure to create complex applications but is flexible enough to not be in the way. Feathers is a “batteries included but easily swappable framework” with a large ecosystem of plugins. Include exactly what you need. No more, no less. Feathers has adapters for 12+ databases out of the box. You can have multiple databases in a single app and swap them out painlessly due to a consistent query interface. Feathers can be used the same way on the server with Node.js and in the browser with frameworks like React, Angular, VueJS or on mobile with React.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    Framework7

    Framework7

    Full featured HTML framework for building iOS & Android apps

    Framework7 - is a free and open source framework to develop mobile, desktop or web apps with a native look and feel. It is also an indispensable prototyping tool to show working app prototypes as soon as possible in case you need to. With such a stunning set of UI components that Framework7 provides right from the box, it allows to create of web apps, progressive web apps (PWA) and iOS and Android apps with a native look and feel. You can use any tools you love when working with Framework7. It doesn’t force you to use anything except plain HTML, CSS and JavaScript. Creating apps with Framework7 is easy as creating a website. Framework7 paired with extra tools like Electron and NW.js allows building native desktop apps. And in addition to vanilla JavaScript library, Framework7 comes with Vue.js, React and Svelte components to bring components-syntax, structured data and data bindings with power and simplicity of Vue.js, React or Svelte.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    VUX

    VUX

    Mobile UI Components based on Vue & WeUI

    An improvised Vue.js mobile UI component library. Yes, VUX still has many problems, which are far from perfect, but they are being solved all the time. If you are using it and feel that there are some problems, you may wish to open an issue and give feedback. We are happy to solve the detailed description of the problem. Yes, there is no team maintenance. Most domestic developers have chosen a component library maintained by a well-known front-end team. Of course, you can also try to choose VUX. After all, it has been maintained for two years and star 12k. To a certain extent, it also shows that it is not worse than the open source of large company teams, right? Even if you do not directly use the VUXcomponent code, you can still refer VUX code to implement your own component libraries. If it helps you to a certain extent, then it makes sense to maintain this project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    django-push-notifications

    django-push-notifications

    Send push notifications to mobile devices through GCM or APNS

    A minimal Django app that implements Device models that can send messages through APNS, FCM/GCM, WNS and WebPush. The app also implements an admin panel, through which you can test single and bulk notifications. Select one or more FCM/GCM, APNS, WNS or WebPush devices and in the action dropdown, select "Send test message" or "Send test message in bulk", accordingly. Note that sending a non-bulk test message to more than one device will just iterate over the devices and send multiple single messages. UPDATE_ON_DUPLICATE_REG_ID: Transform create of an existing Device (based on registration id) into an update. Sending messages in bulk makes use of the bulk mechanics offered by GCM and APNS. It is almost always preferable to send bulk notifications instead of single ones.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    D.P.F Delphi Android Native Components

    D.P.F Delphi Android Native Components

    Delphi Android Native Components

    Welcome to the world of Android programming! Develop Native Android applications with Delphi XE5/XE6/XE7 Some components: + Added TDPFJAlertDialog + TDPFJAnalogClock + TDPFJButton + TDPFJCheckBox + TDPFJChronometer + TDPFJDatePicker + TDPFJDatePickerDialog + TDPFJEditText + TDPFJImageView + TDPFJListView (not completed) + TDPFJProgressBar + TDPFJProgressDialog + TDPFJTextView + TDPFJTimePickerDialog + TDPFJToast + TDPFJView + TDPFJRadioButton + TDPFJNumberPicker + TDPFJSeekBar + TDPFJTabHost Component (Tabbed view) + TDPFJSpinner Component (Dropdown list) + TDPFJTextSwitcher Component (Fade/Slide Texts) + TDPFJTextClock + TDPFJWebView Follow me: https://www.facebook.com/babak.yaghoobii https://www.linkedin.com/in/babakyaghoobi https://plus.google.com/+BabakYaghoobii http://babakyaghoobi.blogspot.com https://stackoverflow.com/users/4557781/babak-yaghoobi https://www.colatform.com/en/ Enjoy And
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    D.P.F Delphi iOS Native Components

    D.P.F Delphi iOS Native Components

    Delphi iOS Native Components

    Develop Native iOS applications with Delphi XE8~XE10 Develop iPhone & iPad & iPod Touch apps with fast native performance and native styles. Some Wrapped Frameworks: * AddressBookUI.framework * AddressBook.framework * iAd.framework * EventKit.framework * GameKit.framework * MapKit.framework * MessageUI.framework * MobileCoreServices.framework * QuickLook.framework * SystemConfiguration.framework * Social.framework * StoreKit.framework * WebKit.framework Follow me: https://twitter.com/BabakYaghoobii https://www.facebook.com/babak.yaghoobii https://www.linkedin.com/in/babakyaghoobi https://plus.google.com/+BabakYaghoobii http://babakyaghoobi.blogspot.com https://stackoverflow.com/users/4557781/babak-yaghoobi https://www.colatform.com/en/ Use our more than 90 demos for quick development. Enjoy iOS Apps Developing Babak Yaghoobi
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    DotNetOpenServer SDK

    DotNetOpenServer SDK

    Lightweight fully extendable client/server application framework

    DotNetOpenServer SDK is an open source lightweight fully extendable TCP socket client/server application framework enabling developers to create highly efficient, fast, secure and robust cloud based smart mobile device and desktop applications. Why? Unlike most application server frameworks, which are implemented over slow inefficient stateless protocols such as HTTP, REST and SOAP that use bulky ASCII data formats such as JSON and XML, DotNetOpenServer has been built from the ground up with highly efficient stateful binary protocols.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Thank You for Visiting the AOL Open Mobile Platform Site. OMP 1.0 is now available for download! Open Mobile Platform is an open source mobile application development platform that supports Windows Mobile, Java, BREW, Symbian and Linux platforms. You can
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ARouter

    ARouter

    Framework for assisting in the renovation of Android componentization

    Supports direct parsing of standard URLs for jumps and automatic injection of parameters into target pages. Support for multi-module. Support for interceptor. Support for dependency injection. InstantRun support. MultiDex support. Mappings are grouped by group, multi-level management, on-demand initialization. Supports users to specify global demotion and local demotion strategies. Activity, interceptor and service can be automatically registered to the framework. Support multiple ways to configure transition animation. Support for fragment. Full kotlin support (Look at Other#2). Generate route doc support. Provide IDE plugin for quick navigation to target class. Support Incremental annotation processing. Support register route meta dynamic. Forward from external URLs to internal pages, and parsing parameters. Jump and decoupling between multi-module. Intercept jump process, handle login, statistics and other logic. Cross-module communication, decouple components by IoC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Aladdin is a dynamically extensible context acquisition and modeling framework designed for resource constrained mobile devices. Aladdin was created by Darren Carlson (http://dcarlson.info) and is currently being extended to support OSGi and Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Amaze UI

    Amaze UI

    Amaze UI, a mobile-first and modular front-end framework

    China's first open source HTML5 multi-screen front-end framework. We look forward to your participation and work together to create a simple and easy-to-use front-end framework! Based on the concept of Mobile first, Amaze UI gradually expands from small screens to large screens, and finally realizes all screen adaptations, adapting to the trend of mobile internet. Amaze UI contains nearly 20 CSS components, 10 JS components, and 17 web components containing nearly 60 themes. It can quickly build multi-screen pages with excellent interfaces and excellent experience, and greatly improve development efficiency. Compared with foreign frameworks, Amaze UI pays attention to Chinese typesetting and adjusts fonts according to user agents to achieve better Chinese typesetting effects; it takes into account the compatibility of domestic mainstream browsers and the built-in browsers of the App.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Android Swipe Layout

    Android Swipe Layout

    The most powerful swipe layout

    Android Swipe Layout can be easily integrated in anywhere, ListView, GridView, ViewGroup etc. It can receive onOpen,onClose,onUpdate callbacks. Can also notifiy the hidden children how much they have shown. Android Swipe Layout allows you to integrate swiping with your UI component and they can be nested into each other. Android Swipe Layout is designed in such a way that it can handle complicate situations. SwipeAdapter is a serials of helper class to save your time. It can help you to save and restore SwipeLayout status. Make sure to use the internal adapter instead of your own!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Apache Weex

    Apache Weex

    A framework for building Mobile cross-platform UI

    Weex is a framework for building performant mobile apps with modern web technology. Weex is using native components and native modules to take advantage of native rendering performance and platform capabilities. Both components and modules are pluggable and extendable. You can use a single codebase to generate different bundle files to running on both Webs, Android and iOS platforms. Native components and modules have a different implementation on each platform, but they all exposed the same API. Weex embraces the existing Web ecosystem, you can use modern front-end technology to develop your mobile apps. Weex supports most commonly used CSS properties and most popular front-end frameworks, such as Vue and Rax, maybe more in the future. Weex has been large-scale used in many super apps for a long time, served almost billions of people in total. Weex also derived many engineering products and platforms for industry development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BRVAH

    BRVAH

    Powerful and flexible RecyclerView Adapter

    BRVAH or Base RecyclerView Adapter Helper is a helpful tool for using RecyclerView more easily and efficiently. If you're an Android developer, you're probably familiar with RecyclerView as it is one of the most frequently-used controls in Android. While it may be quite useful however, a lot of developers can find it vexing to use. This is where BRVAH comes in. With BRVAH, it becomes easier than ever to use RecyclerView. Its efficient use meets the common needs of Android developers in projects. BRVAH optimizes adapter code, allows for adapter animation, adds On Item Click Lister, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    BitArray is a framework that provides a scalable class that uses sparse allocation for addressing disjoint bits sets. This is an ideal framework for handling large amounts of preferences or as a front end to large data sets that need sparse indexes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CHAMELEON is a declarative framework for tailoring adaptable Java applications for resource-constrained devices and can be used for tackling a form of adaptation to the execution context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Codename One

    Codename One

    Cross-platform app development framework for Java & Kotlin developers.

    Build native mobile applications using Java or Kotlin with our open source tools. Codename One seamlessly integrates with IntelliJ/IDEA, Eclipse & NetBeans to make native write once run anywhere a reality on iOS (iPhone/iPad), Android, Windows (UWP), Desktops and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 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.