Showing 1948 open source projects for "livekit-cli"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    gon

    gon

    Sign, notarize, and package macOS CLI tools and applications

    gon is a simple, no-frills tool for signing and notarizing your CLI binaries for macOS. gon is available as a CLI that can be run manually or in automation pipelines. It is also available as a Go library for embedding in projects written in Go. gon can sign and notarize binaries written in any language. Beginning with macOS Catalina (10.15), Apple is requiring all software distributed outside of the Mac App Store to be signed and notarized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CLI Links

    CLI Links

    Easily add CLI command-performing links to your KoLmafia relay script.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TARS

    TARS

    Markup builder on gulp

    ...It allows for easy expansion (creating new tasks) and customization (modification of existing tasks), provides a comfortable architecture for tasks and watchers storage in the project. To bypass dependency installation for every TARS project, TARS-CLI was created. As such, TARS is not a npm package by itself. This decision was made so that everyone could comfortably customize the builder for themselves. TARS-CLI is just a simple builder interface, which includes all dependencies for TARS. It is strongly recommended to use TARS-CLI for development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    yj

    yj

    Convert between YAML, TOML, JSON, and HCL

    Convert between YAML, TOML, JSON, and HCL.
    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
    Aurelia

    Aurelia

    Framework entry point bringing together all the sub-modules of Aurelia

    Aurelia is a modern, front-end JavaScript framework for building browser, mobile, and desktop applications. It focuses on aligning closely with web platform specifications, using convention over configuration, and having minimal framework intrusion. Basically, we want you to just write your code without the framework getting in your way. This library is part of the Aurelia platform. It contains the aurelia-framework library, which brings together all the required core aurelia libraries into...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    EB CLI Installer

    EB CLI Installer

    Simplified EB CLI installation mechanism

    ...For example, at times the AWS CLI and the EB CLI have used conflicting versions of botocore. One such instance was particularly egregious. When there are conflicts, users have to manage separate virtualenvs for each of the conflicting packages, or find a combination of the packages without conflicts.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Redwood Database

    Redwood Database

    A highly-configurable, distributed, realtime database

    ...It combines React for frontend, GraphQL for data fetching, and Prisma for database management, all in a unified developer experience. Redwood is designed for building scalable SaaS products, startups, and internal tools rapidly, with a focus on convention over configuration. Its CLI-driven development model, authentication integrations, and deployment support make it ideal for startups and solo devs looking to ship fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpenEthereum

    OpenEthereum

    The fast, light, and robust client for the Ethereum mainnet

    Fast and feature-rich multi-network Ethereum client. Built for mission-critical use: Miners, service providers, and exchanges need fast synchronization and maximum uptime. OpenEthereum provides the core infrastructure essential for speedy and reliable services. Built for mission-critical use: Miners, service providers, and exchanges need fast synchronisation and maximum uptime. OpenEthereum provides the core infrastructure essential for speedy and reliable services. OpenEthereum's goal is to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    backslide

    backslide

    CLI tool for making HTML presentations with Remark.js using Markdown

    CLI tool for making HTML presentations with Remark.js using Markdown. Use bs init to create a new presentation along with a template directory in the current directory. The template directory is needed for backslide to transform your Markdown files into HTML presentations. You can create as many markdown presentations as you want in the directory, they will all be based on the same template.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Project Restaurant Application

    Project Restaurant Application

    Project "Restaurant Application" is a CLI application

    Project "Restaurant Application" is intended for use in restaurants. This software has CL interface and is intended for use on Windows machines.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    KrisCode Shell Tools

    shell tools for Ubuntu

    A bunch of shell tools for use with CLI and in bash scripting. Writte for and tested on Ubuntu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Introduction to Vue.js 3 Course

    Introduction to Vue.js 3 Course

    Workshop Materials for my Introduction to Vue.js Workshop

    ...Since the course was updated for Vue 3, the repo includes directories for both Vue 2 and Vue 3 resources, enabling learners to explore both versions depending on their work context. Also included are build setups (Vue CLI, Nuxt) and additional sections on animation and advanced topics like custom directives, making it a full learning path rather than just a quick tutorial. The README lists slide sets, exercise folders, solution folders and recommended tooling so that learners can clone the repo and follow along in their own time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    tailwind-rn

    tailwind-rn

    Use Tailwind CSS in React Native projects

    ...Instead of writing StyleSheet objects manually, you call a tailwind() helper with class strings (like bg-blue-500 or mt-4) and get React Native style objects back. A small CLI tool reads the CSS file produced by Tailwind and transforms it into a JSON file that tailwind-rn can consume, with support for watching and rebuilding whenever Tailwind’s output changes. The library supports Tailwind 3.x and works with the JIT compiler, meaning you can use modern Tailwind utilities in mobile layouts. It is framework-agnostic within the React Native ecosystem and can be used with plain React Native, Expo, and other toolchains. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    GLab

    GLab

    The GitLab CLI tool

    GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. Work with issues, merge requests, watch running pipelines directly from your CLI among other features. Inspired by gh, the official GitHub CLI tool. glab is available for repositories hosted on GitLab.com and self-hosted GitLab Instances. glab supports multiple authenticated GitLab instances and automatically detects the authenticated hostname from the remotes available in the working git directory. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    ngx-auth-firebaseui

    ngx-auth-firebaseui

    Angular Material UI component for firebase authentication

    ...change the primary, accent and warn colors whenever you need (e.g to support light and dark themes) Super easy to use with an angular based project (project that is created with the angular-cli) Configure your authentication providers in runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Capture2Text

    Capture2Text

    Quickly OCR part of the screen and save resulting text to clipboard

    Capture2Text enables users to quickly OCR a portion of the screen using a keyboard shortcut. The resulting text will be saved to the clipboard by default. Supports 90+ languages including Chinese, English, French, German, Japanese, Korean, Russian, and Spanish. Portable and does not require installation. See http://capture2text.sourceforge.net for details.
    Leader badge
    Downloads: 3,174 This Week
    Last Update:
    See Project
  • 18

    Pyicon

    Pyicon Is an Python ide Made for experts and beginners.

    Pyicon Is an Python ide Made for experts and beginners It uses Python as its general language the ide does not support an built An Built-in CLI You should also save every time before you run so anyways thanks for downloading!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenAPI-to-GraphQL

    OpenAPI-to-GraphQL

    Translate APIs described by OpenAPI Specifications (OAS) into GraphQL

    Translate APIs described by OpenAPI Specifications (OAS) into GraphQL. The Command Line Interface (CLI) provides a convenient way to start a GraphQL server wrapping an API for a given OpenAPI Specification. Use OpenAPI-to-GraphQL as a library in your application to generate GraphQL schemas. The GraphQL interface is created around the data definitions in the given OAS, not around the endpoints, leading to a natural use of GraphQL. Nested data Links defined in the OAS are used to create nested data structures, allowing for (deeply) nested queries. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    WebScriptsClient

    This Windows executable is CLI to access to WebScripts Server API.

    This Windows executable is CLI to access to WebScripts Server API. For more informations, read the Wiki: https://sourceforge.net/p/webscriptsclient/wiki/Home/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GNU gama-local executables for Windows
    ...It is intended for use with traditional geodetic surveyings which are still used and needed in special measurements (e.g., underground or high precision engineering measurements) where the Global Positioning System (GPS) cannot be used. http://www.gnu.org/software/gama/ Command-line interface (CLI) gama-local.exe distributed here is a native build for Windows. For GUI version see https://sourceforge.net/projects/qgama Head over to our sourceforge wiki to see how we make these executables: https://sourceforge.net/p/gnu-gama-local/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Qri CLI

    Qri CLI

    Organize, version, automate, and share datasets

    Because qri is global and content-addressed, adding data to qri also checks the entire network to see if someone has added it before. Since qri is focused solely on datasets, it can provide meaningful search results. Every change on qri is associated with a peer, creating an audit-able trail you can use to quickly see what has changed and who has changed it. All datasets on qri are automatically described at the time of ingest using a flexible schema that makes data naturally inter-operate....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    pyphoon

    pyphoon

    ASCII Art Phase of the Moon (Python version)

    pyphoon is a small command-line program that renders the current Moon phase as detailed ASCII art directly in your terminal. It computes lunar ephemerides for a given date and location, then maps the illuminated portion onto characters to approximate shading with surprising fidelity. The tool supports showing past or future phases, so you can visualize how the Moon will look on specific dates without opening a browser or an app. It’s intentionally minimal: no GUI, no heavy dependencies, just...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ipfs-upload-client

    ipfs-upload-client

    A minimal CLI tool to upload files and directories to IPFS

    ipfs-upload-client is a minimal CLI tool to upload files or directories to Infura's IPFS or another API endpoint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Perspec

    Perspec

    Scriptable desktop app to correct the perspective of images

    App and workflow to perspectively correct images. For example whiteboards, document scans, or facades. Perspec currently only works on macOS and Linux. Any help to make it work on Microsoft (Ticket) would be greatly appreciated! Rescale image on viewport change. Handle JPEG rotation. Draw lines between corners to simplify guessing of clipped corners. Bundle Imagemagick. Better error if the wrong file format is dropped (images/error-message.jpg). Center Perspec window on screen. Drag'n'Drop...
    Downloads: 1 This Week
    Last Update:
    See Project