Showing 19 open source projects for "support"

View related business solutions
  • 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
  • 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
  • 1
    Graphite

    Graphite

    An open source graphics editor for 2025

    ...The interface supports layering, boolean operations, masks, and full node-based parametric controls for shapes and effects. Because it’s built to be extendable, plugin support allows importing/exporting formats, custom tools, or integrations with code frameworks. It also focuses on performance and scalability—handling complex vector scenes with many nested elements fluidly. For designers and developers looking to prototype UI transitions, interactive states, and motion-driven interfaces without separate design/code handoffs, Graphite positions itself as an all-in-one creative engine.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    Av1an

    Av1an

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

    ...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 and chunking strategies to improve compression efficiency and visual consistency across segments. Av1an also supports advanced encoding options, allowing users to fine-tune bitrate, quality, and performance settings. It integrates with VapourSynth for preprocessing and filtering, enabling more control over input video quality. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    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. The system works by encoding video output from the PC, streaming it over Wi-Fi, and decoding it on the headset in real time, while...
    Downloads: 48 This Week
    Last Update:
    See Project
  • 4
    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. The repository is structured to allow contributors to add, update, or maintain sources, fostering a collaborative...
    Downloads: 22 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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: 8 This Week
    Last Update:
    See Project
  • 6
    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: 23 This Week
    Last Update:
    See Project
  • 7
    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: 9 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
    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: 4 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    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: 2 This Week
    Last Update:
    See Project
  • 11
    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: 2 This Week
    Last Update:
    See Project
  • 12
    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: 1 This Week
    Last Update:
    See Project
  • 13
    Free Fps. Video FPS Converter

    Free Fps. Video FPS Converter

    Desktop app to change a video FPS

    Free FPS is an open‑source 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. Also doubles as a fast video compressor: keep the original FPS and raise compression (e.g., higher CRF or...
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 14
    lamco-rdp-server

    lamco-rdp-server

    A full-featured Wayland-native RDP server for Linux written in Rust.

    lamco-rdp-server is a native Wayland RDP server for Linux desktops. It provides remote desktop access using the standard RDP protocol, so you can connect from any RDP client: Windows Remote Desktop, FreeRDP, Remmina, or others. It supports multiple screen capture and input backends: * xdg-desktop-portal: works with GNOME, KDE Plasma, and other portal-compatible compositors * Native wlroots protocols: works with Sway, Hyprland, and other wlroots-based compositors The server detects...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    MMVJ

    MMVJ

    Map Mouse/MIDI inputs to Virtual Joysticks with advanced transforms

    ...Application allows creation of Virtual Joysticks, flexible mapping of multiple Mouse and MIDI input devices to Virtual Joystick controls, specifying transformation pipelines per-mapping including intuitive emulation of steering (with auto-centering, Force Feedback and the know-how of this application, "hands hold factor"), vehicle pedal-emulating filters, curves interpolation, integration, etc; all of the above using convenient YAML-based human-readable configuration file with hot-reload support on config changes with verification supporting configurable joysticks persistence. Application provides convenient command-line interface featuring general mapping mode, midi and mouse monitoring modes. Have fun!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Forma

    Forma

    An efficient vector-graphics renderer

    Forma is an experimental vector graphics renderer written in Rust, developed by Google to explore high-performance, parallelized rendering techniques across multiple platforms. The project aims to achieve portability, performance, simplicity, and small footprint through a streamlined four-stage rendering pipeline. Forma provides both CPU (software) and GPU (hardware) backends, relying on Rust’s SIMD auto-vectorization, Rayon for multithreading, and WebGPU (wgpu) for hardware acceleration....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    gltf

    gltf

    A crate for loading glTF 2.0

    ...The library allows developers to access geometry, materials, animations, and node hierarchies with ease, and is often used as a building block for game engines, renderers, and 3D tools written in Rust. With support for zero-copy data access and efficient iteration, it’s optimized for performance-critical applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    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: 261 This Week
    Last Update:
    See Project
  • 19
    Rx

    Rx

    Modern and minimalist pixel editor

    rx is a modern, minimalist pixel editor implemented in Rust, designed with pixel artists and animators in mind. It emphasizes extensibility and a minimal user interface, drawing inspiration from modal editors like Vim to provide a focused and efficient editing experience.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB