Skip to main content
Manage browser profiles that persist cookies, local storage, and other browser state across sessions. For background, see Profiles.

kernel profiles list

List all browser profiles.
FlagDescription
--query <text>Search profiles by name or ID.
--page <n>Page number, 1-based (default: 1).
--per-page <n>Items per page (default: 20).
--output json, -o jsonOutput raw JSON array.

kernel profiles get <id-or-name>

Get details for a profile by ID or name.
FlagDescription
--output json, -o jsonOutput raw JSON object.

kernel profiles create

Create a new browser profile.
FlagDescription
--name <name>Optional unique profile name.
--output json, -o jsonOutput raw JSON object.

kernel profiles download <id-or-name>

Download a profile and extract its user-data archive into the directory given by --to. The directory is created if it doesn’t exist.
FlagDescription
--to <dir>Directory to extract the profile into. Required.
kernel profiles download my-profile --to ./profile-data

kernel profiles delete <id-or-name>

Delete a profile by ID or name.
FlagDescription
--yes, -ySkip confirmation prompt.