{"id":47683605,"url":"https://github.com/hapoyo/liquidmouse","last_synced_at":"2026-05-23T09:01:26.451Z","repository":{"id":332589618,"uuid":"1130003224","full_name":"Hapoyo/LiquidMouse","owner":"Hapoyo","description":"Turn your smartphone into a wireless touchpad and keyboard for Windows. No app, no cloud — just open a browser on your phone.","archived":false,"fork":false,"pushed_at":"2026-05-23T07:26:59.000Z","size":41691,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T08:23:21.751Z","etag":null,"topics":["html5","keybord","lan","python","touchpad","websocket","windows","wireless"],"latest_commit_sha":null,"homepage":"https://github.com/Hapoyo/LiquidMouse/releases","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hapoyo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-07T22:23:19.000Z","updated_at":"2026-05-23T07:27:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Hapoyo/LiquidMouse","commit_stats":null,"previous_names":["hapoyo/liquidmouse"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/Hapoyo/LiquidMouse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hapoyo%2FLiquidMouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hapoyo%2FLiquidMouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hapoyo%2FLiquidMouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hapoyo%2FLiquidMouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hapoyo","download_url":"https://codeload.github.com/Hapoyo/LiquidMouse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hapoyo%2FLiquidMouse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33389229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html5","keybord","lan","python","touchpad","websocket","windows","wireless"],"created_at":"2026-04-02T14:22:30.974Z","updated_at":"2026-05-23T09:01:26.434Z","avatar_url":"https://github.com/Hapoyo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiquidMouse\n\nTurn your smartphone into a wireless touchpad and keyboard for Windows.\nNo app to install — the client runs entirely in the browser.\n\n## Requirements\n\n- Windows 10 / 11\n- PC and smartphone on the same Wi-Fi network\n\n## Installation\n\n**Executable** — download `LiquidMouse.exe` from [Releases](https://github.com/Hapoyo/LiquidMouse/releases).\n\n**From source** — Python 3.7+:\n\n```bash\npip install websockets pystray Pillow qrcode cryptography\npython server.pyw\n```\n\n## Usage\n\n1. Start LiquidMouse on your PC\n2. Scan the QR code with your smartphone or type the IP shown in the window\n3. To quit: tray icon → Exit\n\n## Features\n\n- Touchpad with tap, double-tap, long-press (right-click) and two-finger scroll\n- Full virtual keyboard with Unicode support\n- Quick menu: Copy, Paste, ESC, Ctrl/Shift lock, Drag lock, Select All, Win, Play/Pause\n- Adjustable cursor sensitivity, saved locally\n- Security: IP whitelist, local network only, no cloud\n\n## First-time setup on iPhone / iPad (Safari)\n\nLiquidMouse uses a self-signed SSL certificate to encrypt the connection. Safari requires you to trust it once before connecting.\n\n1. Right-click the tray icon → **Install certificate on phone**\n2. Scan the QR code with Safari (not the Camera app)\n3. Tap **Allow** to download the profile → go to **Settings**\n4. **Settings → Profile Downloaded → Install**\n5. **Settings → General → About → Certificate Trust Settings → enable LiquidMouse**\n\nAfter this, Safari will connect without warnings on that device. Repeat if you change Wi-Fi networks (the certificate is tied to the PC's local IP).\n\n## Troubleshooting\n\n**Smartphone won't connect** — make sure both devices are on the same Wi-Fi network and that Windows Firewall allows ports `8000`, `8001` and `8765`.\n\n**Ports in use** — find the process with `netstat -ano | findstr :8765`, then kill it with `taskkill /PID \u003cid\u003e /F`.\n\n**Safari shows a security warning** — follow the certificate installation steps above. Once installed and trusted, the warning won't appear again.\n\n**Connection drops repeatedly** — some mobile browsers throttle background WebSocket connections. Keep the browser tab in the foreground or disable battery saver mode.\n\n## Supported browsers\n\n| Browser | iOS | Android |\n| :--- | :---: | :---: |\n| Safari | ✅ | — |\n| Chrome | ✅ | ✅ |\n| Firefox | ⚠️ | ✅ |\n| Edge | — | ✅ |\n\n## Author\n\n[Hapone](https://github.com/Hapoyo)\n\n## License\n\nGPL v3 — see [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhapoyo%2Fliquidmouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhapoyo%2Fliquidmouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhapoyo%2Fliquidmouse/lists"}