Search Criteria
Package Details: vrct-git 3.4.3-1
Package Actions
| 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) |
Dependencies (32)
- appmenu-gtk-module (appmenu-gtk-module-gitAUR)
- cairo (cairo-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libbz2.so (bzip2-gitAUR, bzip2)
- libcrypt.so (libxcrypt-gitAUR, libxcrypt, libxcrypt-compat)
- libexpat.so (expat-gitAUR, expat, lib32-expat)
- libffi.so (libffi-gitAUR, lib32-libffi, libffi)
- libjack.so (jack2-gitAUR, pipewire-jack-gitAUR, jackAUR, pipewire-full-jack-gitAUR, pipewire-jack-ldacAUR, jack2, lib32-jack2, lib32-pipewire-jack, pipewire-jack)
- libnsl.so (lib32-libnsl, libnsl)
- libpulse.so (pulseaudio-dummyAUR, libpulse)
- libsndio.so (sndio-gitAUR, sndio)
- libsoup
- libsqlite3.so (sqlite-fossilAUR, lib32-sqlite, sqlite)
- libssl.so (openssl-gitAUR, openssl-1.1AUR, openssl-staticAUR, openssl-aegisAUR, lib32-openssl, openssl)
- libuuid.so (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR, lib32-util-linux, util-linux-libs)
- libz.so (zlib-gitAUR, zlib-ng-compat-gitAUR, lib32-zlib, lib32-zlib-ng-compat, zlib, zlib-ng-compat)
- libzstd.so (zstd-gitAUR, zstd-staticAUR, lib32-zstd, zstd)
- mpdecimal
- pango (pango-gitAUR, pango-nothai-gitAUR)
- tzdata
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- automake (automake-gitAUR) (make)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- pyenv (pyenv-gitAUR) (make)
Required by (0)
Sources (17)
- 0001-Fix-Make-spec-files-platform-agnostic.patch
- 0002-Fix-Fix-logo-SVG-reference-on-case-sensitive-file-sy.patch
- 0003-Fix-Fix-requirements.txt-on-systems-without-PyAudioW.patch
- 0004-Fix-Do-not-crash-in-recorder-or-transcriber-if-PyAud.patch
- 0005-Fix-Support-microphone-input-on-systems-without-PyAu.patch
- 0006-Feat-Support-speaker-input-on-systems-that-have-Puls.patch
- 0007-Fix-Use-XDG-base-directories-for-config-and-logs-on-.patch
- 0008-Fix-Download-models-to-data-dir-instead-of-local-dir.patch
- 0009-Fix-Use-correct-program-to-open-folder-on-each-opera.patch
- 0010-Feat-Allow-building-Tauri-App-AppImage.patch
- 0011-Fix-Fix-error-when-running-PyInstaller.patch
- 0012-Fix-Ignore-stderr-output-from-alsa-lib.patch
- disable-updater.patch
- git+https://github.com/misyaguziya/VRCT.git
- git+https://github.com/PortAudio/portaudio.git
- VRCT.desktop
- vrct.sh
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.