Package Details: vrcx 2025.11.16-1

Git Clone URL: https://aur.archlinux.org/vrcx.git (read-only, click to copy)
Package Base: vrcx
Description: Friendship management tool for VRChat (built with Electron)
Upstream URL: https://github.com/vrcx-team/VRCX
Keywords: vrc vrchat vrcx
Licenses: MIT
Conflicts: vrcx-bin
Submitter: hinanoaira
Maintainer: hinanoaira (kazu0617)
Last Packager: kazu0617
Votes: 4
Popularity: 1.25
First Submitted: 2025-08-07 10:05 (UTC)
Last Updated: 2025-11-23 08:55 (UTC)

Latest Comments

kazu0617 commented on 2025-11-02 11:57 (UTC)

@xuan25 thanks! Actually, the patch application method has changed again, so we'll confirm with maintainers before updating. It should be ready within a few days. https://codeberg.org/kazu0617/vrcx-aur/pulls/3

xuan25 commented on 2025-10-16 03:45 (UTC)

The patch for suppressing auto-updates might need to be updated. E.g.

--- a/src/stores/vrcxUpdater.js
+++ b/src/stores/vrcxUpdater.js
@@ -48,7 +48,7 @@ export const useVRCXUpdaterStore = defineStore('VRCXUpdater', () => {
         }

         const [autoUpdateVRCX, vrcxId] = await Promise.all([
-            configRepository.getString('VRCX_autoUpdateVRCX', 'Auto Download'),
+            configRepository.getString('VRCX_autoUpdateVRCX', 'Off'),
             configRepository.getString('VRCX_id', '')
         ]);

You may find the discussion in PR #1414 helpful: https://github.com/vrcx-team/VRCX/pull/1414

hinanoaira commented on 2025-08-19 13:42 (UTC) (edited on 2025-08-19 13:51 (UTC) by hinanoaira)

Oh, I messed up.
This is code for testing automatic update disabling, and I usually use echo “$pkgver” > Version.
Due to the design of CI/CD, when VRCX is obtained from the source code, the Version file always points to the previous version, so it needs to be corrected.

BlackCherry commented on 2025-08-18 20:58 (UTC)

why the echo "2021.01.01" > Version? Now VRCX doesn't know that it's in the latest version, and it's asking me to update