Skip to content

mauro-miatello/openfootmanager

 
 

Repository files navigation

Openfoot logo

License: GPL v3 Rust Tauri React Maintenance Last commit

A free and open source football management simulation game

FeaturesScreenshotsInstallationContributingLicense


Openfoot Manager is a free and open source football/soccer manager game, licensed under the GPLv3, inspired by the famous franchise Football Manager™.

ARCHITECTURE

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.

INSTALLATION & DEVELOPMENT

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:

  1. Install Rust (via rustup)
  2. Install Node.js (v18+)
  3. 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 install

Run the development desktop app:

npm run tauri dev

CONTRIBUTING

Check the CONTRIBUTING file for more information on how to contribute.

LICENSE

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.

About

An open source soccer/football manager game

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 55.6%
  • Rust 44.2%
  • Other 0.2%