[go: up one dir, main page]

Mobile Software for Mac

View 15168 business solutions

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

  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 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
  • 1
    scrcpy

    scrcpy

    Display and control your Android device

    scrcpy is an application for displaying and controlling your Android device through USB connection (or over TCP/IP). It is cross-platform (GNU/Linux, macOS and Windows) and does not require any root access. scrcpy displays only the device screen but offers great performance (30~60fps) and quality (1920×1080 or above). It’s got low latency (35~70ms) and a very low startup time (less than a second). It offers plenty of great features and is non-intrusive, with nothing left installed inside the device. scrcpy works with Android devices with at least API 21 (Android 5.0) and adb debugging must be enabled on the device.
    Downloads: 27,019 This Week
    Last Update:
    See Project
  • 2

    NikGapps

    A Custom Google Apps Package that Suits Everyone Needs!

    NikGapps project started with the goal to provide custom gapps packages that suits everyone's needs. A package that a user needs but cannot find and ends up setting up the device installing more apps and removing unwanted apps manually.
    Leader badge">
    Downloads: 26,401 This Week
    Last Update:
    See Project
  • 3
    Magisk

    Magisk

    Suite of open source tools for customizing Android

    Magisk is a suite of tools intended for Android customization, and supports devices higher than Android 4.2. Some elements of Android customization are root, boot scripts, SELinux patches, AVB2.0 / dm-verity / forceencrypt removals, etc. Some of the most important features of Magisk are that it provides root access to your device and it modifies read-only partitions when installing modules. Also, you can hide Magisk from root detections / system integrity checks. Magisk comes with a huge collections of tools for installation, daemons, and utilities for developers. Magisk contains MagiskSU, Magisk Modules and MagiskHide features.
    Downloads: 335 This Week
    Last Update:
    See Project
  • 4
    QtScrcpy

    QtScrcpy

    Android real-time display control software

    QtScrcpy connects to Android devices via USB (or via TCP/IP) for display and control. It does NOT require the root privileges. It supports three major platforms: GNU/Linux, Windows and MacOS. You can write your own script to map keyboard and mouse actions to touches and clicks of the mobile phone according to your needs. A script for "PUBG mobile" and TikTok mapping is provided by default. Once enabled, you can play the game with your keyboard and mouse as the PC version. or you can use up/down/left/right direction keys to simulate up/down/left/right sliding. You can also write your own mapping files for other games according to writing rules. If you are interested in it and want to learn how it works but do not know how to get started, you can choose to purchase my recorded video lessons. It details the development architecture and the development process of the entire software, and help you develop QtScrcpy from scratch.
    Downloads: 188 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Mobile Atlas Creator
    This application creates off-line atlases of raster maps for various cell phone apps on Android, iPhone and WindowsCE as well as GPS devices (Garmin, Magellan and others)
    Leader badge">
    Downloads: 654 This Week
    Last Update:
    See Project
  • 6
    AltStore

    AltStore

    AltStore is an alternative app store for non-jailbroken iOS devices

    AltStore is an alternative app distribution system for iOS that works without a jailbreak by using your own Apple ID to sideload and periodically re-sign apps. It pairs with a companion desktop app, AltServer, running on macOS or Windows, which handles signing and pushing apps to your device over Wi-Fi or USB. Once installed, AltStore can refresh app signatures automatically, keeping them usable beyond the standard seven-day limit that applies to free developer profiles. Users can install featured apps as well as add third-party “sources,” enabling a wider ecosystem of utilities, emulators, and experimental tools that aren’t available through the official App Store. The design emphasizes safety and transparency: apps are signed with your credentials, you can see what’s installed and when it will expire, and you control which sources you trust.
    Downloads: 120 This Week
    Last Update:
    See Project
  • 7
    JHenTai

    JHenTai

    A cross-platform manga app made for e-hentai & exhentai by Flutter

    JHenTai is a Flutter-based cross-platform client for browsing and reading hentai manga from the E-Hentai and ExHentai galleries. It supports advanced features like search filters, image caching, favorites, downloads, and multi-threaded image preloading to optimize the reading experience. Users can view galleries in a reader mode with customizable layouts, zoom, and navigation options. The app includes account integration for logged-in features, synchronization of favorites, and support for multiple reading modes. Offline mode allows reading previously downloaded galleries without connectivity. Designed for performance and privacy, it provides full control over data caching and user sessions while offering a polished mobile and desktop reading experience.
    Downloads: 89 This Week
    Last Update:
    See Project
  • 8

    dex2jar

    Tools to work with android .dex and java .class files

    Mirrors: * https://bitbucket.org/pxb1988/dex2jar * https://github.com/pxb1988/dex2jar dex2jar contains following compment * dex-reader is designed to read the Dalvik Executable (.dex/.odex) format. It has a light weight API similar with ASM. * dex-translator is designed to do the convert job. It reads the dex instruction to dex-ir format, after some optimize, convert to ASM format. * dex-ir used by dex-translator, is designed to represent the dex instruction dex-tools tools to work with .class files. * d2j-smali disassemble dex to smali files and assemble dex from smali files. different implementation to smali/baksmali, same syntax, but we support escape in type desc "Lcom/dex2jar\t\u1234;" * dex-writer write dex same way as dex-reader.
    Leader badge">
    Downloads: 484 This Week
    Last Update:
    See Project
  • 9
    Mullvad VPN desktop and mobile app

    Mullvad VPN desktop and mobile app

    The Mullvad VPN client app for desktop and mobile

    In a society that is increasingly determined to weaken that right, a fast, reliable and easy-to-use VPN connection is a good first step towards achieving this. By connecting to the Internet with Mullvad, we ensure that traffic to and from your device is encrypted to the highest standards, even when using public Wi-Fi in a coffee shop or hotel. We do not keep activity logs or ask for personal information, and we even encourage anonymous payments using cash or any of the accepted cryptocurrencies. Your IP address will be replaced with one of ours, ensuring that device activity and location are not linked to your user. Using Mullvad is quick and easy - just download and install the app. Don't spend time on complicated setup and multi-step registration processes. We designed Mullvad to be easy to use. Privacy is essential in a well-functioning society, as it allows norms, ethics and laws to be safely debated and challenged. Without privacy, a free and open society cannot flourish or exist.
    Downloads: 62 This Week
    Last Update:
    See Project
  • Dominate AI Search Results Icon
    Dominate AI Search Results

    Generative Al is shaping brand discovery. AthenaHQ ensures your brand leads the conversation.

    AthenaHQ is a cutting-edge platform for Generative Engine Optimization (GEO), designed to help brands optimize their visibility and performance across AI-driven search platforms like ChatGPT, Google AI, and more.
    Learn More
  • 10
    FlameGApps

    FlameGApps

    A Google Apps installer package for devices running on arm64 platform

    Leader badge">
    Downloads: 511 This Week
    Last Update:
    See Project
  • 11
    MiRoom

    MiRoom

    Localized MIUI ROMs

    MIUI modifications with multi language based on clean chineese ROMs by MiRoom Portal Project. Dev blog: https://t.me/XiaomiSir
    Leader badge">
    Downloads: 157 This Week
    Last Update:
    See Project
  • 12
    ReVanced Patches

    ReVanced Patches

    Patches for ReVanced

    Patches are small modifications to Android apps that allow you to change the behavior of or add new features, block ads, customize the appearance, and much more.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 13
    ncnn

    ncnn

    High-performance neural network inference framework for mobile

    ncnn is a high-performance neural network inference computing framework designed specifically for mobile platforms. It brings artificial intelligence right at your fingertips with no third-party dependencies, and speeds faster than all other known open source frameworks for mobile phone cpu. ncnn allows developers to easily deploy deep learning algorithm models to the mobile platform and create intelligent APPs. It is cross-platform and supports most commonly used CNN networks, including Classical CNN (VGG AlexNet GoogleNet Inception), Face Detection (MTCNN RetinaFace), Segmentation (FCN PSPNet UNet YOLACT), and more. ncnn is currently being used in a number of Tencent applications, namely: QQ, Qzone, WeChat, and Pitu.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 14
    chromeos-apk

    chromeos-apk

    Run Android Apps in Chrome OS OR Chrome in OS X, Linux and Windows

    Make sure Android applications are compatible with your Chromebook, first try to install an official application. Download an official app, such as Evernote, from the Chrome Web Store. Then download an open source game, like 2048.APK Game by Uberspot and load it as an unpacked extension. Go to chrome://apps and launch it there, ignore warnings. Install a sample Android app from the Chrome Store to get the runtime. Test out that app, make sure it runs on your hardware. Ubuntu might need sudo apt-get install lib32stdc++6. Install Node.js and install the tool (might need a sudo prefix). With Chrome 38+ you can now side load as many applications as you want. If you have older apps that were created using chromeos-apk tool then re-convert them or remove the "key" option from manifest.json.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 15
    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: 26 This Week
    Last Update:
    See Project
  • 16
    Escrcpy

    Escrcpy

    Graphical Scrcpy to display and control Android, devices

    Display and control your Android device with a graphical interface of Scrcpy powered by Electron.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 17
    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: 19 This Week
    Last Update:
    See Project
  • 18
    ReVanced Manager

    ReVanced Manager

    Redefine your apps with custom patches and premium features

    ReVanced Manager is a powerful tool designed to help users patch and customize their favorite apps, including YouTube, to unlock premium features and enhance functionality. As the successor to Vanced Manager, it allows users to apply custom patches, such as ad-blocking, background playback, and theme customization, directly to supported apps. ReVanced Manager offers a streamlined, user-friendly interface to guide users through the patching process, ensuring compatibility and a hassle-free experience. With its open-source nature and active development community, ReVanced Manager provides a flexible, secure, and privacy-focused solution for customizing Android apps to suit individual preferences.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 19
    Kazumi

    Kazumi

    Flutter-based, rule-driven anime collection

    Kazumi is a cross-platform “anime (番剧)” fetching and streaming application built with Flutter. It allows users to define custom scraping rules using XPath-style selectors (up to five lines) to collect anime metadata and streaming sources. The app supports streaming with real-time super resolution (via Anime4K), danmaku (on-screen comments), multiple video sources, offline caching, and even collaborative watching modes. It targets many platforms (Android, iOS, Windows, macOS, Linux) and supports custom rule importing and sharing. The interface includes features like search, schedule, history, subtitles, and rule editing. It is actively developed (as of the repository) and licensed under GPL-3.0.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 20
    PicaComic

    PicaComic

    A comic app built with Flutter, supporting multiple comic sources

    PicaComic is a mobile/desktop comic (manga/comic) viewer and aggregator app built with Flutter that supports multiple comic sources. It started as an unofficial client for "PicACG" but later expanded to support additional sources like E-Hentai, JmComic, Hitomi, and nhentai. The app allows users to browse comics online, read them, download content for offline reading, and manage local and network-based favorites. It also includes support for syncing data (e.g., favorites/history) via WebDAV. Over time, the app added the ability for users to define custom comic sources (APIs) after version 3.0.0, giving flexibility to add non-official or regional comic services. The project is open source under the MIT license, allowing reuse and adaptation of its code for personal or educational purposes.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 21
    ProjectBlaze
    Project Blaze is a custom ROM based on AOSP that comes with GAPPS and VANILLA variant. We currently support 15+ OFFICIAL Devices
    Leader badge">
    Downloads: 151 This Week
    Last Update:
    See Project
  • 22
    Leader badge">
    Downloads: 313 This Week
    Last Update:
    See Project
  • 23
    BlueCove is a JSR-82 implementation on Java Standard Edition (J2SE) on BlueZ Linux, Mac OS X, WIDCOMM, BlueSoleil and Microsoft Bluetooth stack on WinXPsp2 and newer. Originally developed by Intel Research and currently maintained by volunteers.
    Leader badge">
    Downloads: 44 This Week
    Last Update:
    See Project
  • 24
    Game Editor
    Game Editor is the game design software that gives you the power to create the games of your dreams, and gives you the chance to get the source code of the game creator and develop 2D games for personal computers as well as mobile devices like iPhone
    Downloads: 41 This Week
    Last Update:
    See Project
  • 25
    Lottie

    Lottie

    Render After Effects animations natively on Mobile, Web & React Native

    Lottie is a wonderful library for Android, iOS, Web, and Windows that works by parsing Adobe After Effects animations that have been exported as json with Bodymovin, and then rendering these natively on mobile and on the web! Now you can have beautiful animations without engineers having to recreate everything by hand. Building animations by hand is time consuming, and other animation alternatives like Gifs and Png sequences don’t offer the same flexibility and varied features that Lottie offers. With Lottie, you can achieve exquisite animations exactly how you want, with no additional engineering effort whatsoever. Take a look at the many beautiful animation possibilities available to you on http://airbnb.io/lottie/
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next