Showing 22 open source projects for "android apps"

View related business solutions
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 1
    ideviceinstaller

    ideviceinstaller

    Manage apps of iOS devices

    A command-line application to manage apps and app archives on iOS devices. The ideviceinstaller application allows interaction with the app installation service of an iOS device. Install, upgrade, uninstall, archive, restore and enumerate apps. Allows to retrieve a list of installed apps with filter options. Supports app package, carrier bundle and developer .app directory.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    shadowhook

    shadowhook

    Android inline hook library which supports thumb, arm32 and arm64

    shadowhook is an open-source native code hooking library for Android — designed to let developers intercept and override native (C/C++) functions inside Android apps at runtime. It supports both ARM32 and ARM64 architectures (and the respective “thumb” instruction set) and works across a wide range of Android OS versions. The library allows you to specify hook targets either by function address or by library name + function name, and it automatically handles newly loaded shared libraries (ELFs), ensuring hooks remain effective even when code is dynamically loaded at runtime. ...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 3
    libimobiledevice

    libimobiledevice

    A cross-platform protocol library to communicate with iOS devices

    libimobiledevice is a cross-platform software library that talks the protocols to interact with iOS devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. Access filesystem of a device, access documents of file sharing apps, retrieve information about a device and modify various settings, backup and restore the device in a native way compatible with iTunes. Manage app icons arrangement on the device, install, remove,...
    Downloads: 58 This Week
    Last Update:
    See Project
  • 4
    Adblock FastOwnTracks Recorder

    Adblock FastOwnTracks Recorder

    Store and access data published by OwnTracks apps

    ...We developed the Recorder as a one-stop solution to storing location data published by our OwnTracks apps (iOS and Android) and retrieving this data. Our previous offerings (m2s, o2s/Pista) also work of course, but we believe the Recorder is best suited to most environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 5
    Oboe

    Oboe

    Oboe is a C++ library that makes it easy to build high-performance

    oboe is a C++ library for building high-performance audio apps on Android, providing a unified, low-latency API over AAudio and OpenSL ES. It abstracts device and API-version differences so developers can focus on audio processing instead of platform quirks. The library emphasizes minimal latency and glitch-free playback/recording via tuned buffer strategies and callback-driven I/O. It supports features like floating-point audio, channel configuration, sample-rate negotiation, and stream sharing to match device capabilities. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    OmniEdge

    OmniEdge

    Bringing intranet on the internet with Zero-Config Mesh VPNS.

    OmniEdge is an Open source p2p layer 2 , zero-config mesh VPN infrastructure, a traditional VPN, AWS VPC, Ngrok, DDNS alternative. No central server, easy to scale with less maintenance. What happens in intranet, stays in in intranet.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    libusb

    libusb

    A cross-platform library that gives apps easy access to USB devices

    Library to enable user space application programs to communicate with USB devices
    Leader badge
    Downloads: 3,649 This Week
    Last Update:
    See Project
  • 8
    Implements the rules of Scrabble(tm) for Android devices (and historically, for PalmOS, PocketPC and others) (For development purposes there's also a Linux client using ncurses or GTK.) Easy to port to other platforms, supports multiple languages and multi-device play via the internet, SMS, Bluetooth, and NFC. Not vaporware: one of TIME.com's top 5 PalmOS apps
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Alpaca.cpp

    Alpaca.cpp

    Locally run an Instruction-Tuned Chat-Style LLM

    Run a fast ChatGPT-like model locally on your device. This combines the LLaMA foundation model with an open reproduction of Stanford Alpaca a fine-tuning of the base model to obey instructions (akin to the RLHF used to train ChatGPT) and a set of modifications to llama.cpp to add a chat interface. Download the zip file corresponding to your operating system from the latest release. The weights are based on the published fine-tunes from alpaca-lora, converted back into a PyTorch checkpoint...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 10
    DartNative

    DartNative

    Write iOS&macOS&Android Code using Dart

    dart_native is a runtime library that allows Dart to interact with native Objective-C and Java code directly. It enables Flutter and Dart apps to call native platform APIs without writing platform-specific code manually.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    MemoryLeakDetector

    MemoryLeakDetector

    Native memory leak monitoring tool

    ...The detector supports stack unwinding, mapping analysis, and reporting, making it suitable for complex applications where native memory misuse can lead to crashes or performance degradation. It’s been used within major ByteDance apps for native-memory leak governance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Real-ESRGAN ncnn Vulkan

    Real-ESRGAN ncnn Vulkan

    NCNN implementation of Real-ESRGAN

    Real-ESRGAN ncnn Vulkan is an optimized, cross-platform implementation of Real-ESRGAN using the ncnn neural network inference engine and Vulkan for hardware acceleration. Unlike the standard PyTorch-based Real-ESRGAN code, this variant is written in C/C++ and designed to run efficiently on many platforms (including Windows, Linux, and possibly Android) without requiring heavy frameworks like CUDA or Python. It provides command-line tools for upscaling images with selected models, allowing...
    Downloads: 68 This Week
    Last Update:
    See Project
  • 13
    Weylus

    Weylus

    Use your tablet as graphic tablet/touch screen on your computer

    Weylus turns your tablet or smart phone into a graphic tablet/touch screen for your computer! No apps except a modern browser (Firefox 80+, iOS/iPadOS 13+) are required on your tablet. Start Weylus, preferably set an access code in the access code box and press the Start button. This will start a webserver running on your computer. To control your computer with your tablet you need to open the url http://<address of your computer>:<port set in the menu, default is 1701>, if possible...
    Downloads: 182 This Week
    Last Update:
    See Project
  • 14
    MetaHash

    MetaHash

    #MetaHash is a next-generation network based on the Blockchain 4.0

    #MetaHash is a next-generation network based on the Blockchain 4.0 technology for sharing digital assets and a platform for creating and managing decentralized apps and services in real-time. The #MetaHash project implements a solution that simultaneously possesses all the qualities of Blockchain new generation, namely: - Decentralization, which ensures absolute trust of users to the network; - Full synchronization, thanks to which each user has instant access to the most relevant...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PinoyChat - Desktop Version

    PinoyChat - Desktop Version

    PinoyChat: The International Chatroom App for Desktop

    PinoyChat: Windows Version is a Cross-Platform and a Port for PinoyChat from Android to Windows (Also Available on Other devices/platforms) Application for Android for chatting with multi-user rooms, Private Messaging with other Chatters and There is no registration required or any other stuffs to use this App! Just Download and make sure to have an Internet Connection and then You are Up! [LIKE PINOYCHAT ON FACEBOOK] https://www.facebook.com/pinoychatapp [ REQUIREMENTS for Windows] - 2-3 Upload / Download Internet Connection - OpenGL 2 or higher - Windows 7 or Windows 8 - Windows XP (Need OpenGL 2+) [For other Platform] - Android 4+ - Linux Distros - Mac OS X or Mac Yosemite Download Android: https://play.google.com/store/apps/details?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    OpenOrienteering

    OpenOrienteering

    Former project page

    See https://www.openorienteering.org/apps/mapper/
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 17

    hued

    Daemon for managing Philips Hue light bulbs

    ...This application lets you set up schedules to automatically turn lights on or off, based on specific days, times, or relative to sunrise/sunset at your location. Special schedules can be created, e.g. to turn lights on and off while you are travelling. The bulbs ship with iPhone and Android apps for managing them, but the app has only very rudimentary support for automated, day-to-day control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Android Telnet SDK

    Android Telnet SDK

    Android Telnet SDK bases on Putty Telnet library

    ...Please refer to README.TXT in the tar file for instructions on how to use the SDK in your Android applications. I also have created an Android version of Mobile Telnet based on this SDK. You can download the free app at google play https://play.google.com/store/apps/details?id=mobiletelnet.feng.gao.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    IpstreamWebCam

    web camera to ip camera

    make your web cam act like an Ip camera. the software provide a Lan and Wan URL. your Web camera Can be reached inside and outside the network in one click. you can use this android app to test the software: https://play.google.com/store/apps/details?id=pack.sred.vdsurv
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SuperOSR

    SuperOSR

    Customized Android Rom.

    SuperOSR is a customized Android version for select devices. Is a replacement for the firmware or "ROM" installed on your smartphone, tablet, media center or another Android device. Is based on the Android Open Source Project and the open source community over the world.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    lavender-firewall

    lavender-firewall

    Personal firewall for linux desktop and android phone

    This is extremely handy for Android Phones, as now most third-party Apps from mobile market is now close-sourced and it's hard to promise its security, but some of this functions may be tempting, so we have to install it and give it permissions what it want at installation stage, and then it may do something we don't like in the background, now with Lavender we can at least prevent from accessing network if we don't trust it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    msp430fetinfo

    msp430fetinfo

    MSP430 USB-Debug-Interface MSP-FET430UIF Firmware Information

    ...Uses "msp430.dll" from http://processors.wiki.ti.com/index.php/MSP_Debug_Stack (Sourceforge project icon from the Open Icon Library). Also checkout the MSP430fetinfo Android app here: https://play.google.com/store/apps/details?id=com.kjarvel.msp430fetinfo
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →