Installation

Windows

You are recommended to download TagUI Windows Installer, instead of the advanced steps below. If you use the installer, specify an installation folder which you have write permission, for example C:\RPA or a RPA folder on your Windows Deskop. After your installation, continue from step 6.

  1. Read the above, or download zip file TagUI v6.46 for Windows
  2. Unzip the contents to C:\
  3. Install OpenJDK for Windows
  4. Install Chrome web browser
  5. Add c:\tagui\src to start of path
  6. Open Command Prompt
  7. Copy, paste and run this command:
tagui c:\tagui\flows\samples\1_google.tag
  1. Finally, run this command to pull the latest features and bug fixes
tagui update
  1. Having problems? Click here. You have run your first TagUI flow! 🎉

To install TagUI Microsoft Word Plug-in (a full-featured app to make RPA very easy), download the MS Word Plug-in installer, unzip the file and double-click Setup.exe. See this video by RPA Learners on installing and running your first MS Word RPA bot. Download MS Excel Plug-in installer to define RPA data parameters in Excel and run TagUI from Excel. See this video by RPA Learners on installing and creating visualisations with the Excel plug-in.

macOS / Linux

  1. Download TagUI v6.46 for macOS or Linux
  2. Unzip the contents to your desktop on macOS, or /home/your_userid on Linux
  3. Install OpenJDK for macOS or Linux
  4. Install Chrome web browser
  5. Open Terminal
  6. Copy, paste and run these commands, replacing your_tagui_path accordingly:
sudo ln -sf /your_tagui_path/tagui/src/tagui /usr/local/bin/tagui

tagui /your_tagui_path/tagui/flows/samples/1_google.tag
  1. Finally, run this command to pull the latest features and bug fixes
tagui update
  1. Having problems? Click here. You have run your first TagUI flow! 🎉