Add hardened Linux support and v1.1.0 release pipeline - #1
Merged
Conversation
Introduces InputBridge.Linux, a headless console app that runs on Linux and speaks the exact same protocol as the Windows apps by reusing InputBridge.Core (discovery, handshake, AES-256-GCM, transports). Linux and Windows machines interoperate in either role. - client mode: injects received input via /dev/uinput - host mode: captures local input via evdev (/dev/input/event*), with Ctrl+Alt+S toggle and Ctrl+Alt+Esc emergency release - Works under both X11 and Wayland (kernel-level, no XTEST dependency) - Windows VK <-> Linux evdev key mapping (KeyMap) - docs/LINUX.md guide + packaging/99-inputbridge.rules udev rule for sudo-less use - README: Linux badge + section; project added to InputBridge.sln Verified on Arch (Wayland): clean build (0 warnings), uinput device creation, evdev enumeration (4 devices), and full host<->client handshake over loopback. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Delete build.txt (a stale build log that leaked a local absolute path) - Ignore build.txt/publish/ going forward - Allow docs/*.md through the blanket *.md ignore so guides are tracked Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a native Linux edition of InputBridge that interoperates with the existing Windows Host and Client. Linux input capture uses evdev and injection uses uinput, so both X11 and Wayland are supported.
This update also hardens the shared transport and prepares the repository for a v1.1.0 cross-platform release.
What changed
Validation
/dev/uinputon Arch Linux / Hyprland / Wayland.Release behavior
Tags matching
v*publish three release archives plus SHA-256 checksums: