Cette page est affichée en anglais. Une traduction française est en cours.
ScriptsJul 17, 2026·3 min de lecture

Weylus — Use Your Tablet as a Drawing Input Device

Turn any tablet or phone into a graphic tablet, touchscreen, or keyboard for your computer over a local network, with pressure sensitivity and low latency.

Prêt pour agents

Installation avec revue préalable

Cet actif nécessite une revue. Le prompt copié demande un dry-run, affiche les écritures, puis continue seulement après confirmation.

Needs Confirmation · 64/100Policy : confirmer
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Weylus Overview
Commande avec revue préalable
npx -y tokrepo@latest install e142c3ad-81dc-11f1-9bc6-00163e2b0d79 --target codex

Dry-run d'abord, confirmez les écritures, puis lancez cette commande.

Introduction

Weylus lets you use a tablet or smartphone as a graphic tablet, touchscreen, or keyboard for your computer. It runs as a lightweight server on your desktop and serves a web interface your tablet connects to via the browser — no app install required on the client side.

What Weylus Does

  • Turns any touchscreen device into a pressure-sensitive drawing tablet for your PC
  • Mirrors a selected window or full screen to the tablet's browser
  • Supports stylus pressure and tilt on compatible devices (iPad, Surface, etc.)
  • Works cross-platform: Linux, macOS, and Windows as host; any modern browser as client
  • Provides hardware-accelerated video encoding for low-latency screen mirroring

Architecture Overview

Weylus is written in Rust and runs a small HTTP/WebSocket server on the host machine. The tablet connects via a standard web browser, receiving a live video stream of the host's screen encoded with FFmpeg (using VA-API or NVENC when available). Touch and stylus events are captured via JavaScript Pointer Events and sent back over WebSocket, then injected into the host's input system via uinput (Linux), the Accessibility API (macOS), or the Windows input APIs.

Self-Hosting & Configuration

  • Download a prebuilt binary from the GitHub releases page for Linux, macOS, or Windows
  • On Linux, ensure the user has access to /dev/uinput for input injection
  • Configure the listening address and port via command-line flags (default 0.0.0.0:1701)
  • Optionally restrict access with a password or bind to localhost and use SSH tunneling
  • Hardware-accelerated encoding is auto-detected; override with --try-vaapi or --try-nvenc flags

Key Features

  • Zero install on the client side — uses only the tablet's web browser
  • Pressure sensitivity support through the Pointer Events API
  • Low-latency screen mirroring with hardware-accelerated video encoding
  • Multi-touch gesture support for scrolling, zooming, and panning
  • Lightweight single binary with no runtime dependencies beyond system libraries

Comparison with Similar Tools

  • VirtualTablet — requires a dedicated Android/iOS app; Weylus uses any browser
  • Splashtop Wired XDisplay — commercial, wired-only; Weylus is free and wireless
  • spacedesk — focuses on extending displays; Weylus focuses on input with pressure sensitivity
  • Barrier/Synergy — shares keyboard and mouse across computers but lacks drawing tablet input
  • KDE Connect — offers touchpad mode but no pressure-sensitive stylus or screen mirror

FAQ

Q: Does Weylus work with drawing apps like Krita or GIMP? A: Yes. On the host machine, Weylus appears as a standard input device, so any application that accepts tablet input will work.

Q: Do I need to install an app on my tablet? A: No. You only need a modern web browser on the tablet.

Q: What about latency? A: With hardware-accelerated encoding, latency is typically under 30ms on a local network.

Q: Is it secure for use on shared networks? A: You can set a password or bind to localhost and tunnel via SSH. Avoid running it on untrusted networks without protection.

Sources

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires