A webapp to send message to VRChat Chatbox via OSC, which you may not need.
- Send message to VRChat Chatbox via web browser, so that you can send from other devices like mobile phone.
- Send message to system clipboard, so that you can paste it directly.
- Customize whether to show input indicator or play SFX.
- Keep showing the last message in Chatbox.
- Show what you're typing to Chatbox in realtime.
- UI is mobile friendly.
Download executable binary from GitHub Releases basd on your operating system, and run it directly.
The pre-packed binary has already bundled Node.js, so you don't need to download Node.js manually.
Node.js >= 16 is required.
- Clone the repo, or download source code tar ball
- Download prebuild assets from GitHub Releases, and extract them into
/build
folder npm install --production
npm start
--port [PORT]
: Web server port, default38888
--osc-host [HOST]
: VRChat OSC host, default127.0.0.1
--osc-port [PORT]
: VRChat OSC port, default9000
--auth-user [USERNAME]
: Login username--auth-pass [PASSWORD]
: Login password--show-ipv6
: Print bind IPv6 addresses for web server
You can also use environment variable to set options, just need to spell them in upper case and replace -
to underline _
. For example, if you want to enable authorization for security reason, you can use AUTH_USER=foo AUTH_PASS=b@rb@2QU><
.
- Clone the repo, or download source code tar ball
npm install
npm start
to run backend servernpm run dev
to run frontend development servernpm run build
to build frontend production assetsnpm run pack
to bundle executable binary
- Check your firewall settings and make sure you've allow incoming traffic to the server (default port is
38888
). - The server prints a few addresses on startup, try them one by one.
- Make sure your device is in the same network with the device running the server.
- Make sure you've already enabled OSC feature in VRChat. To enable it, open Action Menu -> Options -> OSC -> Enabled.
- If the server is not on the same device running VRChat, you need to manually set
--osc-host
to the target device. However, copy to clipboard will not work, since it's not an OSC api, the feature is implemented on server side.
Yes, you need to install Termux and run it in shell. For most Android devices, use the ARM64 binary.
chmod +x ./vrc-chatbox-osc-web-linuxstatic-arm64
./vrc-chatbox-osc-web-linuxstatic-arm64
If you need the clipboard feature, you need to install Termux:API add-on, and run pkg install termux-api
in shell.
If you want to integrate with VRChat mobile, you can open the web ui in browser, then open your browser as pop-up window (may vary based on your system), so that it can over the VRChat app. If open an app as a window is not an option for your system, I'd recommend this app.
However, you can type in Chatbox with native keyboard on VRChat mobile version directly, though it may not a great experience. But running the server on Android would probably not a great experience, too.
Yes, but you need a developer account, and follow the previous Android phone steps. However, typing command with the built-in keyboard in Termux is awful, and you need to switch back to Quest Browser to input. I don't see it worth, unless you need to use the system keyboard like typing Korean or Japanese.
Probably not, running it in Termux returns "Bad system call". Besides, Pico OS doesn't allow opening browser when playing VR game.
Yes but why? Is it the day VRChat removes EAC, so that you can run the game on macOS? That's the reason why the prebuild binaries don't include macOS and Windows on arm64.
Of course! I realized it just after finish its main feature! Typing on your phone while holding controllers? That's why I say you may not need it! Say something good, at least you can open it in desktop browser, and type CJK or even emoji! Or just put your headset aside, listen to the PC, and typing on your phone! Or just use it as a HTTP API so that you can use it in other program! Whatever, I'm out!
Yeah! Shitty 💩!
GPLv3