TinyPedal is a Free and Open Source telemetry overlay application for racing simulation.
Focuses on minimalist design, light-weight and efficiency, extensive customization and data analysis. Features a large collection of highly configurable overlay widgets and data modules, advanced fuel calculator and editing tools.
Currently supports rFactor 2 and Le Mans Ultimate, and runs on Windows and Linux.
Download - Quick Start - FAQ - User Guide - Run on Linux - License
| Supported API | Requirement | Windows | Linux |
|---|---|---|---|
| Le Mans Ultimate | Game's built-in API, no plugin required. | Yes | No |
| Le Mans Ultimate (legacy) | Requires rF2 Shared Memory Map Plugin to access. |
Yes | Yes |
| rFactor 2 | Requires rF2 Shared Memory Map Plugin to access. |
Yes | Yes |
Game display mode must be set to Borderless or Windowed to show overlay. Fullscreen mode is not supported.
TheIronWolf’s rF2 Shared Memory Map Plugin is required for accessing RF2 or LMU (legacy) API. It can be found from Download section of following page:
https://github.com/TheIronWolfModding/rF2SharedMemoryMapPlugin
The plugin file rFactor2SharedMemoryMapPlugin64.dll should be placed in:
-
For
rFactor 2, it isrFactor 2\Bin64\Pluginsfolder. -
For
Le Mans Ultimate, it isLe Mans Ultimate\Pluginsfolder.
Note, if Plugins folder is missing from game folder, you will have to manually create this Plugins folder.
Some popular rF2/LMU Apps may also have this plugin pre-installed, check corresponding game's plugins folder first to see if it was installed already.
Enable plugin in game:
-
For
rFactor 2, in gameSettings->Gameplaypage, findPluginssection and toggle onrFactor2SharedMemoryMapPlugin64.dll. -
For
Le Mans Ultimate, user may have to manually enable plugin by editingCustomPluginVariables.JSONfile (set" Enabled"value to1) underLe Mans Ultimate\UserData\playerfolder.
After plugin enabled, must restart game to take effect.
Note, if game cannot generate rFactor2SharedMemoryMapPlugin64.dll entry in CustomPluginVariables.JSON file, make sure VC12 (Visual C++ 2013) runtime is installed, which can be found in game's Support\Runtimes folder.
Important: make sure required plugins for specific game are installed as mentioned in Requirements section.
-
Download latest TinyPedal version from Releases page, extract it into a clean folder, and run
tinypedal.exe.
Note, DO NOT extract TinyPedal intosystemorgamefolder, such asProgram FilesorrFactor 2folder, otherwise it may fail to run.
Alternatively, run TinyPedal from source, see Run from source section for details.
For Linux user, please follow Running on Linux section for instruction. -
A tray icon will appear at system tray. If not shown, check hidden tray icon.
Right Clickon tray icon will bring up context menu. -
Launch game, overlay will appear once vehicle is on track, and auto-hide otherwise. Auto-hide can be toggled On and Off by clicking
Auto Hidefrom tray menu. -
Overlay can be Locked or Unlocked by clicking
Lock Overlayfrom tray menu. While Unlocked, click on overlay to drag around. -
Widgets can be Enabled or Disabled from
Widgetpanel in main window.Right Clickon tray icon and selectConfigto show main window if it is hidden. -
To quit APP,
Right Clickon tray icon and selectQuit; or, clickOverlaymenu from main window and selectQuit.
See Frequently Asked Questions for common issues.
See User Guide for usage info.
- Python 3.8, 3.9, or 3.10
- PySide2
- pyLMUSharedMemory
- pyRfactor2SharedMemory
- psutil
Note, PySide2 may not be available for Python version higher than 3.10; or requires PySide6 instead for running with newer Python version. PySide6 is currently supported only via command line argument, see Command line arguments section in User Guide for details.
Method 1:
-
Download TinyPedal source code from Releases page; or click
Codebutton at the top of repository and selectDownload ZIP. -
Download submodule source code from following links:
- pyLMUSharedMemory: https://github.com/s-victor/pyLMUSharedMemory
- pyRfactor2SharedMemory: https://github.com/s-victor/pyRfactor2SharedMemory
-
Extract TinyPedal source code ZIP file. Then extract submodule ZIP files and put them in corresponding folder in the root folder of TinyPedal.
Method 2:
- Use Git tool and run following command to clone TinyPedal source code alongside required submodules:
git clone --recursive https://github.com/TinyPedal/TinyPedal.git - To update submodules, run command:
git submodule update --init
Install additional dependencies by using command:
pip3 install PySide2 psutil
To start TinyPedal, type command from root folder:
python run.py
Executable file can be built with py2exe.
To install py2exe, run command:
pip3 install py2exe
To build executable file, run command:
python freeze_py2exe.py
After building completed, executable file can be found in dist\TinyPedal folder.
Note: the build script only supports py2exe v0.12.0.0 or higher.
The procedure described in the Run from source section is mostly valid, except some differences in the dependencies, and that no executable can be built. The differences are explained here.
Configuration and data files will be stored in the defined user-specific
directories, usually at $HOME/.config/TinyPedal/ and
$HOME/.local/share/TinyPedal/ respectively.
The required Python packages are PySide2, psutil and pyxdg. Most distros
name the package with a prefix, like python3-pyside2, python3-psutil and
python3-pyxdg.
Some distros split PySide2 in subpackages. If you don't find
python3-pyside2 then you should install python3-pyside2.qtgui,
python3-pyside2.qtwidgets and python3-pyside2.qtmultimedia.
Alternatively, you can install them using pip3 but this will bypass your
system package manager and it isn't the recommended option. The command to
install the dependencies with this method is:
pip3 install PySide2 psutil pyxdg
The Iron Wolf's rF2 Shared Memory Map Plugin has to be replaced with this fork for Wine.
To start TinyPedal type the following command:
./run.py
Once you have a working instance of TinyPedal, created using the git command or by unpacking the Linux release file, you can run the install script to install or update TinyPedal on your system.
The install script will create a desktop launcher and will make TinyPedal
available as a command from the terminal.
The files will be installed at the /usr/local/ prefix. You'll need
appropriate permissions to write there, for example, by using sudo.
You can run the script as (it doesn't support any arguments or options):
sudo ./install.sh
- Widgets don't appear over the game window in KDE. Workaround: enable
Bypass Window Manageroption inCompatibilitydialog fromConfigmenu in main window. - Transparency of widgets doesn't work when desktop compositing is disabled. Workaround: enable
window manager compositingin your DE.
Copyright (C) 2022-2025 TinyPedal developers
TinyPedal is free software and licensed 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. TinyPedal is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. See LICENSE.txt for more info.
TinyPedal icon, as well as image files located in images folder, are licensed under CC BY-SA 4.0.
Licenses and notices file for third-party software are located in docs\licenses folder, see THIRDPARTYNOTICES.txt file for details.
See docs\contributors.md file for full list of developers and contributors.