cache/ directory for downloaded avatar data and a config.json file for authentication state. You do not need to create either manually — the app generates them on first run.
Configuration artifacts
Cache directory
Stores downloaded and processed avatar databases. Auto-created at
cache/ relative to the executable.Auth configuration
Stores your VRChat authentication state. Auto-created at
config.json relative to the executable.Environment variables
| Variable | Description | Example values |
|---|---|---|
RUST_LOG | Controls the logging level for the application | debug, info, warn, error |
RUST_LOG before launching the app:
Window settings
The app launches with the following default window dimensions, defined inmain.rs:
| Setting | Value |
|---|---|
| Default size | 1200 × 800 px |
| Minimum size | 800 × 600 px |