Software

Please note that the current release is unstable.

Before downloading please make sure your system meets the following requirements

Requirement Minimum Recommended
Software OpenGL Version 3.3
Operating System Linux 64-Bit
RAM 4GB 8GB or more
Periferal Inputs Mouse
Screen Resolution 1280x720 1920x1080

  • Linux

    Fedora - 35

    URL

    http://packages.flowmodeler.com/repository/linux/fedora/35

    Install using the Repository

    The following steps show how to add a repository to the dnf package manager via the command line. Make sure you have superuser privileges on the machine (via sudo).

    1. In order to execute commands please open a terminal window (for example bash).

    2. Install the dnf-plugins-core package which provides the commands to manage your dnf repositories and set up the repository.

       sudo dnf -y install dnf-plugins-core
      
    3. At first the public-key should be downloaded from the repository and added.

       sudo rpmkeys --import http://packages.flowmodeler.com/public.key
      
    4. Next the Repository must be added to the package manager.

       sudo dnf config-manager --add-repo http://packages.flowmodeler.com/repository/linux/fedora/35
      
    5. FlowModeler is now ready to be installed via

       sudo dnf install flowmodeler
      

    Files

    Install from a Package

    Make sure you have superuser privileges on the machine (via sudo).

    1. download the fedora rpm-package above

    2. In order to execute commands please open a terminal window (for example bash)

    3. Change to the directory that contains the downloaded package

       cd path/to/downloaded/package
      
    4. Install the package

       sudo dnf -y install flowmodeler_package_name.rpm
      

      Please replace flowmodeler_package_name.rpm with the actual package name.

    Ubuntu - 20.04

    URL

    http://packages.flowmodeler.com/repository/linux/ubuntu/20.04

    Install using the Repository

    The following steps show how to add a repository to the apt package manager via the command line. Make sure you have superuser privileges on the machine (via sudo).

    1. In order to execute commands please open a terminal window (for example bash).

    2. At first the public-key should be downloaded from the repository and added to apt. This can be done with the following command executed in a terminal:

       wget -O - http://packages.flowmodeler.com/public.key | sudo apt-key add
      
    3. To verify that the key has been added you can list your keys with

       apt-key list
      
    4. Next the Repository must be made avaliable to the package manager through an entry in the /etc/apt/sources.list.d/ directory.

       echo deb http://packages.flowmodeler.com/repository/linux/ubuntu/20.04 focal main | sudo tee /etc/apt/sources.list.d/flowmodeler.list
      
    5. Finally the package manager needs to be updated

       sudo apt update
      
    6. FlowModeler is now ready to be installed via

       sudo apt install flowmodeler
      

    Files

    Install from a Package

    Make sure you have superuser privileges on the machine (via sudo).

    1. download the ubuntu deb-package above

    2. In order to execute commands please open a terminal window (for example bash)

    3. Change to the directory that contains the downloaded package

       cd path/to/downloaded/package
      
    4. Install the package

       apt-get install flowmodeler_package_name.deb
      

      Please replace flowmodeler_package_name.deb with the actual package name.