From 2785fa1999138bc32ff32206ce3df19f5138f674 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Thu, 30 Jul 2026 23:10:54 +0200 Subject: [PATCH] chore(index): add virtualhere 0.1.0 New plugin: hands a physical USB device on the couch to the host for the length of a session and gives it back after, by driving a separately-licensed VirtualHere client. Nothing from VirtualHere is bundled or downloaded. Pinned integrity verified independently against the registry tarball, not only via CI. Co-Authored-By: Claude Opus 5 (1M context) --- v1/index.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/v1/index.json b/v1/index.json index d3271a7..2ba15bd 100644 --- a/v1/index.json +++ b/v1/index.json @@ -1,7 +1,7 @@ { "schema": 1, "name": "unom official", - "generated": "2026-07-27T10:56:14Z", + "generated": "2026-07-30T21:10:53Z", "plugins": [ { "id": "rom-manager", @@ -43,6 +43,27 @@ "platforms": [ "windows" ] + }, + { + "id": "virtualhere", + "pkg": "@punktfunk/plugin-virtualhere", + "registry": "https://git.unom.io/api/packages/unom/npm/", + "title": "VirtualHere", + "description": "Hands a physical USB device on your couch machine — wheel, HOTAS, pad — to the host for the length of a session, then gives it back. Drives a VirtualHere USB client you install and licence yourself; nothing from VirtualHere is bundled.", + "icon": "usb", + "author": "unom", + "homepage": "https://git.unom.io/unom/punktfunk-plugin-virtualhere", + "license": "MIT OR Apache-2.0", + "version": "0.1.0", + "integrity": "sha512-VPcGnske/807ETDfGXKT/zhJbr2mweSfrTIJsOcXHqHTaHtQOWPtDHGDWjQlOH2kRVmfuccB1EYl5TAJ9gSLqg==", + "verification": { + "reviewedAt": "2026-07-30" + }, + "minHost": "0.15.0", + "platforms": [ + "linux", + "windows" + ] } ], "security": [] -- 2.54.0