惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

有赞技术团队
有赞技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
D
DataBreaches.Net
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
Y
Y Combinator Blog
博客园 - 【当耐特】
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
P
Proofpoint News Feed
量子位
C
Check Point Blog
F
Fortinet All Blogs
罗磊的独立博客
Last Week in AI
Last Week in AI
GbyAI
GbyAI
L
LangChain Blog
博客园 - 司徒正美

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - xfoa/spud: A cross-platform remote control appli...
foax · 2026-05-19 · via Hacker News: Show HN

The Spud icon, a potato with a game controller D-pad and buttons carved into it

Spud solves the problem of wanting to play games on a computer attached your TV, from a laptop on your couch. It's a cross-platform remote control application that sends local input to a remote server, and is optimised for gaming. Input is as responsive as possible, and protocol parameters are tunable for latency and reliability. As it's intended to be used in a situation where you can already see the output from the server on another device, it doesn't accept video or sound output from the server.

Why use Spud?

So you got yourself a wee gaming rig for your TV, but you don't have a controller or you prefer keyboard/mouse. Spud's got you: run the server on your gaming machine, and the client on your laptop, and voilà! You can now game on your big TV and impressive sound system from the comfort of your couch, without wires!

Spud is optimised for gaming, and is easy to set up. It's also open-source, so if something is broken or there's a feature you'd like to implement, you're very welcome to contribute.

Why not use something else?

There already exist tools that solve similar problems to Spud, so why not use them instead?

  • Synergy is a great tool for remote control, but its latency makes it unsuitable for gaming.
  • Parsec is fantastically optimised and easy to set up, but it's too heavyweight when you don't need video sent back to the controlling device.
  • Moonlight/Sunlight are brilliant projects, but can be difficult to set up and don't support input-only mode.
  • Lan Mouse is a very similar project to this, but is less optimised.

Features

  • Simple UI
  • Cross-platform
  • Low latency input streaming
  • Input capture toggling by hotkey
  • Relative or absolute pointer movement
  • LAN discovery
  • Optional local screen blanking on input capture
  • Tolerance of poor network conditions
  • Optional password protection and encryption
  • Tunable performance and reliability settings

Supported platforms

  • Linux
    • X11
      • Tested on Gnome and KDE
    • Wayland
      • Tested on Gnome, KDE, and COSMIC
  • macOS
    • Tested on Tahoe (version 26)
  • Windows 11
    • Tested on version 25H2

Install

Linux

A .deb package is built by CI and can be downloaded from GitHub Actions artifacts or the releases page:

sudo dpkg -i spud_1.0.0_amd64.deb

Alternatively, a raw binary is available from the same sources. Put it wherever your system expects to find binaries.

On Linux, the server can inject input events via a privileged helper that runs through pkexec. To start the server without having to enter your password (eg if starting on boot), install the polkit rule:

sudo install -Dm644 linux/50-spud-injection.pkla \
    /etc/polkit-1/localauthority/50-local.d/50-spud-injection.pkla

Or run the provided install script which also builds and installs the binary and desktop entry:

./scripts/install-linux.sh

macOS

A universal .app bundle is built by CI and can be downloaded from GitHub Actions artifacts or the releases page.

On macOS, fullscreen/hotkey input capture requires Accessibility permission (and Input Monitoring permission on macOS 10.15+). The app will prompt you to enable these in System Settings when you first attempt to capture input. Server-side input injection does not require special permissions.

Windows

An .msi installer is built by CI and can be downloaded from GitHub Actions artifacts or the releases page.

Run the installer and launch Spud from the Start Menu.

Build

You can build this project using:

cargo build

Then run using:

cargo run

Packaging

Install cargo-bundle and build platform packages:

cargo install cargo-bundle

# Linux
cargo bundle --format deb --release

# macOS
cargo bundle --format osx --release

# Windows
cargo bundle --format msi --release

Screenshots

Client

Spud client tab showing the connection page

Server

Spud server tab showing the status page

Contribute

Please feel free to open issues, create PRs, and fork this project!

License

This project is distributed under the GPL-3.0 license.