Installation

Windows

  1. Read the above, or download zip file TagUI v6.110 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.110 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! 🎉