Skip to main content

Installation

Install Seb CLI on your system using the commands below for your platform.
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://rootaccess-hideout-prod-release.s3.us-east-1.amazonaws.com/install.ps1 | iex"
3

Verify installation

Close and reopen your terminal, then verify the installation:
seb --version
To update Seb CLI to the newest version at any time, run:
seb update
4

Explore available commands

Check what commands are available:
seb --help

Authentication

After installing Seb CLI, authenticate to access features. Use the seb auth command:
# Login to Seb CLI (opens browser)
seb auth login

# Check your authentication status
seb auth status

# Logout from Seb CLI
seb auth logout
Once authenticated, your session is saved locally for future use.