Installing

You can install Bob Shell an installation script, your package manager, or the command palette.

System requirements

Operating systems

macOS, Linux, or Windows

Memory

Minimum 4 GB RAM (8 GB recommended)

Storage

Minimum 500 MB available disk space

Network

Active internet connection

Node.js

Version 22.15.0 or later

Package manager or Bob IDE

Install with terminal commands or the command palette

Installation

Choose to install Bob Shell with an installation script, your package manager, or the command palette.

Using installation scripts

Select your operating system, then copy and run the command to install Bob Shell.

curl -fsSL https://bob.ibm.com/download/bobshell.sh | bash
curl -fsSL https://bob.ibm.com/download/bobshell.sh | bash
powershell -ep Bypass 'irm -Uri "https://bob.ibm.com/download/bobshell.ps1" | iex'

Installing from the downloaded package

If you have manually downloaded the Bob Shell package from the Releases page, you can install it by using one of the following package managers:

Note:

You must revise the following commands to use the actual path where you downloaded the file.

Note:

You must run the following Windows commands with Powershell.

Using the command palette

Note:

You must have Bob IDE installed to use the command palette to install Bob Shell.

Install Bob Shell directly from the command palette:

Open the command palette

Press Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on macOS.

Install Bob IDE

Run the following command from the command palette to install Bob IDE:

bobide
Bob IDE command in Command Palette

Run Bob Shell

Type and select the following command:

run bobshell

Authentication

When using Bob Shell, you will be prompted to authenticate with your internet browser and IBMid. After authenticating, close your browser and return to your Bob Shell instance.

How is this topic?