A desktop application for managing Star Citizen game configurations and settings
Built with Tauri 2 and Vue.js, featuring a sleek RSI-inspired interface. Manage your game directories, browse vehicles, stay updated with the latest Comm-Links, and monitor server status.
Get the latest version of Backers Little Helper from GitHub Releases:
Download the .msi or .exe installer
Want to build the application yourself? Follow these steps:
Prerequisites:
Build Steps:
# Clone the repository
git clone https://github.com/pfitzer/BackersLittlleHelper.git
cd BackersLittleHelper
# Install dependencies
npm install
# Run in development mode
npm run tauri dev
# Build for production
npm run tauri build