A lightweight friends list manager for VRChat. Built on Sveltekit + Tauri. Thanks to Tauri, Spectre is cross-platform by default, with mobile support planned for the (very) near future.
This project is largely under development, things may be broken or imperfect! I built this project to learn Typescript and Tauri, so go easy on me!
Caution
VRC's official stance on using their API is to use it non-maliciously, Spectre performs no malicious functions, but makes a large number of API calls. I am not responsible for your account getting rate-limited or locked.
The goal of Spectre is to provide a minimal, fast, and easy way to view your VRC friends list without opening the website. It is meant to only give you the information you want to see, without logging tons of information you do not need to see, such as avatar changes, or constant location updates. Spectre only includes the features you need and not the ones you don't.
For development:
tauri dev
For production:
tauri build
- Dashboard: Get a quick overview of your friends online and the current VRChat player count.
- Friends List: See who's online and their status.
- Notifications: Get system-level notifications for invites, requests, friend requests, and more.
- Community-driven VRCAPI Docs
- shadcn-svelte
- @Auros for help learning