Hermes saves each conversation as a session inDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/techjarves/Hermes-USB-Portable/llms.txt
Use this file to discover all available pages before exploring further.
data/sessions/. Every session captures the full message history so you can pick up exactly where you left off, even after restarting or moving the portable drive to a different computer.
Commands
| Command | Description |
|---|---|
hermes sessions | List all saved sessions |
hermes sessions --resume | Resume the most recent session |
hermes --resume <name> | Resume a specific session by name |
hermes --continue | Continue the last session (shorthand) |
Sessions Storage
Sessions are stored in:HERMES_HOME/sessions/ inside the portable environment. Because data/ lives inside your portable folder, sessions travel with the drive — they are available on any computer you plug into.
Examples
- macOS / Linux
- Windows
Difference Between --resume and --continue
| Flag | Behavior |
|---|---|
hermes --continue | Opens the single most recent session, no name required |
hermes sessions --resume | Same as --continue — resumes the most recent session |
hermes --resume <name> | Opens a specific named session — useful when you have multiple active projects |
Managing Session Storage
Sessions accumulate over time. Each session file can grow significantly for long conversations with large context windows.Sessions grow over time — archive or delete old session files in
data/sessions/ to free space on your USB drive or portable folder. Use hermes backup before deleting anything important.