Showing 117 open source projects for "utilities"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 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
  • 1
    videodl

    videodl

    Lightweight Python tool for downloading videos from many platforms

    ...Videodl works by implementing platform-specific client modules that extract video information and download links from supported services. Videodl can integrate with external command-line utilities to improve downloading performance, handle streaming formats such as HLS, and manage encrypted or segmented media streams. Additional utilities can also enable faster downloads, resume interrupted transfers, and process complex playlist structures.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Open ChatGPT Atlas

    Open ChatGPT Atlas

    Open Source and Free Alternative to ChatGPT Atlas

    ...Unlike a fixed chat app, Atlas is designed as a foundation that can be extended with plugins, external APIs, and custom logic to support domain-specific assistants, agent-like behaviors, and multi-task workflows. The project includes utilities for session management to preserve context across interactions, structured interfaces for streaming responses, and integration layers that let you plug in third-party tools and services. It often forms the basis for research, prototyping, or production systems where the default ChatGPT interface isn’t flexible enough.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    HttpClient component

    HttpClient component

    Provides powerful methods to fetch HTTP resources synchronously

    Provides powerful methods to fetch HTTP resources synchronously or asynchronously. The HttpClient component is a low-level HTTP client with support for both PHP stream wrappers and cURL. It provides utilities to consume APIs and supports synchronous and asynchronous operations. The HTTP client contains many options you might need to take full control of the way the request is performed, including DNS pre-resolution, SSL parameters, public key pinning, etc. They can be defined globally in the configuration (to apply it to all requests) and to each request (which overrides any global configuration). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Portable OpenSSH

    Portable OpenSSH

    Complete implementation of the SSH protocol

    Portable OpenSSH is a cross-platform implementation of the Secure Shell (SSH) protocol that provides encrypted communication and secure remote access over untrusted networks. It originates from the OpenSSH project maintained by the OpenBSD community and adapts the core OpenBSD implementation so it can run on many operating systems including Linux, macOS, and Windows. The software suite enables administrators and developers to securely log into remote systems, transfer files, and create...
    Downloads: 11 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
  • 5
    WebExt Redux

    WebExt Redux

    A set of utilities for building Redux applications in Web Extensions

    A set of utilities for building Redux applications in web extensions. This package was originally named react-chrome-redux. webext-redux allows you to build your Web Extension like a Redux-powered webapp. The background page holds the Redux store, while Popovers and Content-Scripts act as UI Components, passing actions and state updates between themselves and the background store.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MDCx

    MDCx

    Movie metadata scraper and organizer for media libraries and NFO

    ...It also supports image processing tasks such as downloading and cropping artwork used by media centers. It includes several interfaces, allowing users to operate it through a graphical desktop application, a browser-based web interface, or command-line utilities depending on their workflow. Its architecture separates core scraping logic from the user interfaces, allowing the same metadata processing system to be reused across different modes.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Faust.js

    Faust.js

    The Headless WordPress Toolkit

    Faust.js is an open-source toolkit designed to simplify the development of headless WordPress websites using modern JavaScript frameworks such as Next.js and React. It provides developers with a structured set of tools that bridge WordPress content management with frontend frameworks, enabling teams to build high-performance decoupled websites while still relying on WordPress as the backend CMS. The toolkit addresses many of the challenges associated with headless WordPress development,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    croc

    croc

    Easily and securely send things from one computer to another

    ...There are a lot of ways to transfer files. Above the basic necessity of preserving the data during the transfer, sharing data should be fast, secure, and most of all, easy. Most file transfer utilities I’ve used encompass two thirds of these qualities. I’ve wanted to make a utility that encompasses all three, without compromising any one of them. A common way to transfer a file is to first upload data to a server, and then, once uploaded, the link is shared with someone who goes to download it. This method is easy, but slow, the transfer rate of the file is half the harmonic mean of the upload and download speeds which makes it slower than either just uploading or downloading.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    ByePassHub

    ByePassHub

    2500+ UNRESTRICTED unblockers, games, exploits, bookmarklets, and AI

    ByePassHub is an open-source project focused on aggregating and organizing tools, techniques, and resources related to bypassing restrictions in various digital environments, such as network limitations, content blocks, or platform constraints. It acts as a centralized hub that compiles different bypass methods and utilities, providing users with a structured way to explore alternative access strategies. The project is typically organized as a collection of scripts, guides, and references rather than a single executable application. It emphasizes accessibility and ease of understanding, allowing users to quickly identify relevant tools or approaches for their specific use case. ...
    Downloads: 1 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
  • 10
    req

    req

    Simple Go HTTP client with Black Magic

    Simple and easy to use, providing rich client-level and request-level settings, all of which are intuitive and chainable methods. Provides powerful and convenient debug utilities, including debug logs, performance traces, and even dump the complete request and response content. API testing can be done with minimal code, no need to explicitly create any Request or Client, or even to handle errors. Detect and decode to utf-8 automatically if possible to avoid garbled characters (See Auto Decode), marshal request body and unmarshal response body automatically according to the Content-Type. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    chromedp

    chromedp

    A faster, simpler way to drive browsers supporting the Chrome DevTools

    chromedp is an open-source Go library that provides high-level browser automation capabilities by communicating directly with the Chrome DevTools Protocol. The library allows developers to control Chrome or Chromium programmatically from Go applications without relying on external browser drivers or additional runtime dependencies. Using chromedp, developers can automate tasks such as navigating websites, filling out forms, clicking elements, capturing screenshots, and extracting structured...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ViciStack - VICIdial Call Center Tools

    VICIdial call center optimization tools, monitoring utilities, and per

    VICIdial call center optimization tools, scripts, and monitoring utilities for system administrators and call center managers. Includes performance tuning guides, AMD (Answering Machine Detection) analysis tools, compliance automation scripts, and real-time monitoring dashboards for VICIdial-based contact centers running on Asterisk PBX. Key features: - Server performance monitoring and alerting - AMD accuracy tuning and analysis - Campaign optimization scripts - Compliance and DNC automation - Asterisk dialplan utilities - Real-time agent and queue dashboards Visit https://vicistack.com for documentation, guides, and community resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ol.LiveJournal

    Ol.LiveJournal

    This is an implementation of LiveJournal API with any small utilities

    This project contains an implementation of the LiveJournal/DreamWidth API (which will eventually become a Nuget package) and several small utilities (tag transfer, link translation from LJ to DW, etc.). The API implementation works on .NET Framework (>= 4.5), .NET Standard (>= 2.0) and .NET (>= 6.0) platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    twitch-batch-downloader

    Automate the download of entire Twitch.tv channels

    ...Save each Twitch video into its own folder, with date and time values, video ID, stream metadata, frame screenshot, .ts parts list and sha256 hash. Keep the original ts files and generate mp4 files from them. It requires a shell and some command line utilities. See README.md for details in the Code/git section.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15

    MBSE BBS for Linux & Unix

    MBSE BBS is a full FTN-capable ANSI BBS and mailer package.

    MBSE BBS is a fully FTN-capable ANSI BBS package including a mailer (ifcico clone), BinkP daemon, mail tosser, TIC processor, filefind, and other utilities allowing access via modem and the Internet using telnet, ssh, http and ftp. Support is offered through the Fidonet MBSE echo and the Micronet MIN_BBS echo.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    ToolSparkr

    ToolSparkr

    Free online developer tools JSON formatter, Base64 encoder, and more

    ...Tools: JSON Formatter & Validator, Base64 Encoder/Decoder, Password Generator, QR Code Creator, MD5/SHA Hash Generator, Color Converter, URL Encoder/Decoder, UUID Generator, DNS Lookup, WHOIS Lookup, IP Lookup, HTTP Status Checker, HTML Entity Encoder, Morse Code Converter, CSS Minifier, Bcrypt Generator & more. Built for developers, designers, marketers, and power users who need fast, reliable utilities without switching between multiple websites. Website: https://toolsparkr.com All Tools: https://toolsparkr.com/tools Blog: https://toolsparkr.com/blog No registration required. No data leaves your browser. Built on PHP 8.1 with a focus on speed and privacy, everything runs in your browser. Open Source: https://github.com/Ali83128/toolsparkr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LaraAdmin

    LaraAdmin

    Open Source Laravel Admin Panel

    LaraAdmin is a multi-purpose, open source Laravel Admin Panel / CMS that can be used to build an Admin Backend, Data Management Tool or CRM boilerplate for Laravel. It offers a complete set of utilities and features, including Advanced CRUD Generation, Module Manager, Schema Manager, Backups and Workflows. LaraAdmin controls your Models, Data and their Role Permissions without touching any code at all, saving you time and effort and allowing you to focus on Data representation rather than Data Handling. It's got a modular architecture that makes Data management a breeze; generates CRUD methods and views which are very easy to customize; and is very easy to install-- all it takes is one command.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    ReactPHP

    ReactPHP

    Event-driven, non-blocking I/O with PHP

    ReactPHP is a low-level library for event-driven programming in PHP. At its core is an event loop, on top of which it provides low-level utilities, such as: Streams abstraction, async DNS resolver, network client/server, HTTP client/server and interaction with processes. Third-party libraries can use these components to create async network clients/servers and more. ReactPHP is production ready and battle-tested with millions of installations from all kinds of projects around the world. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Bibliophile is a loose grouping of independent OS or GPL bibliographic systems and aims at promoting discussion, standards and the development of common utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DecryptLogin

    DecryptLogin

    Python library providing APIs for automated website login workflows

    ...Developers can integrate these login routines into automation scripts, crawlers, or data collection tools that require authenticated sessions. It also provides example utilities and automation scripts demonstrating how the login APIs can be used in practical scenarios.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Analyses Database is a collection of software to archive and to track rawdata files from analytical instruments. The system is set up using freely accessible tools - MySQL, apache, PHP, Linux. Several utilities for MS Windows are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    jmarkdownviewer

    markdown viewer for java

    This is a Markdown viewer for java. Primarily it tries to display github styled markdown scripts. Download the release jar file and run java -jar jmdviewer-x.y.jar where x.y is the version number. You can pass the markdown filename on the command line java -jar jmdviewer-x.y.jar [filename.md]
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    lxspider

    lxspider

    Educational Python web scraping case collection for many sites

    ...Many of the cases explore techniques related to request analysis, signature generation, and reverse engineering that are often needed when interacting with modern web applications. It also provides supplementary materials and tools used in crawling workflows, such as debugging utilities and reverse-engineering aids.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Go Safe Web

    Go Safe Web

    Secure-by-default HTTP servers in Go

    ...The framework’s routing and response layers are designed to be explicit and auditable, making it clearer when unsafe behaviors are being opted into. It also offers utilities for CSRF protection, secure cookies, and safe resource embedding that work well with Go’s standard library. By turning security posture into a first-class concern, go-safeweb helps teams achieve defense-in-depth without scattering security logic across a codebase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Apache Commons VFS utilities such as a bridge to the Apache Mina FTP Server, a bridge to the Apache Mina SSHD / SCP / SFTP server and a scriptable Java Shell / Console providing a Command Line Interface with VFS file system commands and operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB