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 installThis installs:
- Binary to
~/.local/bin/iproxy2vts - Systemd service to
~/.config/systemd/user/iproxy2vts.service
systemctl --user daemon-reload
systemctl --user enable iproxy2vts
systemctl --user start iproxy2vtsmake uninstall