Showing 37 open source projects for "open source"

View related business solutions
  • 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
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    ALVR - Air Light VR

    ALVR - Air Light VR

    Stream VR games from your PC to your headset via Wi-Fi

    ALVR (Air Light VR) is an open-source system that enables wireless virtual reality streaming by transmitting VR content from a PC to a standalone headset over a network connection. It allows users to run PC-based VR applications while using devices such as standalone headsets, effectively bridging the gap between high-performance desktop VR and portable hardware.
    Downloads: 56 This Week
    Last Update:
    See Project
  • 2
    Graphite

    Graphite

    An open source graphics editor for 2025

    Graphite is a modern, open-source, prototyping and design tool built for vector graphics, motion, and state-driven UIs. It combines traditional vector drawing capabilities with features like animation timelines, state machines, and interactive prototyping—all in one toolchain rather than separate apps. The interface supports layering, boolean operations, masks, and full node-based parametric controls for shapes and effects.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 3
    Aidoku Sources

    Aidoku Sources

    Unofficial (legacy) sources for Aidoku

    Aidoku Community Sources is an open-source repository that provides a collection of unofficial, community-developed content sources that can be installed into the Aidoku manga reading application to expand its available library. These sources act as connectors between the app and external content providers, enabling users to browse and read manga from various online platforms.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4
    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.
    Downloads: 22 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Kooha

    Kooha

    Elegantly record your screen

    Capture your screen in an intuitive and straightforward way without distractions. Kooha is a simple screen recorder with a minimal interface. You can simply click the record button without having to configure a bunch of settings.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 6
    Spotifyd

    Spotifyd

    A spotify daemon

    An open source Spotify client running as a UNIX daemon. Spotifyd streams music just like the official client, but is more lightweight and supports more platforms. Spotifyd also supports the Spotify Connect protocol, which makes it show up as a device that can be controlled by the official clients.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    gping

    gping

    Ping, but with a graph

    Graphical Ping displays a color-coded realtime graph of continuous pings to a specified host. No warranties are provided on this program, it is completely free to use. Graph the execution time for a list of commands rather than pinging hosts. Resolve ping targets to IPv4 address. Resolve ping targets to IPv6 address. Uses dot characters instead of braille. Determine the number of seconds to display in the graph. Watch interval seconds (provide partial seconds like '0.5').
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    bottom

    bottom

    Yet another cross-platform graphical process/system monitor

    Yet another cross-platform graphical process/system monitor. A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows. Inspired by gtop, gotop, and htop. By default, bottom is somewhat like a dashboard - a bunch of different widgets, all showing different things, and they all cram together to fit into one terminal. If you instead just want to see one widget, maybe you want to look at a graph in more detail, for example, you can...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 9
    Av1an

    Av1an

    Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework

    Av1an is a command-line encoding framework designed to efficiently encode video into the AV1 format using distributed and parallel processing techniques. It acts as an orchestrator that splits video files into chunks, processes them in parallel using encoders like SVT-AV1, AOM, or rav1e, and then merges the results into a final output. The tool is optimized for high-quality encoding while reducing total processing time through multi-core and multi-machine support. It includes scene detection...
    Downloads: 8 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
  • 10
    FFmpeg Sidecar

    FFmpeg Sidecar

    Wrap a standalone FFmpeg binary in an intuitive Iterator interface

    FFmpeg Sidecar is a Rust library that wraps a standalone FFmpeg binary and exposes it through an intuitive, iterator-based interface. It allows developers to interact with video streams as sequences of raw frames, abstracting the complexity of decoding and processing media. The library leverages FFmpeg’s CLI instead of low-level bindings, simplifying setup and avoiding heavy dependencies. It enables streaming data through stdin and stdout, making it suitable for real-time processing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Frame

    Frame

    Fast FFmpeg GUI

    Frame is a multimedia-focused project designed to handle video frame extraction, analysis, and processing workflows using FFmpeg-based pipelines. It enables developers to work directly with individual frames from video streams, supporting tasks such as frame sampling, transformation, and analysis. The tool is structured to facilitate automation, allowing users to process frames in bulk or integrate frame-level operations into larger media pipelines. It supports multiple video formats and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Rsmpeg

    Rsmpeg

    A Rust crate that exposes FFmpeg's power as much as possible

    Rsmpeg is a Rust-based binding for FFmpeg that provides low-level access to multimedia processing capabilities through safe and efficient abstractions. It allows developers to interact directly with FFmpeg libraries for tasks such as encoding, decoding, and stream manipulation. The library is designed to balance performance with safety by leveraging Rust’s ownership model and memory management features. It supports handling of containers, codecs, and frames, enabling fine-grained control...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    RisingWave

    RisingWave

    RisingWave: the next-generation streaming database in the cloud

    RisingWave is a cloud-native streaming database that uses SQL as the interface. It is designed to reduce the complexity and cost of building real-time applications. RisingWave consumes streaming data, performs continuous queries, and updates results dynamically. As a database system, RisingWave maintains results in its own storage so that users can access data efficiently. RisingWave accepts data from sources like Apache Kafka, Apache Pulsar, Amazon Kinesis, Redpanda, and materialized CDC...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    dovi_tool

    dovi_tool

    dovi_tool is a CLI tool combining multiple utilities

    dovi_tool is a command-line utility written in Rust that provides a comprehensive set of tools for working with Dolby Vision metadata in video streams. It is designed to analyze, edit, and generate dynamic metadata used in high dynamic range video formats. The tool allows users to extract, inject, and modify RPU data, which controls how Dolby Vision content is displayed on compatible devices. It also supports demuxing and muxing HEVC streams, enabling manipulation of enhancement layers and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ffplayout

    ffplayout

    Rust and ffmpeg based playout

    ffplayout is a 24/7 broadcasting automation system built with Rust and FFmpeg, designed to continuously stream audio or video content from playlists or directories. It enables users to schedule daily playlists using JSON files while keeping them editable during playback, allowing dynamic control over broadcasts. The system can also operate in folder-based mode, automatically playing media files in sequence or loop. It supports streaming output to servers or local playback environments,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    Simple TTS Reader

    Simple TTS Reader

    A small clipboard reader

    Simple TTS Reader is a small utility that reads text from your clipboard using Microsoft Speech API. Whenever you copy any text, the app instantly converts it into spoken words. Select your preferred speech engine from those installed on your system, such as Microsoft Zira, and adjust speed and volume for personalized playback. The application can also be minimized to the system tray. Plus, it is free and comes with an intuitive interface that makes it accessible to everyone.
    Leader badge
    Downloads: 94 This Week
    Last Update:
    See Project
  • 18
    Mididash

    Mididash

    MIDI router with a node-based interface and Lua scripting

    Mididash is an open source MIDI routing software with a node-based interface and Lua scripting. A modern take on programs like MIDI-OX.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 19
    Free Fps. Video FPS Converter

    Free Fps. Video FPS Converter

    Desktop app to change a video FPS

    Free FPS is an opensource desktop app and scripts to change a video file frame rate (FPS) using FFmpeg. Unlike video editors, it does not add effects or alter content - it only adjusts playback speed and, if needed, re-encodes audio as well. Useful if you work with multiple videos shot at different frame rates that cannot be combined or edited without interpolation or frame loss.
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 20
    Flow Teleprompter

    Flow Teleprompter

    A Windows first teleprompter with voice tracking and AI drafting.

    Flow is a high performance desktop teleprompter built with Tauri and Rust. It is designed for creators who need a clean reading surface without sacrificing advanced features like native speech tracking and app wide voice commands. It features five playback styles including scroll and voice sync, local first privacy, and built in script editing. Version 1.6.1 introduces a rebuilt Vosk engine for faster recognition and significantly lower RAM usage. Whether you are using the Groq powered AI...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 21
    SupTube

    SupTube

    An open-source Windows client for YouTube

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    coral-chords

    coral-chords

    Download and sync tabs and chords from Ultimate Guitar with Spotify

    Tab sync with Spotify and an integrated search page for tabs; easy to configure and with a wide variety of themes and customization options
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TwitchBox

    TwitchBox

    An open-source Windows client for Twitch.tv

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Zika-Player

    Cool Retro Audio Player

    Cross-Platform Audio Player built with Sveltekit, TailwindCSS & Tauri.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB