65 projects for "linux on windows" with 2 filters applied:

  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    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. ...
    Downloads: 224 This Week
    Last Update:
    See Project
  • 2
    Stremio

    Stremio

    Stremio - Freedom to Stream

    Stremio is the browser application that delivers Stremio’s “Freedom to Stream” experience entirely on the web. It consumes stremio-core (compiled to WebAssembly) and renders the product surfaces you recognize: Board for personalized updates, Discover for browsing catalogs, and Meta Details for titles, seasons, and streams. The app is built with JavaScript/TypeScript and a conventional web toolchain, offering simple commands for local development, testing, and production builds. It manages...
    Downloads: 36 This Week
    Last Update:
    See Project
  • 3
    Gyroflow

    Gyroflow

    Video stabilization using gyroscope data

    Gyroflow is an advanced open-source video stabilization application that uses gyroscope and motion sensor data to produce highly accurate and cinematic stabilization results. Instead of relying solely on visual estimation like traditional software stabilizers, it processes real motion data recorded by cameras or external sensors to achieve more precise compensation. This approach allows it to correct complex camera movement, rolling shutter distortion, and lens artifacts while preserving...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 4
    GSYVideoPlayer

    GSYVideoPlayer

    Android video player library

    GSYVideoPlayer is a flexible, feature-rich video playback library for Android that wraps popular media engines to offer a unified, customizable API. It supports full-screen playback, small-window (picture-in-picture–style) modes, and seamless orientation changes with proper lifecycle handling. The library provides gesture controls for brightness, volume, and seeking, along with thumbnail covers, playback speed adjustment, and caching options for smoother viewing on unreliable networks....
    Downloads: 14 This Week
    Last Update:
    See Project
  • 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
  • 5
    Dart Simple Live

    Dart Simple Live

    Cross-platform client for streaming and viewing live broadcasts

    Dart Simple Live (a.k.a. Simple Live) is a cross-platform client for streaming and viewing live broadcasts. Built on a core Dart library, it supports multiple streaming platforms such as Huya, Douyu, Bilibili, and Douyin, along with live chat (danmaku). It includes apps for mobile, desktop, and TV platforms, offering a unified streaming experience with no ads.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    ytDownloader

    ytDownloader

    Desktop App for downloading Videos and Audios from hundreds of sites

    ytDownloader is a modern desktop application designed to download videos and extract audio from hundreds of online platforms through a clean graphical user interface. Built as a cross-platform tool for Windows, macOS, and Linux, it leverages tools like yt-dlp and FFmpeg under the hood while abstracting their complexity into an intuitive user experience. The application supports downloading from major platforms such as YouTube, Facebook, TikTok, Instagram, Twitch, and Twitter, offering users the ability to retrieve content in multiple formats and resolutions including MP4, MP3, and WebM. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    go2rtc

    go2rtc

    Ultimate camera streaming application

    go2rtc is a lightweight, zero-dependency streaming server designed to unify and convert video streams across a wide range of protocols and devices, particularly in smart home and surveillance environments. Written in Go, it provides real-time streaming capabilities with extremely low latency by supporting protocols such as RTSP, WebRTC, RTMP, HTTP, and HomeKit, while also enabling seamless transcoding using FFmpeg when needed. The application can ingest streams from IP cameras, USB devices,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    DouK-Downloader

    DouK-Downloader

    TikTok releases/likes/compilations/live streams/videos/atlases/music

    DouK-Downloader is a fully open-source data acquisition and media downloading tool designed to extract, collect, and download content from TikTok and its Chinese counterpart Douyin at scale. Built using Python and modern asynchronous networking libraries such as HTTPX, it enables batch downloading of videos, images, live streams, and metadata from accounts, playlists, and individual links. The software goes beyond simple downloading by offering comprehensive data collection features,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    avbuild

    avbuild

    ffmpeg build tool for all platforms

    ...The project is aimed at developers who need customized FFmpeg builds tailored to specific use cases, such as streaming, encoding, or playback systems. It supports cross-platform builds, enabling consistent environments for Linux, Windows, and macOS. avbuild also allows inclusion of additional libraries such as x264, x265, and other codecs to expand functionality. Its modular structure makes it easy to adjust build configurations and automate repetitive compilation tasks. Overall, it streamlines the process of creating optimized multimedia toolchains.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    ffmpeg-android-maker

    ffmpeg-android-maker

    Contains a script that assembles FFmpeg library for Android

    ffmpeg-android-maker is a build automation tool designed to compile FFmpeg for Android platforms with support for various codecs and libraries. It simplifies the complex process of cross-compiling FFmpeg by providing scripts that handle dependencies, configuration, and build steps. The project supports multiple architectures, enabling developers to generate binaries compatible with different Android devices. It includes options for enabling or disabling specific codecs and features, allowing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Stremio Core

    Stremio Core

    Types, addon system, UI models, core logic

    Stremio Core is the Rust engine that powers Stremio’s apps by centralizing all reusable logic behind discovery, catalogs, metadata, streams, add-ons, and user/library state. It exposes a clean set of modules—types, addon_transport, and state_types—so apps can talk to add-ons, model UI state, and react to events without duplicating code. The architecture is inspired by Elm: immutable state, message-driven updates, and explicit side-effects (“effects”) keep behavior predictable and testable....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OpenCV

    OpenCV

    Open Source Computer Vision Library

    The Open Source Computer Vision Library has >2500 algorithms, extensive documentation and sample code for real-time computer vision. It works on Windows, Linux, Mac OS X, Android, iOS in your browser through JavaScript. Languages: C++, Python, Julia, Javascript Homepage: https://opencv.org Q&A forum: https://forum.opencv.org/ Documentation: https://docs.opencv.org Source code: https://github.com/opencv Please pay special attention to our tutorials! https://docs.opencv.org/master Books about the OpenCV are described here: https://opencv.org/books.html
    Leader badge
    Downloads: 2,970 This Week
    Last Update:
    See Project
  • 13
    QPrompt

    QPrompt

    Personal teleprompter software for all video makers.

    Free teleprompter software for all video creators. Built with ease of use, fast performance, control accuracy, and cross-platform support in mind. QPrompt works with studio teleprompters and tablet teleprompters, cellphones, and webcams. It was also designed for use in video conferences.
    Leader badge
    Downloads: 1,824 This Week
    Last Update:
    See Project
  • 14

    avbuild

    ffmpeg build tool and prebuilt packages for all platforms

    iOS, android, raspberry pi, windows store, windows desktop, linux, macOS etc. Multiple toolchains support, include gcc, clang, vs2013, vs2015, vs2017. Hardware accelerated decoders and encoders support. Source code: https://github.com/wang-bin/avbuild
    Leader badge
    Downloads: 445 This Week
    Last Update:
    See Project
  • 15
    Megacubo

    Megacubo

    An intuitive, multi-language and cross-platform IPTV player

    Megacubo is an intuitive, multi-language and cross-platform IPTV player with support for history, bookmarks and much more. You can add as many IPTV lists you want (M3U format) and record live broadcasts to your PC or device. With Miniplayer mode, you can work or navigate on your PC while watching any broadcast.
    Leader badge
    Downloads: 427 This Week
    Last Update:
    See Project
  • 16
    FrostWire

    FrostWire

    Search, Download, Play, Share on Bittorrent and the cloud

    ...This project is not affiliated with LimeWire LLC. FrostWires' source code is Licensed under the GNU GPL and Apache Open Source licenses. System Requirements Any of the following operating systems: ● Windows 10, 8, 7, Vista for Intel processors (64-bit only) ● Mac OS X 10.11 (El Capitan) or later (64-bit) ● Linux, Unix such as Solaris (64-bit) ● Android 7.0 or later 256 MB of RAM (512 MB Recommended) An active internet connection
    Leader badge
    Downloads: 562 This Week
    Last Update:
    See Project
  • 17
    QtAV

    QtAV

    A multimedia framework based on Qt and FFmpeg

    QtAV is a cross-platform and high performance multimedia playback framework based on Qt and FFmpeg. Features: timeline preview, gpu decoding etc
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 18
    YouTube Downloader ArmoMan

    YouTube Downloader ArmoMan

    An android application to download audio (mp3) from YouTube videos.

    An android application to download audio (mp3) from YouTube videos and from playlists. YouTube Downloader ArmoMan is an intuitive Android application designed to empower users to effortlessly extract high-quality MP3 audio from YouTube videos and playlists. With a user-friendly interface and a host of convenient features, this app simplifies the process of downloading and enjoying your favorite YouTube content in audio format. Download from SourceForge or GitHub. GitHub download...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Streaming TV Italia

    Streaming TV Italia

    A simple app to view webTV on Fire TV

    Parser per vedere alcuni canali della TV in streaming Canali disponibili: - Videolina - Canale 5 - FoodNetwork - Italia 1 - TV8 - Top Crime - Giallo Github: https://github.com/alessiomanai/StreamingTV
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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: 47,123 This Week
    Last Update:
    See Project
  • 21
    FFmpegKit

    FFmpegKit

    FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, ma

    FFmpegKit is a collection of tools to use FFmpeg in Android, iOS, Linux, macOS, tvOS, Flutter and React Native applications. It includes scripts to build FFmpeg native libraries, a wrapper library to run FFmpeg/FFprobe commands in applications and 8 prebuilt binary packages available at Github, Maven Central, CocoaPods, pub and npm. All scripts support additional options to enable optional libraries and disable platform architectures. FFmpegKit is a wrapper library that allows you to easily...
    Downloads: 44 This Week
    Last Update:
    See Project
  • 22
    Advision

    Advision

    Advision is a cloud cross-platform Digital Signage software.

    Advision is a cloud cross-platform Digital Signage software. We help offline business and advertising companies to implement reliable Digital Signage infrastructure using our own software and hardware solutions. Advision is used for DOOH advertising networks, digital signage at points of sale (retail), in the fast food industry for digital menus, and corporate TV.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    QMDemo

    QMDemo

    Some functional modules developed by Qt on a daily basis or demos

    QMDemo is an Android demonstration project that showcases multimedia playback and processing capabilities using native and Java-based components. It is designed as a learning tool for developers exploring video playback, decoding, and rendering pipelines on mobile devices. The project includes examples of handling media streams, managing buffers, and synchronizing audio and video output. It demonstrates integration with multimedia libraries and frameworks to achieve efficient playback...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CicadaPlayer

    CicadaPlayer

    CicadaPlayer is the player core of AliPlayer

    CicadaPlayer is a cross-platform multimedia playback framework developed by Alibaba, designed to deliver high-performance video playback across mobile and desktop environments. It supports a wide range of streaming protocols and formats, enabling playback of both local and online media content. The framework integrates hardware acceleration to ensure efficient decoding and smooth playback, even for high-resolution videos. It provides advanced playback features such as adaptive streaming,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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: 282 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB