FMToolsV2
Desktop tools for Football Manager analysis
Built with Svelte, TypeScript, Tauri, and multilingual support.
Download ·
Screenshots ·
Quality

Overview
FMToolsV2 is a cross-platform desktop application that helps Football Manager players evaluate players, staff, reports, and club infrastructure.
The project is also a practical example of a small product-oriented desktop app: localized UI, user documentation, release packaging, and reproducible release verification.
Features
- Hidden attribute evaluation using personality, media handling, and determination indicators
- Staff evaluation adapted to Football Manager 26 descriptive attributes
- Scout, coach, and individual training report interpretation
- Club infrastructure evaluation
- Multilingual interface and documentation
- Windows and Linux builds distributed through GitHub Releases
Screenshots
Technology Stack
- Svelte and TypeScript for the user interface
- Tauri and Rust for desktop packaging
- Vite for the build pipeline
- svelte-i18n for localization
- GitHub Actions for release automation
Quality and Release Process
- TypeScript project structure
svelte-check validation through the npm run check script
- GitHub Actions release workflow
- SHA256 checksums for release artifacts
- GitHub attestations for build provenance
Verify a downloaded release with:
gh attestation verify <downloaded-file> --owner Lib-LOCALE
Installation
- Download the latest version from Releases.
- Run the Windows executable or Linux AppImage.
Credits
Based on community research and work by Gilgiltsu, Kinito, and DoctorDim.