Search Results for "usb multibootable software"

Showing 650 open source projects for "usb multibootable software"

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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    libusb

    libusb

    A cross-platform library to access USB devices

    libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD, Haiku and Solaris userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version. libusb is a C library that provides generic access to USB devices. It is intended to be used by developers to facilitate the production of applications that communicate with USB hardware. Using a single cross-platform API, it...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    libirecovery

    libirecovery

    Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows

    A cross-platform FOSS library is written in C to communicate with iOS devices natively. The libirecovery library allows communication with iBoot/iBSS of iOS devices via USB.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    STLINK

    STLINK

    Open source STM32 MCU programming toolset

    stlink is an open source toolset to program and debug STM32 devices and boards manufactured by STMicroelectronics. It supports several so-called STLINK programmer boards (and clones thereof) which use a microcontroller chip to translate commands from USB to JTAG/SWD. There are four generations available on the market which are all supported by this toolset.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 4
    HackRF

    HackRF

    Low cost software radio platform

    This repository contains hardware designs and software for HackRF, a low-cost, open source Software Defined Radio platform. HackRF One from Great Scott Gadgets is a Software Defined Radio peripheral capable of transmission or reception of radio signals from 1 MHz to 6 GHz. Designed to enable test and development of modern and next-generation radio technologies, HackRF One is an open-source hardware platform that can be used as a USB peripheral or programmed for stand-alone operation. ...
    Downloads: 70 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    libwdi

    libwdi

    Windows Driver Installer library for USB devices

    libwdi is a cross-platform open-source C library focused on simplifying the installation of device drivers for USB hardware that otherwise does not have automatic driver support, making it especially useful for developers building installers or system management tools. The library abstracts away many of the complexities of USB device enumeration and driver deployment on Windows systems, such as creating a list of devices, preparing appropriate driver files, and invoking the operating system’s driver installation mechanics, so your software doesn’t have to re-implement these low-level tasks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tor Browser

    Tor Browser

    Browser for using Tor on Windows, Mac OS X or Linux

    ...Tor Browser can run off a USB flash drive, comes with a pre-configured web browser to protect your anonymity, and is self-contained (portable).
    Downloads: 1,041 This Week
    Last Update:
    See Project
  • 7
    Docker-OSX

    Docker-OSX

    Run macOS VM in a Docker! Run near native OSX-KVM in Docker

    Run Mac OS X in Docker with near-native performance! X11 Forwarding. iMessage security research! iPhone USB working! macOS in a Docker container.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    libgphoto2

    libgphoto2

    The libgphoto2 camera access and control library

    libgphoto2 is a library that can be used by applications to access various digital cameras. libgphoto2 itself is not a GUI application, as opposed to gphoto. There are GUI frontends for the gphoto2 library, however, such as gtkam for example. libgphoto2 can only talk to cameras the language of those it understands. That is, if you own a camera that speaks a language that isn't published anywhere and nobody has been able to figure out the meaning of the sentences, libgphoto2 cannot...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    LibreELEC

    LibreELEC

    Just enough OS for KODI

    LibreELEC is a minimalist 'Just enough OS' Linux distribution for running Kodi. Our documentation can help you install and configure LibreELEC to run Kodi or develop and build installation images using our build system.
    Downloads: 31 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 10
    yubiswitch

    yubiswitch

    OSX status bar application to enable/disable Yubikey Nano

    yubiswitch is a macOS application that enables users to easily toggle the USB interface of YubiKey devices. It allows enabling or disabling YubiKey on-demand for enhanced physical security, preventing unauthorized use of the key.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    OpenCorePkg

    OpenCorePkg

    OpenCore bootloader

    OpenCorePkg is an open-source, modular UEFI (Unified Extensible Firmware Interface) bootloader and development framework, primarily designed to enable macOS booting on non-Apple hardware (Hackintosh). It includes Apple-specific UEFI drivers, utilities for macOS installation support, and shared libraries used across Acidanthera projects. Apple disk image loading support. Apple keyboard input aggregation. Apple PE image signature verification. Apple UEFI secure boot supplemental code. Audio...
    Downloads: 165 This Week
    Last Update:
    See Project
  • 12
    HIDAPI library

    HIDAPI library

    A Simple cross-platform library for communicating with HID devices

    HIDAPI is a multi-platform library that allows an application to interface with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and macOS. HIDAPI can be either built as a shared library (.so, .dll or .dylib) or can be embedded directly into a target application by adding a single source file (per platform) and a single header.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 13
    Lakka

    Lakka

    Linux distribution that transforms a computers into game consoles

    ...We also support PS3 and XBox360 controllers so you don't have to buy new ones. We try our best to keep the hardware required to run Lakka as cheap as possible. The software is optimized to run fast even on low-end computers. The power can be supplied by any micro USB adapter like the one for your smartphone.
    Downloads: 33 This Week
    Last Update:
    See Project
  • 14
    Node Thermal Printer

    Node Thermal Printer

    Node.js module for thermal printers command line printing

    node-thermal-printer is a Node.js library that enables communication with thermal receipt printers using ESC/POS commands. It is designed for point-of-sale (POS) applications, allowing developers to generate receipts, barcodes, QR codes, and formatted text.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 15
    QtScrcpy

    QtScrcpy

    Android real-time display control software

    ...If you are interested in it and want to learn how it works but do not know how to get started, you can choose to purchase my recorded video lessons. It details the development architecture and the development process of the entire software, and help you develop QtScrcpy from scratch.
    Downloads: 291 This Week
    Last Update:
    See Project
  • 16
    USB-Device

    USB-Device

    Fixes USB connexion fail with devices on some linux system

    Initially designed to fix the usb detection fail with Device Flash Tool software, USB-Device try to fixes the devices detection issue on the USB ports. This program is automatically translated on startup.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    Moonlight-Switch

    Moonlight-Switch

    Moonlight port for Nintendo Switch

    Moonlight-Switch is a port of Moonlight Game Streaming Project for Nintendo Switch. With a touch screen, you can move your cursor, tap to left click, and scroll 2 fingers to scroll. While touching the screen ZR and ZL buttons will work like left and right mouse buttons. Also While touching the screen L and R sticks will work like a scrolling wheel. By default, the Switch gamepad is configured as an X360 gamepad (A/B and X/Y swapped). Key mapping is available in application settings. Up to 5...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 18
    Quickemu

    Quickemu

    Quickly create and run optimized Windows, macOS and Linux

    Quickly create and run optimized Windows, macOS, and Linux virtual machines. Quickemu is a wrapper for the excellent QEMU that automatically "does the right thing" when creating virtual machines. No requirement for exhaustive configuration options. You decide what operating system you want to run and Quickemu takes care of the rest. The original objective of the project was to enable quick testing of Linux distributions where the virtual machines and their configuration can be stored...
    Downloads: 38 This Week
    Last Update:
    See Project
  • 19
    Distrobox

    Distrobox

    Use any linux distribution inside your terminal

    Use any Linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Distrobox uses podman, docker or lilipod to create containers using the Linux distribution of your choice. The created container will be tightly integrated with the host, allowing sharing of the HOME directory of the user, external storage, external USB devices and graphical apps (X11/Wayland), and audio. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 20
    VirtualBox

    VirtualBox

    Virtualization software for x86_64 hardware

    VirtualBox is a powerful open-source full virtualization software that allows a user to run one or more “guest” operating systems simultaneously inside “virtual machines” on a single physical “host” machine. It supports a wide variety of host platforms (Linux, Windows, macOS, Solaris, etc.) and guest OSes, enabling, for example, running Linux on a Windows PC, running Windows Server on a Linux host, or even legacy OSes in a controlled environment. This flexibility makes VirtualBox ideal for...
    Downloads: 53 This Week
    Last Update:
    See Project
  • 21
    CrystalDiskInfo

    CrystalDiskInfo

    A HDD/SSD utility software

    A HDD/SSD utility software which supports a part of USB, RAID and NVMe.
    Leader badge
    Downloads: 213,960 This Week
    Last Update:
    See Project
  • 22
    Cemu Wii U emulator

    Cemu Wii U emulator

    Cemu is a Wii U emulator

    Software to emulate Wii U games and applications on PC. Currently, the DRC (GamePad), Pro Controller, and Classic Controller is emulated. Wiimotes are emulated as well (including native support). Keyboard input + USB controllers as input devices are supported. GamePad touch input can be controlled via a left mouse click. Gyro functionality is emulated with limitations and can be controlled via the right mouse button.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 23
    USB Paranoiac

    USB Paranoiac

    USB Security Scanner on Linux

    This program allows you to examine suspicious USB storage devices before plugging them into your Windows computer. This is not an antivirus; it does not have heuristic or automatic detection-cleanup features. Just so you know, executable files are worth your attention. You decide whether they're dangerous or not. https://github.com/shampuan/USB-Paranoiac
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Toolbx Linux

    Toolbx Linux

    Tool for interactive command line environments on Linux

    Toolbx is a tool for Linux, which allows the use of interactive command line environments for development and troubleshooting the host operating system, without having to install software on the host. It is built on top of Podman and other standard container technologies from OCI. Toolbx environments have seamless access to the user's home directory, the Wayland and X11 sockets, networking (including Avahi), removable devices (like USB sticks), systemd journal, SSH agent, D-Bus, limits, /dev and the udev database, etc. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25

    USB Footswitch Programmer

    Linux software to program a usb footswitch

    ...So, if you run Linux, you still need to be able to boot up Windows in order to program your footswitch with the included software. The Usb Footswitch Programmer is a Linux program that you can instead use to program your footswitch on Linux. You do not need Windows in order to do so. This program presents a graphical window to configure the USB foot switch/pedal. It supports 1 to 3 pedal units made by PCsensor, Scythe, Stritch, PcSensor, Delcom, and other models using the same USB chips.
    Downloads: 12 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next