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.
| OS | Supported versions |
|---|
| macOS | Sonoma (14), Sequoia (15) |
| Windows | Windows 11 |
| Linux | Ubuntu 22.04, Ubuntu 24.04 |
Windows (Powershell)
macOS/Linux/WSL
Open PowerShell
Open PowerShell as Administrator (recommended) or regular user.
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"
Verify installation
Close and reopen your terminal, then verify the installation: Navigate to your project
Change into the directory of the project you want to work on: Start Seb agent
Start a chat session with Seb: Open Terminal
Open your terminal application.
Download and run the installer
Run the following command to download and install Seb CLI:curl -fsSL https://seb.rootaccess.ai/install.sh | bash
Navigate to your project
Change into the directory of the project you want to work on: Start Seb agent
Start a chat session with Seb:
Updating
To update Seb CLI to the latest version: