Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rootaccess.ai/llms.txt

Use this file to discover all available pages before exploring further.

Installation

Install Seb CLI on your system using the commands below for your platform.

Supported platforms

OSSupported versions
macOSSonoma (14), Sequoia (15)
WindowsWindows 11
LinuxUbuntu 22.04, Ubuntu 24.04
1

Open PowerShell

Open PowerShell as Administrator (recommended) or regular user.
2

Download and run the installer

Run the following command to download and install Seb CLI:
powershell -ExecutionPolicy ByPass -c "irm https://seb.rootaccess.ai/install.ps1 | iex"
3

Verify installation

Close and reopen your terminal, then verify the installation:
seb --version
4

Navigate to your project

Change into the directory of the project you want to work on:
cd path\to\your\project
5

Start Seb agent

Start a chat session with Seb:
seb chat

Updating

To update Seb CLI to the latest version:
seb update