Showing 36 open source projects for "updates"

View related business solutions
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • 1
    YoutubeDownloader

    YoutubeDownloader

    Downloads videos and playlists from YouTube

    YoutubeDownloader is a cross-platform GUI application built with C#, using YoutubeExplode to fetch videos, playlists, or channel content from YouTube. It supports keyword search, batch download, format selection, vigilant mode, and FFmpeg integration. Available for Windows, Linux, and macOS (portable binaries included). It’s actively maintained and open-source under GPL‑3.0+.
    Downloads: 50 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 add-on installation and configuration in-app, letting users combine official and community sources without leaving the UI. ...
    Downloads: 60 This Week
    Last Update:
    See Project
  • 3
    BBDown

    BBDown

    Bilibili Downloader

    BBDown is a free, efficient command‑line downloader and parser for content from Bilibili (Chinese video platform). It supports fetching videos via URLs or content IDs (e.g., av, BV, ep, ss), can be installed as a global .NET tool, and is actively maintained with automated builds and releases. This project is for personal study, research and non-commercial use only. When using this tool, users themselves ensure compliance with relevant laws and regulations, in particular legal provisions...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 4
    new-pac

    new-pac

    Scientific Internet access

    ...The emphasis is on approachability: instructions, packaged builds, and links are organized so non-experts can find a workable setup for their device. Because endpoint reliability and availability change over time, the project is maintained as a living resource with frequent updates and alternatives. It also includes how-to materials for self-hosting and basic operational hygiene so users can better manage their own connectivity. The goal is practical empowerment—reduce friction, centralize information, and provide options suited to different networks and risk tolerances.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 5
    SeedVR2 Upscaler ComfyUI

    SeedVR2 Upscaler ComfyUI

    Official SeedVR2 Video Upscaler for ComfyUI

    ComfyUI-SeedVR2 Video Upscaler is an open-source integration node for the ComfyUI workflow environment that brings the advanced SeedVR2 video upscaling and restoration model directly into visual AI pipelines. This project packages the SeedVR2 architecture as a custom node for ComfyUI, letting users upscale low-resolution video or imagery inside a node-based interface without needing to write code manually. The underlying SeedVR2 model is known for delivering high-quality video enhancement...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    Norish

    Norish

    A realtime, self-hosted recipe app for families & friends

    Norish is a realtime, self-hosted recipe and meal-planning app built for families, friends, and collaborative cooks who want to maintain a shared catalogue of recipes and grocery lists. The project emphasizes simplicity and immediacy, syncing changes across multiple clients using WebSockets so that updates to recipes, groceries, or meal plans appear instantly for all users. The app allows users to import recipes from URLs and even fallback to AI parsing when needed, with multimedia support that includes video import from popular platforms when AI is configured. Norish also handles grocery list management with recurring items and calendar meal planning, giving household groups an organized view of upcoming meals. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    8mb.local

    8mb.local

    Ffree local self hosted video compressor webui

    8mb.local is a lightweight, self-hosted local network status dashboard and utilities hub designed to help users monitor devices and services connected to their home or small business network. The platform presents a simple yet informative web dashboard that dynamically updates with device statuses, IP addresses, and latency information, giving users a centralized view of network health without complex dashboards. It also includes basic tools such as ping monitoring, service reachability checks, and port scanning, enabling users to diagnose connection issues quickly and without external services. The emphasis is on minimalism and performance, so it runs efficiently on low-power devices like Raspberry Pis or small containers, making it ideal for home labs or edge deployments. 8mb.local can also notify users of offline devices or connection drops through configurable alerts, helping preempt outages before they become serious.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    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 sources. Everything you do in RisingWave is via Postgres-compatible SQL. Create materialized views for the data that need to be incrementally aggregated. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Stremio Core

    Stremio Core

    Types, addon system, UI models, core logic

    ...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. An environment abstraction lets hosts provide implementations for things like storage, networking, and timers, making the core portable to desktop, mobile, and web. The project targets WebAssembly as well, so the same Rust logic can run inside the browser via a small bridge layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 10
    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: 8 This Week
    Last Update:
    See Project
  • 11
    UNA

    UNA

    PHP & MySQL based CMS with messenger

    Full featured CMS with social features. It has limited functionality by default and can be extended with additional modules. Additional modules includes such features as Education solution, Video Messenger, Events, Polls, Tasks, Forum, Market, Videos, Video Streaming and more
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    SubtitleMixer

    SubtitleMixer

    Small tool to synchronize or mix two subtitles files.

    ...At the moment it only has subtitle support of type SRT. - New features: * Spell check with hunspell dictionary. * Translate using google translate. * Auto check for updates.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Dynamite Download Manager

    Dynamite Download Manager

    PyIDM remake for downloading stuff

    Dynamite Download Manager is a powerful download manager equipped with multi-connections and a high-speed engine, designed to enhance your downloading experience. By utilizing multiple connections, DDM splits files into smaller segments and downloads them simultaneously, significantly increasing download speeds. Its advanced high-speed engine ensures faster and more efficient downloading, even for large files. DDM supports a wide variety of file formats, enabling you to download general...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    ...Orchid Studio can be run live from a USB drive, however is intended to be installed on a solid state drive or hard drive. Orchid Studio is designed as a single user setup where the “admin” user does not require passwords for updates, installing software, and performing most administrative tasks. Other users will require passwords to be used for these functions. Passwords: root and admin initial passwords are “admin”, if you are security conscious you should change them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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: 14 This Week
    Last Update:
    See Project
  • 16
    Vanced Manager

    Vanced Manager

    Vanced Installer

    Vanced Manager is an Android app that simplifies the installation and management of YouTube Vanced and related modules, including MicroG. YouTube Vanced is a modified version of the YouTube app that offers features such as ad blocking, background playback, and theme customization. Vanced Manager provides a user-friendly interface to install, update, and uninstall these apps without requiring root access.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    PHP HTML5 Videochat

    PHP HTML5 Videochat

    Simple PHP setup for HTML5 Videochat web application by VideoWhisper.

    Using the HTML5 videochat interface is highly recommended as main browsers have plans to discontinue Flash support in 2020. HTML5 Videochat uses WebRTC technology to allow broadcasting webcam directly from website, without need for Flash. This is a simple embedding preview edition, with simple scripts to embed app and showcase few features. Live demo for this edition is available at: https://videowhisper.com/demos/html5-videochat/ For a full implementation of advanced capabilities,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AVBook

    AVBook

    Management system for video content

    avbook is a mobile (Android) reading client app focused on “AV Book” content—likely anime/manga or similar media catalogs—designed with browsing, searching, and reading functionality built in. It features source aggregation, letting users query multiple backends or scraping rules in one interface. Within the app, readers enjoy features like multi-layout viewing (single, double, scroll), image caching/offline reading, and bookmark or history tracking. The UI also supports filtering, category...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Stati for Shoutcast -> SCM

    Stati for Shoutcast -> SCM

    Status reports for shoutcast

    sFs is a webbased program that allows you to setup information scripts about your shoutcast server. -------------------------------- Working on a new version. SCM (Shoutcast Manager).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Novatux
    GNU NovaTux ist eine Distribution von Flash-Images, basierend auf dem GNU-Tuxbox-Projects. Bereitgestellt werden diverse Flash-Images und Updates bzw. Snapshots im squashfs-Format mit diversen GUI's für SetTop-Boxen (z.B. dbox2)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Video Share VOD

    Video Share VOD

    Turnkey video sharing VOD script based on WordPress.

    ...http://videosharevod.com/ Demo: http://videosharevod.com/demo/ Video Share / Video On Demand #WordPress Plugin to start a turnkey VOD site in minutes: + #HTML5, #RTMP, #HLS players + Live Streaming channels integration (video archives & uploads) + #VOD membership, playlists + #AJAX multi video upload and listings + #mobile video support (#iOS & #Android) + free and open source + automated installation and updates as WP plugin Installation: 1. Install WordPress. 2. Install this plugin. 3. Add pages with main functionality with shortcodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Media Tester Is Multicast Monitoring Tool, This project used to Monitor Multicast Streams. This software designed specially for IP-TV projects, to monitor the channels streams, MPEG2 or MPEG4 .. Also for any multicast streams ( boot cast, updates, splash
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Graphene Dashboard

    Graphene Dashboard

    Graphene is a realtime dashboard & graphing toolkit based on D3

    ...The project provides a highly customizable and hackable client-side engine: you define “widgets” such as time series graphs, gauges or labels, hook them to data providers, and the toolkit handles ingestion, rendering and live updates. While the code is somewhat dated (it uses Backbone + CoffeeScript/JavaScript rather than newer frameworks), it remains useful for legacy setups or teams wanting to build simple real-time dashboards without heavy infrastructure. The repository includes example dashboards and a builder API to define data sources and widget configurations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    musiclick

    musiclick

    musiclick-View,Listen,Download,Convert,Mail,Record,Search,Upload...

    Offline video & audio converter packing a bundle of features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Unite or Split Videos

    Create a new video from existing videos. Split exiting videos to new

    ...Create a sub-video from an existing video by extracting a part of it (i.e recording a part of a video and making a new file out of it). This software is user-friendly and self-explanatory. This software will be permanently free (no hidden fees). This application gets routine updates and technically supported by email communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB