Package Details: vrct-git 3.4.3-1

Git Clone URL: https://aur.archlinux.org/vrct-git.git (read-only, click to copy)
Package Base: vrct-git
Description: VRChat Chatbox Translator & Transcription (Git version)
Upstream URL: https://misyaguziya.github.io/VRCT-Docs/
Licenses: MIT
Conflicts: vrct
Provides: vrct
Submitter: openglfreak
Maintainer: openglfreak
Last Packager: openglfreak
Votes: 1
Popularity: 0.48
First Submitted: 2026-03-26 10:00 (UTC)
Last Updated: 2026-05-10 16:57 (UTC)

Required by (0)

Sources (17)

Latest Comments

Technetium1 commented on 2026-04-12 17:00 (UTC)

On line 113 there's a .. where there shouldn't be, which breaks patching by leaving $srcdir.

ReploidSham commented on 2026-04-08 00:46 (UTC)

VRCT-git does support CUDA. My steps: Download the PKGBUILD and edit it, uncommenting cu130 and commenting cpu (to swap build type). Both the lines are right near the top of the PKGBUILD.

In the shortcut, I use "LD_LIBRARY_PATH=/opt/vrct/_internal/nvidia/cudnn/lib:/opt/vrct/_internal/torch/lib WAYLAND_DISPLAY='' WEBKIT_DISABLE_DMABUF_RENDERER=1 vrct" VRCT has its own Cudnn you want to point towards, it seems to get confused if you already have them installed, so... this works. Also, the two WAYLAND commands are... because I have Wayland. It seems VRCT is aimed towards Xorg and doesn't seem to play nice with wayland when you don't specifically address it.

This is written towards vrct-git 3.4.2-3 and this is my first attempt to contribute.