Skip to content

Repository files navigation

iproxy2vts

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.

Dependencies

  • 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-bin

On Arch Linux:

sudo pacman -S libimobiledevice usbmuxd libnotify

Building & Installing

Build

make

Install the app, desktop launcher, icon, and user service

make install

Enable and start the service on boot

systemctl --user daemon-reload
systemctl --user enable iproxy2vts
systemctl --user start iproxy2vts

You can also use the app's Port Config dialog to toggle Start on boot.

Uninstall

make uninstall

About

Currently PoC allowing Linux users to use VTube Studio over USB from iPhones

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages