Showing 1445 open source projects for "livekit-cli"

View related business solutions
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1

    alphaalpha

    A test Ubuntu 19.10 respin

    A Ubuntu repsin based on xubuntu 19.10. With wine, Ice SSB and lutris installed. Other additions. Program to install desktops. CLI Control Center to mange the PC from the command line. This is learning project and is in early Alpha.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MySQL CLI

    MySQL CLI

    Free MySQL CLI App to Get to know MySQL

    Free MySQL CLI App to Get to know MySQL
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    GraphicsFuzz

    GraphicsFuzz

    A testing framework for automatically finding and simplifying bugs

    GraphicsFuzz is a framework developed by Google for testing and fuzzing graphics drivers using automatically generated GLSL shaders. It helps identify security vulnerabilities, driver crashes, and rendering inconsistencies in OpenGL and Vulkan drivers by feeding them randomized but valid shader programs. Originally developed through academic research, GraphicsFuzz automates the process of minimizing and analyzing problematic shaders, helping hardware vendors and driver developers improve the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Orange

    Orange

    OpenResty/Nginx Gateway for API monitoring and management

    ...We recommend that you use luarocks to install Orange to reduce problems caused by dependency extensions in different operating system releases. System dependencies (openresty, resty-CLI, luarocks, etc.) are necessary to install Orange on different operating systems. By default, a Dashboard is provided to manage all Orange plugin data. All Orange's plugins have open APIs that can be used to achieve more personalized needs. Orange provides a set of plug-in specifications. In addition to using the plug-ins provided by itself, users can develop custom plug-ins according to the specifications. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Zopfli

    Zopfli

    Zopfli Compression Algorithm is a compression library

    ...A companion utility, zopflipng, targets PNGs by trying alternate filter strategies and recompressing IDAT chunks, often achieving additional savings without changing image quality. The codebase includes both a reusable library and ready-to-use CLI tools for bulk optimization in build pipelines. It is frequently used offline—e.g., as a final step in release builds—because decode speed remains normal while files get smaller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Legit

    Legit

    Git for Humans, Inspired by GitHub for Mac™

    Legit is a complementary command-line interface for Git, optimized for workflow simplicity. It is heavily inspired by GitHub for Mac. We haven't re-created the git CLI tool in a GUI, we've created something different. We've created a tool that makes Git more accessible. Little things like auto-stashing when you switch branches will confuse git veterans, but it will make Git much easier to grok for newcomers because of the assumptions it makes about your Git workflow. Switches to specified branch. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NPS (Node Package Scripts)

    NPS (Node Package Scripts)

    All the benefits of npm scripts without the cost of a bloated package

    NPS (Node Package Scripts) is an advanced alternative to NPM scripts that improves maintainability by allowing JavaScript-based task definitions. It removes the need for complex package.json script structures, enabling developers to create modular and readable task automation workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Cardano SL

    Cardano SL

    Cryptographic currency implementing Ouroboros PoS protocol

    Cryptographic currency implementing Ouroboros PoS protocol. The cardano-node is the top level for the node and aggregates the other components from other packages: consensus, ledger and networking, with configuration, CLI, logging and monitoring. The node no longer incorporates wallet or explorer functionality. The wallet backend and explorer backend are separate components that run in separate external processes that communicate with the node via local IPC. The new Cardano implementation consists of more granular components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tevor

    Tevor

    Your own mini Travis CI to run tests locally

    Trevor is a command-line tool that acts like a mini local Travis CI, running your test matrix on your machine using the configuration from your .travis.yml file. Instead of pushing code to a CI service just to see if tests pass on multiple Node.js versions, you run Trevor locally and it will iterate through each specified version. Under the hood it orchestrates Node.js version switching (via n/nvm or Docker setups) and executes the configured test script as Travis would. This allows you to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    Imaging

    Imaging

    High-quality image processing library for Go

    This project is an open source image processing library written in Go that focuses on providing simple, efficient, and high-quality image manipulation functionality. It is designed to work with Go’s standard image package while extending it with commonly needed operations such as resizing, cropping, rotating, and filtering. The library emphasizes correctness and image quality, using well-known resampling algorithms to produce consistent results. Its API is intentionally minimal and easy to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GIF for CLI

    GIF for CLI

    Takes in a GIF, short video, or a query to the Tenor GIF API

    gif-for-cli is a small, playful utility that brings animated GIFs to the command line by rendering frames directly in a terminal. It takes an input GIF (or a URL) and converts each frame into a terminal-friendly representation, timing updates to approximate the original animation. Depending on terminal capabilities, it can use ANSI color blocks or image protocols to achieve surprisingly faithful playback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    eShopOnWeb

    eShopOnWeb

    Sample ASP.NET Core 8.0 reference application

    eShopOnWeb is Microsoft's .NET core sample reference application demonstrating monolithic web app architecture using Clean Architecture principles. It illustrates modern .NET patterns, organized across projects, and is designed for learning and as a starter template. The eShopOnWeb sample is related to the eShopOnContainers sample application which, in that case, focuses on a microservices/containers-based application architecture. However, eShopOnWeb is much simpler in regards to its...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Budou

    Budou

    Budou is an auto organizer tool for beautiful line breaking in CJK

    Budou is a Python library developed by Google to improve web typography for CJK (Chinese, Japanese, Korean) languages by producing semantically meaningful line breaks. Unlike English, CJK scripts lack spaces or hyphenation cues, often resulting in awkward or unreadable text wrapping on web pages. Budou addresses this issue by segmenting sentences into logical lexical chunks and wrapping each chunk in non-breaking HTML <span> tags. These spans can be styled with CSS to ensure smooth, visually...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    jportsui

    jportsui

    Java based, graphical user interface to MacPorts 2.0+

    JPortsUI is a completed MacPorts GUI. The workflow is similar to Arch's Octopi & Debian's Synaptic. Port variant picking, dependency & dependents listing, port notes, & installed file size are shown. Can convert to & preview 'man' pages as .PDF. Retrieval of many Port's web domain "favicon" logo graphic. Also included are exploration tools that can enlighten one as to the current state of FOSS on Mac. Presently, end users can launch JPortsUI on Mac OS X 10.6 or newer by double-clicking...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    GPT-2 FR

    GPT-2 FR

    GPT-2 French demo | Démo française de GPT-2

    ...The output of each workout, i.e. the folder checkpoint/run1, is to be put ingpt2-model/model1 model2 model3 etc. You can run the script deploy_cloudrun.shto deploy all your different models (into gpt2-model) at once. However, you must have already initialized the gcloud CLI tool (Cloud SDK).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Spotify Music Downloader

    Spotify Music Downloader

    Spotify Music Downloader

    Download music from Spotify and other music sources.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    Docker Machine

    Docker Machine

    Machine management for a container-centric world

    ...Using docker-machine commands, you can start, inspect, stop, and restart a managed host, upgrade the Docker client and daemon, and configure a Docker client to talk to your host. Point the Machine CLI at a running, managed host, and you can run docker commands directly on that host. For example, run docker-machine env default to point to a host called default, follow on-screen instructions to complete env setup, and run docker ps, docker run hello-world, and so forth. Machine was the only way to run Docker on Mac or Windows previous to Docker v1.12.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FastoRedis

    FastoRedis

    Cross-platform open source Redis DB management tool

    FastoRedis (fork of FastoNoSQL) — is a cross-platform open source Redis management tool (i.e. Admin GUI). It put the same engine that powers Redis's redis-cli shell. Everything you can write in redis-cli shell — you can write in FastoRedis! Our program works on the most amount of Linux systems, also on Windows, Mac OS X, FreeBSD and Android platforms, on desktops and embedded devices.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19

    mklvbk1

    linux system backup

    CLI for consistent linux backups
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ponzu

    Ponzu

    Headless CMS with automatic JSON API

    Ponzu is a powerful and efficient open-source HTTP server framework and CMS. It provides automatic, free, and secure HTTP/2 over TLS (certificates obtained via Let's Encrypt), a useful CMS and scaffolding to generate content editors, and a fast HTTP API on which to build modern applications. Ponzu is released under the BSD-3-Clause license. With the rise in popularity of web/mobile apps connected to JSON HTTP APIs, better tools to support the development of content servers and management...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Checksum Util

    A unix like CLI checksum utility ported for WindowsNT.

    Available Hashes: 1. MD5 (md5sum) 1. SHA-1 (sha1sum) 2. SHA-256 (sha256sum) 3. SHA-512 (sha512sum) Installation: Download latest Windows zip release from here. Extract the zip file. Then right-click 'install.bat' and Run as Administrator. Usage: In CMD / PowerShell: C:\Users\User Name> sha1sum path/to/file.psd
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    cntnr

    cntnr

    CLI wrapper for basic container (Docker/libpod) management tasks

    CLI wrapper for basic container (Docker/libpod) management tasks. This is a Python wrapper script to simplify specific tasks in a container environment. It is designed to work with your container runtime of choice (currently podman and docker). A CLI menu makes these selections possible. This project was created for a lab assignment in NSSA-244 Virtualization at the Rochester Institute of Technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    bento-starter

    bento-starter

    Full-Stack solution to quickly build PWA applications with Vue.js

    ...Optional continuous integration/delivery configuration that helps you control your code quality before deployment. BentoStarter helps you getting started by proposing a default app structure based on best practices. As this project is a template and not a CLI, you can modify the whole project according to your needs. Prerender your different app pages and boost SEO with meta-data description per page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Emma

    Emma

    Terminal assistant to find and install node packages

    emma-cli is a command-line assistant designed to simplify common development tasks. It allows users to automate repetitive tasks, manage projects efficiently, and improve their workflow with a single command interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    codelyzer

    codelyzer

    Static analysis for Angular projects

    A set of tslint rules for static code analysis of Angular TypeScript projects. (If you are using ESLint check out the new angular-eslint repository.). You can run the static code analyzer over web apps, NativeScript, Ionic, etc. Note that by default all components are aligned with the style guide so you won't see any errors in the console. Codelyzer supports any template and style language by custom hooks. If you're using Sass for instance, you can allow codelyzer to analyze your styles by...
    Downloads: 0 This Week
    Last Update:
    See Project