Your personal financial command center for the verse.
Track income, expenses and profits across Star Citizen with a financial management platform.
- Full GUI app — session management, transaction tracking, player splits, CSV export
- In-game overlay — always-on-top input panel, summon with
F9 - Voice control — log transactions hands-free with natural voice commands
- CLI — lightweight command line interface for quick edits
- Profit splitting — equal, percentage, and fixed splits across players
Download the latest release and run FinTrack-Setup.exe.
The installer includes:
- FinTrack App — full app with GUI, overlay, and voice control (required)
- FinTrack CLI — lightweight command line interface (optional)
Alternatively download the portable versions — extract the zip and run the exe directly, no installation needed.
FinTrack.zip— full app with GUI, overlay, and voice controlFinTrack-CLI.zip— lightweight command line interface
git clone https://github.com/KosteQ314/FinTrack
cd FinTrack
pip install -r requirements.txt
python run.pyVoice control requires the Vosk speech model. Download vosk-model-small-en-us-0.15 from alphacephei.com/vosk/models and place it in the root FinTrack folder.
| Hotkey | Action |
|---|---|
F9 |
Show/hide overlay |
F7 |
Toggle overlay mode in app |
F8 |
Push-to-talk (when voice mode is set to hotkey) |
All hotkeys can be changed in config.json.
Wake word: fin (configurable in config.json)
fin log [income|expense] <description> for <amount>
Examples:
fin log expense refuel for fourteen hundred
fin log income cargo for fifty thousand
fin log expense repairs for five thousand
Descriptions must match one of the known keywords (refuel, fuel, repair, cargo, bounty, salvage, mining, delivery, etc.). The amount can be spoken as a number word or digit sequence. Both always-on and push-to-talk modes are supported and can be toggled from the system tray.
- Transaction tracking
- Player income splitting
- Voice control
- Overlay
- GUI
- Transaction timestamps
- CSV export
- Installer
- Voice control improvements
- Organisation support
Contributions are definitely welcome as I'm doing it fully alone currently and my current programming knowledge is scarce.
If you enjoy FinTrack and want to support development, consider buying me a coffee!
Any support is greatly appreciated and motivates me to keep working and improving the project knowing that people are invested in it.
This project is licensed under the MIT License.