A free and open source football management simulation game
Features • Screenshots • Installation • Contributing • License
Openfoot Manager is a free and open source football/soccer manager game, licensed under the GPLv3, inspired by the famous franchise Football Manager™.
OpenFootManager is built using modern web technologies:
- Rust: Blazing-fast backend for the Match Simulation Engine and Game State.
- Tauri: Lightweight desktop application shell.
- React + TypeScript + TailwindCSS: A highly responsive frontend interface.
- SQLite: Local persistence for game saves.
The game is still in early active development. To build and run the debug version, you need to install standard tools for Rust, Node, and Tauri development:
- Install Rust (via
rustup) - Install Node.js (v18+)
- Install Tauri dependencies for your specific OS (see the Tauri Prerequisites Guide)
Clone the repository and install dependencies:
git clone https://github.com/openfootmanager/openfootmanager.git
cd openfootmanager
npm installRun the development desktop app:
npm run tauri devCheck the CONTRIBUTING file for more information on how to contribute.
Openfoot Manager - A free and open source soccer management game
Copyright (C) 2020-2026 Pedrenrique G. Guimarães
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Check LICENSE for more information.