Documentation Index
Fetch the complete documentation index at: https://docs.cyberdesk.io/llms.txt
Use this file to discover all available pages before exploring further.
As of v0.0.36, Cyberdriver runs in Stealth Mode by default on Windows—completely invisible, with no console window to protect. Console Protection only applies when using
--foreground mode.cyberdriver join --foreground on Windows, Cyberdriver automatically protects its console window to prevent accidental termination by automated agents.
When to Use Foreground Mode
Use--foreground when you need:
- Direct visibility of Cyberdriver output
- Ability to stop with
Ctrl+C - Debugging or troubleshooting
How Console Protection Works
In foreground mode, Cyberdriver enables these protections:- Close button disabled: The X button is grayed out and non-functional
- QuickEdit disabled: Prevents the console from freezing when clicked
- Minimize/maximize preserved: These buttons remain fully functional
Stopping Cyberdriver (Foreground Mode)
Since the close button is disabled, use one of these methods:- Keyboard: Press
Ctrl+Cin the console window - Interactive mode: If running with
--interactive, typeqorquit - Task Manager: End the
cyberdriver.exeprocess - CLI: Run
cyberdriver stopfrom another terminal
Ctrl+C, Cyberdriver will:
- Restore the close button
- Disconnect from Cyberdesk Cloud gracefully
- Exit cleanly
Stealth Mode vs Foreground Mode
| Feature | Stealth Mode (default) | Foreground Mode |
|---|---|---|
| Visibility | Invisible | Visible console |
| Alt+F4 protection | ✅ Immune (invisible) | ✅ Close button disabled |
| Stop method | cyberdriver stop | Ctrl+C or cyberdriver stop |
| Log viewing | Separate log file | Direct in console |