Installing Move Pro 2.0 - Local Processing

Move Pro 2.0 can be used for Local processing on Ubuntu

Installing the Move Pro Application for local processing

Install Ubuntu 22.04.5

  1. Download the ISO file from here

  2. Back up any existing data and note down any custom settings you have configured, as the installation process will require you to erase your disk.

  3. Follow the installation process


Install Nvidia drivers

  1. Go to Apps and search for ‘Additional Drivers’
  2. Locate the section relating to your installed GPU
    1. Tick the 'NVIDIA driver metapackage from Nvidia driver 535.'
      1. NOT the 'NVIDIA Server driver metapackage from Nvidia driver 535 server'
  3. Click Apply Changes
  4. Reboot the server

Install the Move Pro Application & local mocap engines:

  1. Open a terminal window and enter the following commands:
    1. wget -qO- https://aptrepo.move.ai/move_pro_u22.sh | sudo bash
    2. wget -qO- https://aptrepo.move.ai/install_u22.sh | sudo bash
  2. Reboot the server

Accept the license invitation from Move AI

  • You should receive a link to activate your license, ensure this is accepted on the device which will run Move Pro using the Chrome or Firefox browser


 Updating the Move Pro application for local processing


    1. To check for any updates, open a terminal window and enter the following command:
      1. apt list --upgradable
    2. Or, to view all the available versions (including old ones), open a terminal window and enter the following commands:
      1. sudo apt update
      2. sudo apt-cache madison move-pro
        1. This will display all available versions of the Move Pro application
      3. or
      4. sudo apt-cache madison mocap-desktop
        1. This will display all available versions of the Move Engine for local processing
    3. To install a specific version, open a terminal window and enter the following command, substituting the desired version number:
      1. sudo apt install move-pro=2.2.0
      2. or
      3. sudo apt install mocap-desktop=1.7.3 

 Release Notes

  • Release notes can be found here