The earlier version of TOBi - The Object Builder for i was called "BOB Better Object Builder" this was renamed TOBi to prevent confusion with IBM BOB (the VS-Code based IDE with integrated IBM-i AI)

Install TOBi (The Object Builder for i)

TOBi is an opensource tool that allows us to develop our source locally on our PC, and most importantly, allows us to compile direct from our PC onto our IBM i System. It synchs the local source to an IFS location and compiles into our library of choice.

TOBiuses a list of opens source packages:

  • TOBi- The Object Builder for i
  • bash - GNU Shell
  • coreutils-gnu - GNU Core Utilities
  • gawk - awk utilities
  • grep-gnu - search utility
  • make-gnu - make tool for compiles
  • python3 - programming language
  • python3-ibm_db - python support for DB2
  • sed-gnu - stream editor

I would also recommend adding these:

  • git - in case you want host your git repository on your IBM i System instead of a cloud based one
  • tn5250 - allows you open a simpe green screen signon from within VS-Code

YUM - Manual Installer

If you want to suck down and install all the prerequisite packages in one easy step - go to a PASE terminal command line and do this:

yum install tobi

The easiest way to install any opensource package is using the Open Source Package Management option in IBM i Access Client Solutions. You just need to find each package and click INSTALL.

For example, to install TOBi, we would look for TOBi and ensure it is installed:

You can confirm you have the correct opensource packages installed by using the ACS Open Source Package Mangement tool:

{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}
>