Driver

Open-source projects categorized as Driver

Top 23 Driver Open-Source Projects

  • BlackHole

    BlackHole is a modern macOS audio loopback driver that allows applications to pass audio to other applications with zero additional latency.

  • Project mention: Use Tonex software to RIP Amplitube Tones without Hardware. | /r/AmpliTube | 2023-12-10

    I did something similar using BlackHole , with an old Mac, not as fast, but I'm quite happy with the results.

  • mac-precision-touchpad

    Windows Precision Touchpad Driver Implementation for Apple MacBook / Magic Trackpad

  • Project mention: Why Android developers no longer need Windows USB drivers | news.ycombinator.com | 2023-12-30

    Link for reference:

    > Bingxing Wang's awesome [Windows Precision Touchpad Implementation for Apple MacBook family/Magic Trackpad 2] driver[0].

    [0] https://github.com/imbushuo/mac-precision-touchpad

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • mongo-go-driver

    The Official Golang driver for MongoDB

  • Project mention: Uploading and Serving Images from MongoDB in Golang | dev.to | 2024-01-04

    MongoDB, a document-oriented NoSQL database, will be our data powerhouse. We'll utilize the mongo-driver library to seamlessly connect our Golang application to MongoDB. This section will cover essential database interactions, including creating collections, storing metadata, and efficiently querying for image-related data. Understanding these fundamentals is crucial for building a robust image storage and retrieval system.

  • postgres

    Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare (by porsager)

  • Project mention: Neon Is Generally Available: Serverless Postgres | news.ycombinator.com | 2024-04-15

    I want to use this as a chance to bring attention to a GitHub issue that I think would help reduce friction for Neon:

    https://github.com/neondatabase/neon/issues/4989

    If the Neon driver were to allow us to easily pass in a localhost connection, the development and test experience would be easier. Perhaps Neon could swap to something like this internally: https://github.com/porsager/postgres.

    Having run a local dev environment connected to Neon and tests connected to Neon got in our way of adoption. We'd prefer to develop and run tests against a regular Postgres localhost database.

    To the PMs of Neon, put yourself in the shoes of a new developer thinking of giving Neon a try. What changes will I have to make to my code and my development workflow?

  • winfsp

    Windows File System Proxy - FUSE for Windows

  • Project mention: WinFsp · Windows File System Proxy | /r/patient_hackernews | 2023-06-16
  • DriverStoreExplorer

    Driver Store Explorer [RAPR]

  • Project mention: Lenovo - System - 2.0.6.78 update? What is this? | /r/LenovoLegion | 2023-06-21

    When asking questions like this, consider using something like DriverStoreExplorer. It can help you deduce what version is lower then the one you are currently seeing in updates. Also, to clean out any unwanted, unused and old driver versions.

  • dokany

    User mode file system library for windows with FUSE Wrapper

  • Project mention: Projected File System | news.ycombinator.com | 2024-02-22

    It's not really the same though. A Projected File System copies the files from the backing store to somewhere on the local file system when requested and then performs IO normally on the local files.

    For an actual implementation of userspace filesystems on Windows see dokany: https://github.com/dokan-dev/dokany

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • BetterJoy

    Allows the Nintendo Switch Pro Controller, Joycons and SNES controller to be used with CEMU, Citra, Dolphin, Yuzu and as generic XInput

  • Project mention: Having trouble mapping controls with Nintendo Switch Controller | /r/DeSmuME | 2023-11-09

    [BUG] Wired Pro Controller inputs going crazy randomly · Issue #566 · Davidobot/BetterJoy (github.com)

  • openrazer

    Open source driver and user-space daemon to control Razer lighting and other features on GNU/Linux

  • Project mention: Any good gaming mouse that is Linux compatible? | /r/linux_gaming | 2023-07-11
  • psycopg2

    PostgreSQL database adapter for the Python programming language

  • Project mention: Can I learn Python while practicing writing queries for SQL simultaneously? I've recently completed learning SQL and trying to get better at it. | /r/SQL | 2023-05-10

    You can practice both by using https://www.psycopg.org from your Python code to communicate with your database. When I wanted to practice some SQL, that's what I did (we use psycopg at work, so that's what I practiced with, making a dream journal thingy for myself that was better than just noting stuff in a notepad because I could then look up e.g. what other stuff was correlated with Y, how many times I dreamed of X, etc. etc.)

  • gocql

    Package gocql implements a fast and robust Cassandra client for the Go programming language.

  • OpenTabletDriver

    Open source, cross-platform, user-mode tablet driver

  • Project mention: OpenTablet Driver guide for Huion Kamvas 24 4k on windows 10 (but maybe other tablets too) in particular for painting | /r/huion | 2023-11-09

    First follow the installation guide on https://opentabletdriver.net/

  • HackSysExtremeVulnerableDriver

    HackSys Extreme Vulnerable Driver (HEVD) - Windows & Linux

  • Windows-Kernel-Explorer

    A free but powerful Windows kernel research tool.

  • liquidctl

    Cross-platform CLI and Python drivers for AIO liquid coolers and other devices

  • Project mention: The 2023 krakens on Linux | /r/NZXT | 2023-09-04

    I intend to purchase an AIO for a system that will also run Linux in dual boot. As CAM is not available for Linux, i have been looking at 3rd party options such as https://github.com/liquidctl/liquidctl for controlling the AIO on Linux systems. Support for the 2023 models is still a work in progress however. I'm not sure what will happen to my AIO if I run linux without CAM or other software configured.

  • esp8266-oled-ssd1306

    Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32

  • TitanHide

    Hiding kernel-driver for x86/x64.

  • r8152

    Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters

  • Project mention: Unstable and slow Realtek RTL8156B 2.5GbE USB-C dongle on vanilla F38 | /r/Fedora | 2023-07-01

    The network adapter performance is underwhelming and it keeps disconnecting every 2-3 min. It is connected in a usb-c port on a Thinkpad T480s. I found a post online from someone having this issue on Ubuntu. I tried adding the udev file rules for Realtek adapters mentionned in his post without success.

  • linkedin_scraper

    A library that scrapes Linkedin for user data

  • apfs-fuse

    FUSE driver for APFS (Apple File System)

  • Project mention: I used to work for apple | /r/computer | 2023-06-03

    OR to attempt to recover data from the old drive, you can use a USB and boot into a Linux Live instance, install apfs-fuse to mount the partition if it is not encrypted. Here's a tutorial to boot into Ubuntu Live. And here is a link to the github repository for apfs-fuse.

  • gorethink

    Go language driver for RethinkDB

  • EfiGuard

    Disable PatchGuard and Driver Signature Enforcement at boot time

  • Nidhogg

    Nidhogg is an all-in-one simple to use rootkit.

  • Project mention: Jormungandr is a kernel implementation of a COFF loader, allowing kernel developers to load and execute their COFFs in the kernel. | /r/netsec | 2023-06-24

    This is not an exploit nor an example about how to write a driver and I didn't write anywhere about an exploit or how to write an driver. If you are looking for these kind of resources, feel free to check out my driver programming blog series "Lord of the Ring0" (and a talk that will be released soon! :) ): https://idov31.github.io/2022/07/14/lord-of-the-ring0-p1.html

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Driver related posts

Index

What are some of the best open-source Driver projects? This list will help you:

Project Stars
1 BlackHole 13,276
2 mac-precision-touchpad 8,530
3 mongo-go-driver 7,921
4 postgres 6,678
5 winfsp 6,560
6 DriverStoreExplorer 6,083
7 dokany 5,060
8 BetterJoy 3,625
9 openrazer 3,433
10 psycopg2 3,205
11 gocql 2,522
12 OpenTabletDriver 2,473
13 HackSysExtremeVulnerableDriver 2,310
14 Windows-Kernel-Explorer 2,259
15 liquidctl 2,078
16 esp8266-oled-ssd1306 1,950
17 TitanHide 1,941
18 r8152 1,805
19 linkedin_scraper 1,689
20 apfs-fuse 1,646
21 gorethink 1,645
22 EfiGuard 1,619
23 Nidhogg 1,597

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com