Rolisteam

September 13, 2025 · View on GitHub


Table of Contents    Rolisteam | Downloads | Get Involved | Community | Translation | Road Map | License | CI System


Rolisteam

Rolisteam helps you to manage a tabletop role playing game with remote friends/players. It provides many features to share maps, pictures and it also includes tool to communicate with your friends/players. The goal is to make Rolisteam-managed RPG games as good as RPG games around your table. To achieve it, we are working hard to provide you more and more features. Rolisteam is released under GPLv2.

https://rolisteam.org/

Compilation

Requirements

  • Qt6.8 or >

Commands:

git clone --recursive https://invent.kde.org/rolisteam/rolisteam.git
cd rolisteam
mkdir build
cd build
# Configuration
cmake -S ../ -B . -DQT_QMAKE_EXECUTABLE:FILEPATH=/path/to/qt/version/bin/qmake -DCMAKE_PREFIX_PATH:PATH=/path/to/qt/gcc_64

# build
cmake --build . --target all

More information about building Rolisteam, see:

Generated Binaries

Namedescription
RolisteamMain application may be use as client or server
rcseRolisteam charactersheet editor, use it if you want to create the charactersheet of your game
roliserverCLI application standalone server. Can be use on remote server
mindmapbinStandalone application to create mindmap
diceCLI application to run dice commands
tst_*, manual_*tests

Downloads

-Latest full release : https://rolisteam.org/download.html

Get Involved

Remarks and requests ? Feel free to add a new issues or clone the project and submit some pull requests. https://invent.kde.org/rolisteam/rolisteam/-/issues

Community

Documentation

Documentation can be found here : https://doc.rolisteam.org/

License GPLv2 License

Rolisteam is free software, licensed under the GPLv2.