Warning
This is proof of concept software provided as-is without any warranties. Use at your own risk.
iProxy2vts is a lightweight systemd service that bridges VTube Studio tracking data from your iPhone to VTS on Linux over USB.
- libimobiledevice-dev
- libusbmuxd-dev
- iproxy (part of libusbmuxd-tools)
- libnotify-bin (for notifications)
On Ubuntu/Debian, install them via:
sudo apt-get install libimobiledevice-dev libusbmuxd-dev libusbmuxd-tools libnotify-binOn Arch Linux:
sudo pacman -S libimobiledevice usbmuxd libnotifymakemake installsystemctl --user daemon-reload
systemctl --user enable iproxy2vts
systemctl --user start iproxy2vtsYou can also use the app's Port Config dialog to toggle Start on boot.
make uninstall