Showing 66 open source projects for "mobile forensic tools"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 1
    GmsCore

    GmsCore

    Free implementation of Play Services

    microG GmsCore is a FLOSS (Free/Libre Open Source Software) framework to allow applications designed for Google Play Services to run on systems, where Play Services is not available. The linux-based open-source mobile operating system Android is not only the most popular mobile operating system in the world, it’s also on the way to becoming a proprietary operating system. How is that? While the core operating system is still released as part of the Android Open Source Project, the majority...
    Downloads: 476 This Week
    Last Update:
    See Project
  • 2
    Apktool

    Apktool

    A tool for reverse engineering Android apk files

    A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications. It also makes working with an app easier because of the project like file structure and automation of some repetitive tasks like building apk, etc. It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications and much...
    Downloads: 59 This Week
    Last Update:
    See Project
  • 3
    Bazel

    Bazel

    Fast, scalable, multi-language and extensible build system

    Build and test software of any size, quickly and reliably. Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds. Build and test Java, C++, Android, iOS, Go and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux. Bazel helps you scale your organization, codebase and Continuous Integration system. It handles codebases of any size, in multiple...
    Downloads: 61 This Week
    Last Update:
    See Project
  • 4
    libGDX

    libGDX

    Desktop/Android/HTML5/iOS Java game development framework

    libGDX is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux, macOS, Android, your browser and iOS. libGDX provides a well-tried and robust environment for rapid prototyping and fast iterations. libGDX does not force a specific design or coding style on you; it rather gives you the freedom to create a game the way you prefer. Publish your games on Windows, macOS, Linux (including the RPi!), Android, iOS, and HTML5, all with the same code base....
    Downloads: 55 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 5
    blobsaver

    blobsaver

    A cross-platform GUI and CLI app for automatically saving SHSH blobs

    A cross-platform GUI and CLI for automatically saving SHSH blobs. Automatically save blobs in the background. Read both the apnonce and generator on un-jailbroken and jailbroken devices, in addition to other device information such as ECID. Store an unlimited number of devices. Save blobs for beta versions without specifying a URL and in the background. Automate all features with the CLI. Save blobs to TSS Saver and SHSH Host as well with one click.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 6
    Swagger Codegen

    Swagger Codegen

    Template-driven engine to generate documentation

    Swagger-Codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. Simplify API development for users, teams, and enterprises with the Swagger open source and professional toolset. Find out how Swagger can help you design and document your APIs at scale. The power of Swagger tools starts with the OpenAPI Specification, the industry standard for RESTful API design. Individual tools...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Dagger

    Dagger

    Fast dependency injector for Android and Java

    Dagger is a fully static, compile-time dependency injection framework for Java, Kotlin, and Android. It is an adaptation of an earlier version created by Square and now maintained by Google. The latest Dagger release is: Dagger 2.33. Dagger aims to address many of the development and performance issues that have plagued reflection-based solutions. Dagger is a replacement for the FactoryFactory classes that implements the dependency injection design pattern without the burden of writing the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    SyncLite

    SyncLite

    Build Anything Sync Anywhere

    SyncLite is an open-source, low-code, comprehensive relational data consolidation platform enabling developers to rapidly build data-intensive applications for edge, desktop and mobile environments. SyncLite enables real-time, transactional data replication and consolidation from various sources including edge/desktop applications using popular embedded databases (SQLite, DuckDB, Apache Derby, H2, HyperSQL), data streaming applications, IoT message brokers, traditional database systems(ETL...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    capacitor

    capacitor

    Build cross-platform native progressive web apps for iOS and Android

    Capacitor is an open source native runtime for building Web Native apps. Create cross-platform iOS, Android, and Progressive Web Apps with JavaScript, HTML, and CSS. Capacitor’s native plugin APIs make it extremely easy to access and invoke common device functionality across multiple platforms. Build web-based applications that run equally well across iOS, Android, and as Progressive Web Apps. Access the full Native SDKs on each platform, and easily deploy to the App Stores (and the web)....
    Downloads: 0 This Week
    Last Update:
    See Project
  • JobNimbus Construction Software Icon
    JobNimbus Construction Software

    For Roofers, Remodelers, Contractors, Home Service Industry

    Track leads, jobs, and tasks from one easy to use software. You can access your information wherever you are, get everyone on the same page, and grow your business.
  • 10
    Litho

    Litho

    A declarative framework for building efficient UIs on Android

    Litho uses a declarative API to define UI components. You simply describe the layout for your UI based on a set of immutable inputs and the framework takes care of the rest. With code generation, Litho can perform optimisations for your UI under the hood, while keeping your code simple and easy to maintain. Litho can measure and layout your UI ahead of time without blocking the UI thread. By decoupling its layout system from the traditional Android View system, Litho can drop the UI thread...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Epoxy

    Epoxy

    Android library for building complex screens in a RecyclerView

    Epoxy is an Android library for building complex screens in a RecyclerView. Models are automatically generated from custom views or databinding layouts via annotation processing. These models are then used in an EpoxyController to declare what items to show in the RecyclerView. This abstracts the boilerplate of view holders, diffing items and binding payload changes, item types, item ids, span counts, and more, in order to simplify building screens with multiple view types. Additionally,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    uCrop

    uCrop

    Image cropping library for Android

    We develop lots of different Android apps at Yalantis, and our experience shows that almost every application we deal with needs image cropping functionality. Image cropping can be used for various purposes, from ordinary adjustment of user profile images to more complex features that involve aspect ratio cropping and flexible image transformations. Since we want to provide all our customers with the best set of tools for image editing functionality, we decided to create uCrop, an image...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Buck

    Buck

    Build system that encourages the creation of small, reusable modules

    Buck is a build system developed and used by Facebook. It encourages the creation of small, reusable modules consisting of code and resources, and supports a variety of languages on many platforms. Buck builds independent artifacts in parallel to take advantage of multiple cores on your machine. Further, it reduces incremental build times by keeping track of unchanged modules so that the minimal set of modules is rebuilt. Buck only uses the declared inputs, which means everybody gets the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Cambridge Z88

    Cambridge Z88

    Software development for 4Mb portable, using Z80 CPU and AA batteries

    This project is for the portable computer "Cambridge Z88", produced by Sir Clive Sinclair (of ZX Spectrum fame). We continue to support software development (ROM, 3rd party apps on memory cards and desktop applications). We have moved to https://cambridgez88.jira.com/wiki (development, source code and documentation). However, we continue to publish files for download here.
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 15
    Convertigo

    Convertigo

    Low Code Platform for Enterprises

    Convertigo is an open source Low Code Application Platform (LCAP) featuring MXDP (Multi eXperience Development Platform) for full-stack mobile and web application development - Large variety of connectors to enterprise apps - Low Code microservice builder to orchestrate and combine data and processes from multiple enterprise apps. - Offline data and complete data synchronization for disconnected scenarios. - Cross-platform WebApp and Native app mobile application development tools...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    QMUI Android

    QMUI Android

    UI library to improve the efficiency of Android UI development

    Solutions dedicated to improving the efficiency of project UI development. QMUI Android is designed to help quickly build an Android project with basic design restoration effects, and at the same time use the rich controls and compatible processing provided by itself, so that developers can focus on business needs without spending energy on the design of the basic code. Whether it is the creation of a new project or the maintenance of an existing project, development efficiency and project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    J2ObjC

    J2ObjC

    A Java to iOS Objective-C translation tool and runtime

    J2ObjC is an open-source command-line tool from Google that translates Java source code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java source to be part of an iOS application's build, as no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as application logic and data models) in Java, which is then shared by web apps (using GWT), Android apps, and iOS apps. J2ObjC supports most Java language and runtime features required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Stetho

    Stetho

    Debug bridge for Android applications

    Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature natively part of the Chrome desktop browser. Developers can also choose to enable the optional dumpapp tool which offers a powerful command-line interface to application internals. Alternatively you can include Stetho from Maven Central via Gradle or Maven. Only the main stetho dependency is strictly required, however you may also wish to use one...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Zebrunner Community Edition

    Zebrunner Community Edition

    Test Automation Management Tool

    Zebrunner CE (Community Edition) is a Test Automation Management Tool for continuous testing and continuous deployment. It allows you to run various kinds of tests and gain successive levels of confidence in the code quality. Zebrunner CE is integrated by default with Carina open-source TestNG framework and uses Jenkins as a CI Tool. It is built on top of popular docker solutions and includes Postgres database, Zebrunner Reporting, Jenkins Master/Slaves Nodes, Selenium Hub, Mobile Device...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Android Scents for Maven

    Android Scents for animal-sniffer-maven-plugin

    If you want to verify your Maven project (library) can also work in Android, you can use animal-sniffer-maven-plugin to check the API against the desired API level. Android Scents will be pushed to Maven Central in groupid "net.sf.androidscents.signature".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MVPArms

    MVPArms

    A common architecture for Android applications developing based on MVP

    A common Architecture for Android Applications developing based on MVP, integrates many Open Source Projects (like Dagger2, RxJava, Retrofit, etc.), to make your developing process quicker and easier. This framework combines them and uses them all. Dagger2 is managed and provided to developers. Using this framework to develop your project means that you already have an MVP + Dagger2 + Retrofit + RxJava project. MVPArt is a new MVP architecture, suitable for small and medium-sized projects....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Nwicode CMS App Builder

    Nwicode CMS App Builder

    Mobile app Builder without coding

    The NWICODE CMS project, an open source mobile app Builder, was launched in beta testing in 2019. Since 2016, the platform has only been offered as a cloud-based solution for creating mobile applications. Our goal Not a month goes by without the launch of new platforms and mobile app designers on the market. All these platforms with DRAG&DROP and ready-made features. These solutions are very standardized and do not allow you to develop and control your application. We eliminate...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    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: 2 This Week
    Last Update:
    See Project
  • 24
    JPPF

    JPPF

    The open source grid computing solution

    JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 25
    Freeline

    Freeline

    A fast build tool for Android, an alternative to Instant Run

    Freeline is a super fast build tool for Android and an alternative to Instant Run. Caching reusable class files and resource indices, it enables incremental building Android apps, and optionally deploying the updates to your device by hot swap. Developed and used by Ant Fortune (about us) Android Team, Freeline has been significantly saving time in daily work. Inspiring by Buck and Instant Run but faster than ever, Freeline can make an incremental build in just a few seconds. No more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next