Showing 478 open source projects for "input"

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
  • 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
    Input Overlay

    Input Overlay

    Show keyboard, gamepad and mouse input on stream

    Input‑Overlay is an open-source OBS Studio plugin for Windows and Linux that visualizes keyboard, mouse, and gamepad inputs on screen during livestreams or recordings. It presents inputs as overlay source with configurable presets.
    Downloads: 221 This Week
    Last Update:
    See Project
  • 2
    Input Remapper

    Input Remapper

    An easy to use tool to change the behaviour of your input devices

    An easy-to-use tool to change the behavior of your input devices. Supports X11, Wayland, combinations, programmable macros, joysticks, wheels, triggers, keys, mouse movements and more. Maps any input to any other input.
    Downloads: 112 This Week
    Last Update:
    See Project
  • 3
    Stroke Input Method for Android

    Stroke Input Method for Android

    Android Chinese keyboard: Stroke Input Method

    This minimalist Android IME enables input of Chinese characters via stroke sequences. It supports over 28k characters (including Cantonese), offers simplified/traditional preferences, avoids ads, permissions, and telemetry, ensuring privacy and simplicity.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Winlator

    Winlator

    Android application for running Windows applications with Wine

    A software that enables users to run Windows applications on Android devices, providing an emulation layer that supports various Windows applications and games.
    Downloads: 693 This Week
    Last Update:
    See Project
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 5
    BizHawk

    BizHawk

    BizHawk is a multi-system emulator written in C#

    ...As well as quality-of-life features for casual players, it also has recording/playback and debugging tools, making it the first choice for TASers (Tool-Assisted Speedrunners). Screenshotting and recording audio + video to file. Firmware management, input, framerate, and more in a HUD over the game. Rebindable hotkeys for controlling the frontend (keyboard+mouse+gamepad). A comprehensive input mapper for the emulated gamepads and other peripherals. Programmatic control over core and frontend with Lua or C#.NET. Development builds are made automatically whenever someone contributes. ...
    Downloads: 65 This Week
    Last Update:
    See Project
  • 6
    Fcitx5 Android

    Fcitx5 Android

    Fcitx5 input method framework and engines ported to Android

    fcitx5‑android is an Android port of the fcitx5 input method framework (originally for Linux). It brings features of desktop IME—like pinyin, table-based input, and plugin support—to Android devices. APKs are available via GitHub, F‑Droid, and Google Play.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    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. Cemu is currently only available for 64-bit Windows and Linux devices. The native Linux build is currently a work-in-progress. ...
    Downloads: 37 This Week
    Last Update:
    See Project
  • 8
    KeymouseGo

    KeymouseGo

    Automate mouse clicks and keyboard input

    KeymouseGo is a lightweight, open-source Windows/Mac/Linux automation tool built with Python. It records and replays mouse and keyboard actions—for example, click sequences and typing—allowing repetition of repetitive tasks via scripts or GUI buttons.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 9
    Brotli

    Brotli

    Brotli compression format

    Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding API is used (or input chunk for streaming API is not limited), input size (chunk size) is larger than 2GiB, and input contains uncompressed blocks. After the overflow happens, memcpy is invoked with a gigantic num value, that will likely cause the crash. Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. ...
    Downloads: 40 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    UglifyJS 3

    UglifyJS 3

    JavaScript parser, mangler, compressor, beautifier toolkit

    UglifyJS is a JavaScript compressor/minifier written in JavaScript. It also contains tools that allow one to automate working with JavaScript code. A parser which produces an abstract syntax tree (AST) from JavaScript code. A code generator which outputs JavaScript code from an AST, also providing the option to get a source map. A compressor (optimizer). it uses the transformer API to optimize an AST into a smaller one. A mangler, reduce names of local variables to (usually) single-letters....
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    ClusterSSH (cssh)

    ClusterSSH (cssh)

    Cluster SSH - Cluster Admin Via SSH

    ClusterSSH is a tool to manage simultaneous interactive sessions across multiple SSH-accessible hosts. It opens one master terminal and many child terminal windows (or tabs), sending the same keystrokes to all clients while allowing isolated input per host. This is useful when orchestrating repetitive tasks—such as rolling updates or diagnosing distributed systems—without copying and pasting into each window. The interface supports splitting windows, delayed input modes, and host groupings to make clusters more manageable. It also includes features like per-host prompt prefixing or context awareness to avoid confusion in mixed environments. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    QMK

    QMK

    Keyboard firmware for Atmel AVR and ARM controllers

    QMK (Quantum Mechanical Keyboard) is an open source community centered around developing computer input devices. The community encompasses all sorts of input devices, such as keyboards, mice, and MIDI devices. This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 13
    RustScan

    RustScan

    The Modern Port Scanner

    ...Automatically pipe results into Nmap, or use our scripts (or write your own) to do whatever you want. Adaptive learning. RustScan improves the more you use it. No bloated machine learning here, just basic maths. The usuals you would expect. IPv6, CIDR, file input and more. Automatically pipes ports into Nmap. RustScan is a modern take on the port scanner. Sleek & fast. All while providing extensive extendability to you. Not to mention RustScan uses Adaptive Learning to improve itself over time, making it the best port scanner for you. Speed is guaranteed via RustScan. However, if you want to run a slow scan due to stealth that is possible too. ...
    Downloads: 53 This Week
    Last Update:
    See Project
  • 14
    Proton-GE-Custom

    Proton-GE-Custom

    Compatibility tool for Steam Play based on Wine

    Proton-GE-Custom is an unofficial compatibility tool for Steam Play that builds on Valve’s Proton and Wine codebases to provide additional patches, fixes, and enhancements for running Windows games on Linux systems through Steam, particularly on Steam Deck and other Linux gaming platforms. Unlike the official Proton builds, this custom fork includes community-developed patches such as media foundation support, raw input improvements, AMD and Nvidia optimizations, and broader compatibility tweaks that help certain games launch and run more reliably or with better performance. It also incorporates a “protonfixes” system that applies per-game adjustments automatically, enabling environment variables or workarounds without manual user intervention. ...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 15
    RPCS3

    RPCS3

    PlayStation 3 emulator and debugger

    RPCS3 is an open-source PlayStation 3 emulator and debugger, allowing users to run PS3 games and software on Windows, Linux, and macOS platforms. It aims to preserve the legacy of the PlayStation 3 by enabling gameplay and software testing beyond the original hardware's lifespan. The project has made significant progress in compatibility and performance, supporting a wide range of PS3 titles.
    Downloads: 100 This Week
    Last Update:
    See Project
  • 16
    Smithay

    Smithay

    A smithy for rusty wayland compositors

    Smithay is a modular toolkit for building Wayland compositors in Rust. Rather than a standalone compositor, it provides building blocks like protocol handlers, session backends, DRM abstractions, and input/output utilities. It supports core and extended Wayland protocols, libseat, tablets, graphics tablets, Xwayland, and more. It's mature and under active development, providing a “smithy” for compositor authors.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    LangKit

    LangKit

    An open-source toolkit for monitoring Language Learning Models (LLMs)

    LangKit is an open-source text metrics toolkit for monitoring language models. It offers an array of methods for extracting relevant signals from the input and/or output text, which are compatible with the open-source data logging library whylogs. Productionizing language models, including LLMs, comes with a range of risks due to the infinite amount of input combinations, which can elicit an infinite amount of outputs. The unstructured nature of text poses a challenge in the ML observability space - a challenge worth solving, since the lack of visibility on the model's behavior can have serious consequences.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Rust for windows uiautomation

    Rust for windows uiautomation

    The uiatomation-rs crate is a wrapper for windows uiautomation

    The uiatomation-rs crate is a wrapper for Windows uiautomation. This crate can help you make Windows uiautoamtion API calls conveniently. Start by adding the dependency of this crate to your Cargo.toml file. Make use of any Windows uiautomation calls as needed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    PlayCover

    PlayCover

    Community fork of PlayCover

    PlayCover is an open-source macOS application that restores the ability to run iOS apps and games on Apple Silicon Macs (M1/M2/etc.). It simulates an iPad environment to enable native app execution and offers custom input mapping, making it especially useful for gaming and sideloading on macOS.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 20
    Niri

    Niri

    A scrollable-tiling Wayland compositor

    Niri is a dynamic, scrollable-tiling Wayland compositor built for Linux composed around columns laid out infinitely to the right. It supports multi-monitor setups, fractional scaling, floating windows, NVIDIA drivers, and input devices like tablets and touchpads. Stable for daily usage, many users have adopted it as their primary Wayland environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Hotkeys

    Hotkeys

    A robust Javascript library for capturing keyboard input

    HotKeys.js is an input capture library with some very special features, it is easy to pick up and use, has a reasonable footprint (~3kb) (gzipped: 1.73kb), and has no dependencies. It should not interfere with any JavaScript libraries or frameworks. You will need Node.js installed on your system. Or manually download and link hotkeys.js in your HTML, It can also be downloaded via UNPKG. react-hotkeys is the React component that listen to keydown and keyup keyboard events, defining and dispatching keyboard shortcuts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ripgrep

    ripgrep

    Regex pattern directory search tool that respects your .gitignore

    ...By default, ripgrep will ignore your .gitignore and skip hidden files or directories and binary files automatically. ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. ripgrep supports arbitrary input preprocessing filters which could be PDF text extraction, less supported decompression, decrypting, automatic encoding detection and so on. In other words, use ripgrep if you like speed, filtering by default, fewer bugs and Unicode support.
    Downloads: 47 This Week
    Last Update:
    See Project
  • 23
    puNES

    puNES

    Qt-based Nintendo Entertaiment System emulator and NSF/NSF2/NSFe Music

    puNES is a highly accurate NES/Famicom emulator written in C++, with a focus on compatibility, cycle-accuracy, and faithful rendering of classic Nintendo hardware. It supports a wide range of mappers, has a robust set of debugging tools, and provides accurate audio and video emulation down to the scanline and pixel level. puNES is designed to run on multiple operating systems and includes a highly customizable interface with support for shaders, rewind, netplay, and recording features. It's...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 24
    Winslop

    Winslop

    De-slop Windows

    ...By assigning intuitive keyboard shortcuts, users can instantly tile windows to halves, thirds, quadrants, or custom presets, streamlining multi-task workflows where quickly reshaping the screen space is essential. The interface aims for simplicity: it stays out of the way when not needed, only intercepting input when window actions are explicitly triggered, so it doesn’t disrupt regular typing or focus. Winslop also supports multi-monitor configurations, enabling users to manage windows across screens with consistent behavior and predictable layouts.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 25
    Panda3DS

    Panda3DS

    HLE 3DS emulator

    Panda3DS is a new emulator for the Nintendo 3DS. It allows fans of the console to enjoy their favorite games with various enhancements and unique features on all their devices, be it a laptop, a desktop, or on the go with a Steam Deck (and phone someday). Welcome to the home site for Panda3DS, a new emulator hoping to bring all sorts of unique features to the 3DS emulation scene, such as support for scripting, various enhancements, support for all sorts of platforms, development tools, and more.
    Downloads: 10 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →