This repository was archived by the owner on Feb 9, 2026. It is now read-only.
Full Changelog: v1.0.1...v1.0.2
Spawn tire marks only at the rear axis (improves performance and mimics CarX Drift Online). Clean up code.
macOS Setup:
- Unzip the archive.
- Remove macOS quarantine with:
xattr -d com.apple.quarantine vroom-macos-arm64.app. - (Optional) Make the app executable using:
chmod +x vroom-macos-arm64.app. - Run the app with:
open vroom-macos-arm64.app.
GNU/Linux Setup:
- Unzip the archive.
- (Optional) Make the app executable using:
chmod +x vroom-linux-x86_64. - Run the app with:
./vroom-linux-x86_64.
Windows Setup:
- Unzip the archive.
- Run the
vroom-windows-x86_64.exeapp, select "More info", and then click "Run anyway" to bypass the security warning.