Showing 84 open source projects for "android x86"

View related business solutions
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • Omnilert | Visual Passive Security Systems Icon
    Omnilert | Visual Passive Security Systems

    Detect Guns and Automate Response to Help Protect Lives

    Transform your passive security systems into early warning and active prevention systems with Omnilert's visual artificial intelligence. Omnilert Gun Detect not only helps save lives but also reduces the operational, legal, and social impacts of gun violence.
    Learn More
  • 1
    BlissOS-x86

    BlissOS-x86

    An Open Source OS, based on Android for PC's & Tablets

    This is Bliss (see http://blissroms.com), running as a native or emulated* OS for PCs.. These builds are compatible with PCs, MacBooks and Chromebooks equipped with x86/x86_64 compatible CPUs. Supports both BIOS/CSM and UEFI boot. *Emulated support is only for KVM/QEMU instances. VMWare & VirtualBox is not officially supported Most of the instructions, guides, update posts & support is handled through our community threads on XDA. The Bliss OS thread is...
    Leader badge
    Downloads: 16,980 This Week
    Last Update:
    See Project
  • 2
    Downloads: 50 This Week
    Last Update:
    See Project
  • 3
    AndroidTV-x86_64

    AndroidTV-x86_64

    https://androidtv-x86-64.sourceforge.io

    Version: Trial (30 days) (Version released from 2025-11-24) 1. It is an operating system based on the open source Android platform, rebuilt from source projects (BlissOS, LineageOS, LMODroid, PrimeOS) for computers using x86 processors. 2. Android/Google TV x86_64 (also known as ATV/GTV x86_64), this is an entertainment-oriented product, providing simplified operations suitable for all ages. 3. The project is maintained by MRD_Team and individual products are shared here. ...
    Leader badge
    Downloads: 6,813 This Week
    Last Update:
    See Project
  • 4
    SQLite JDBC Driver

    SQLite JDBC Driver

    SQLite JDBC Driver

    SQLite JDBC is a library for accessing and creating SQLite database files in Java. Our SQLiteJDBC library requires no configuration since native libraries for major OSs, including Windows, Mac OS X, Linux etc., are assembled into a single JAR (Java Archive) file. The usage is quite simple; download our sqlite-jdbc library, then append the library (JAR file) to your classpath. SQLite JDBC is a library for accessing SQLite databases through the JDBC API. SQLite supports on-memory database...
    Downloads: 372 This Week
    Last Update:
    See Project
  • Optimize every aspect of hiring with Greenhouse Recruiting Icon
    Optimize every aspect of hiring with Greenhouse Recruiting

    Hire for what's next.

    What’s next for many of us is changing. Your company’s ability to hire great talent is as important as ever – so you’ll be ready for whatever’s ahead. Whether you need to scale your team quickly or improve your hiring process, Greenhouse gives you the right technology, know-how and support to take on what’s next.
    Learn More
  • 5
    xrdp

    xrdp

    An open source RDP server

    ...Session resizing (both on-connect and on-the-fly). RDP/VNC proxy (connect to another RDP/VNC server via xrdp). xrdp primarily targets GNU/Linux operating system. x86 (including x86-64) and ARM processors are most mature architecture to run xrdp on. Most Linux distributions should distribute the latest release of xrdp in their repository.
    Downloads: 53 This Week
    Last Update:
    See Project
  • 6
    whisper.cpp

    whisper.cpp

    Port of OpenAI's Whisper model in C/C++

    whisper.cpp is a lightweight, C/C++ reimplementation of OpenAI’s Whisper automatic speech recognition (ASR) model—designed for efficient, standalone transcription without external dependencies. The entire high-level implementation of the model is contained in whisper.h and whisper.cpp. The rest of the code is part of the ggml machine learning library. The command downloads the base.en model converted to custom ggml format and runs the inference on all .wav samples in the folder samples....
    Downloads: 284 This Week
    Last Update:
    See Project
  • 7
    openFyde

    openFyde

    openFyde supported hardware "x86 PC with Intel HD graphics

    overlay-amd64-openfyde is the official overlay repository for the amd64 (x86_64) build of openFyde, a Chromium OS-based distribution tailored for developers, power users, and alternative devices outside of Google's supported ChromeOS hardware. openFyde offers a fast, secure, and web-centric desktop experience with support for Linux apps, Android containers, and cloud integration. This overlay includes the custom configurations and firmware patches necessary to optimize openFyde for generic...
    Downloads: 71 This Week
    Last Update:
    See Project
  • 8

    Halide

    A language for fast, portable data-parallel computation

    Halide is a programming language for fast, portable data-parallel computation. It was designed to make writing high-performance image and array processing code much easier on modern machines. It works on all major operating systems and with several CPU architectures (X86, ARM, MIPS, Hexagon, PowerPC) and GPU Compute APIs (CUDA, OpenCL, OpenGL, among others). It isn't a standalone programming language however; rather it is embedded in C++ which means that you write C++ code, building an...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Robotgo

    Robotgo

    RobotGo, Go Native cross-platform GUI automation

    Golang Desktop Automation. Control the mouse, keyboard, bitmap and image, read the screen, process, Window Handle and global event listener. RobotGo supports Mac, Windows, and Linux(X11); and robotgo supports arm64 and x86-amd64. Package robotgo Go native cross-platform system automation. Please make sure Golang, GCC is installed correctly before installing RobotGo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Propel Software: Product Value Management Platform for Manufacturers Icon
    Propel Software: Product Value Management Platform for Manufacturers

    For modern product companies that need to connect product and commercial teams successfully

    Propel is a cloud-native Product Value Management platform that unifies PLM, QMS, and PIM in one connected system, giving manufacturers complete visibility and control across the entire product lifecycle. It provides a single source of truth for all product data, streamlines change management, strengthens quality and compliance processes, and accelerates time-to-market by eliminating the silos and manual steps that slow teams down.
    Learn More
  • 10
    Xash3D FWGS Engine

    Xash3D FWGS Engine

    Xash3D FWGS engine

    Xash3D FWGS is an open-source fork and extension of the original GoldSrc-based engine (from the classic era of first-person shooters), aimed at providing compatibility with the original engine (e.g. games built on it) while extending and modernizing its capabilities. The engine supports multiple rendering backends (OpenGL, GLES, software fallback), modern platforms (desktop OSes, mobile, etc.), and updated features such as better multiplayer, voice chat, IPv6 support, improved virtual...
    Downloads: 67 This Week
    Last Update:
    See Project
  • 11
    CPU Features

    CPU Features

    A cross platform C99 library to get cpu features at runtime

    ...It enables applications to determine which instruction sets (such as SSE, AVX, or NEON) are supported on the host machine, allowing developers to optimize performance dynamically. The library supports numerous architectures—including x86, ARM, AArch64, MIPS, POWER, RISCV, LoongArch, and s390x—and works on major operating systems like Linux, macOS, Windows, FreeBSD, Android, and iOS. Implemented in portable C99, it is thread-safe, has no memory allocations, and raises no exceptions, making it suitable even for use in low-level system libraries. The design emphasizes portability, extensibility, and compatibility with sandboxed or restricted environments where direct CPU access may be limited.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    XNNPACK

    XNNPACK

    High-efficiency floating-point neural network inference operators

    XNNPACK is a highly optimized, low-level neural network inference library developed by Google for accelerating deep learning workloads across a variety of hardware architectures, including ARM, x86, WebAssembly, and RISC-V. Rather than serving as a standalone ML framework, XNNPACK provides high-performance computational primitives—such as convolutions, pooling, activation functions, and arithmetic operations—that are integrated into higher-level frameworks like TensorFlow Lite, PyTorch...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Hippy

    Hippy

    Tool to build cross-platform and high-performance awesome apps

    ...For Android, we recommend using the real cellphone for better develop experience, because Hippy is using X5 JS engine which can't support x86 simulator, as well as ARM simulator has a low performance. For iOS, we recommend to use iOS simulator when first try. However, you can change the Xcode configuration to install the app to iPhone if you are an iOS expert.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    LAMDA

    LAMDA

    Android reverse engineering & automation framework

    Android reverse engineering & automation framework. The most powerful Android capture/reverse/HOOK & cloud phone/remote desktop/automation framework in history, your work has never been so easy and fast. LAMDA is an auxiliary framework for reverse engineering and automation. It is designed to reduce the time and trivial problems of security analysts and application testers. It replaces a large number of manual operations with a programmed interface. It is not a single-function framework. To...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Capstone

    Capstone

    Capstone disassembly/disassembler framework

    Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community. Created by Nguyen Anh Quynh, then developed and maintained by a small community, Capstone offers some unparalleled features. Support multiple hardware architectures: ARM, ARM64 (ARMv8), Ethereum VM, M68K, Mips, MOS65XX, PPC, Sparc, SystemZ, TMS320C64X, M680X, XCore and X86 (including X86_64). Having clean/simple/lightweight/intuitive...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    Chess Engines for Android

    Chess Engines for Android

    Portable UCI- and XBoard-compatible chess engines.

    Open source chess engines that support the Universal Chess Interface (UCI) protocol or Chess Engine Communication Protocol (XBoard). They are written in the C, C++, Go and Rust programming language. C and C++ based chess engines were generated with Android NDK, Clang and GCC. Go and Rust based chess engines were generated with their correspondent compilers. This was done on different platforms like Linux, Termux and Windows. Every zip archive contains a readme file with further information (e. g. link to the source code). Chess engines are located in the libs directory and are available for arm64-v8.2a-dotprod, arm64-v8a, armeabi-v7a, x86 and x86_64 based devices. ...
    Leader badge
    Downloads: 802 This Week
    Last Update:
    See Project
  • 17
    TBOX

    TBOX

    A glib-like multi-platform c library

    ...The project focuses on making C development easier and provides many modules (.e.g stream, coroutine, regex, container, algorithm ...), so that any developer can quickly pick it up and enjoy the productivity boost when developing in C language. It supports the following platforms: Windows, Macosx, Linux, Android, iOS, BSD and etc. Supports file, data, http and socket source. Supports the stream filter for gzip, charset. etc. Implements stream transfer. Implements the static buffer stream for parsing data. Supports coroutine and implements asynchronous operation. The coroutine library. Provides high-performance coroutine switch. Supports arm, arm64, x86, x86_64. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Unicorn Engine

    Unicorn Engine

    Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc

    Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework. Highlight features. Multi-architectures: ARM, ARM64 (ARMv8), m68k, MIPS, PowerPC, RISC-V, S390x (SystemZ), SPARC, TriCore & x86 (include x86_64). Clean/simple/lightweight/intuitive architecture-neutral API. Implemented in pure C language, with bindings for Pharo, Crystal, Clojure, Visual Basic, Perl, Rust, Haskell, Ruby, Python, Java, Go, D, Lua, JavaScript, .NET, Delphi/Pascal & MSVC available. Native support for Windows & *nix (with macOS, Linux, Android, *BSD & Solaris confirmed). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    LiteGapps

    LiteGapps

    https://ps2bios.dev/

    LiteGapps is a custom Google Apps on the Android operating system, an open source project that focuses on small, efficient, and comprehensive. https://ps2bios.dev
    Leader badge
    Downloads: 3,172 This Week
    Last Update:
    See Project
  • 20
    Chess Tools for Android

    Chess Tools for Android

    Scripts and tools for building and testing chess engines.

    Open source scripts and tools for Android. Every zip archive contains a readme file with further information (e. g. link to the source code). Chess tools are located in the libs directory and are available for arm64-v8a, armeabi-v7a, x86 and x86_64 based devices. CECSA (Chess Engine Compiler Script for Android) and CETSA (Chess Engine Tournament Script for Android) are scripts for Termux.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 21
    Chess Engines for Android (APKs)

    Chess Engines for Android (APKs)

    Prebuilt UCI- and XBoard-compatible chess engines.

    ...The network file must be copied to an appropriate directory (this is usually the app-specific external storage) and specified in the UCI options. Requires a chess app that supports the OEX format (e.g. Chess for Android or DroidFish).
    Leader badge
    Downloads: 672 This Week
    Last Update:
    See Project
  • 22
    stress-ng

    stress-ng

    This is the stress-ng upstream project git repository.

    This is the stress-ng upstream project git repository. stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces. stress-ng was originally intended to make a machine work hard and trip hardware issues such as thermal overruns as well as operating system bugs that only occur when a system is being thrashed hard. Use stress-ng with caution as some of...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 23
    MegEngine

    MegEngine

    Easy-to-use deep learning framework with 3 key features

    MegEngine is a fast, scalable and easy-to-use deep learning framework with 3 key features. You can represent quantization/dynamic shape/image pre-processing and even derivation in one model. After training, just put everything into your model and inference it on any platform at ease. Speed and precision problems won't bother you anymore due to the same core inside. In training, GPU memory usage could go down to one-third at the cost of only one additional line, which enables the DTR...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Bliss Co-Labs
    Contract / Collaborative Development & Consulting firm that specializes in Android-x86, Waydroid & Linux development. The downloads found here represent the open-source development we do as a corporation.
    Downloads: 55 This Week
    Last Update:
    See Project
  • 25
    libjpeg-turbo

    libjpeg-turbo

    SIMD-accelerated libjpeg-compatible JPEG codec library

    libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal. On other types of systems, libjpeg-turbo can still outperform libjpeg by a significant amount, by virtue of its highly-optimized Huffman coding routines. In many cases, the performance of libjpeg-turbo rivals...
    Leader badge
    Downloads: 39,385 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next