
This command will open Brave but in a Private Window.
Open -a "Brave Browser.app" -n -args -incognito For users on Beta, Dev, or Nightly builds the path will be the same, but will have the build name appended: The open command opens a file just as if you had double clicked the file's icon.
Enter the command: open -a "Brave Browser.app". And within the Target box add -incognito to the end (after the ending quotation)įor a full list of command line flags, see below. You can also enable flags by adding them to the end of the Target path, mentioned above. Note that you must add the flag after the quotations, to avoid “invalid path” errors. incognito is a command line flag (sometimes called a “switch”), and by adding it to the end of the path we can open Brave in a Private Window. "C:\Program Files (x86)\BraveSoftware\Brave-Browser\Application\brave.exe" -incognito To launch Brave with a flag, instead, enter a command like this: C:\Program Files (x86)\BraveSoftware\Brave-Browser-Nightly\Application\brave.exeīut for reference you can easily obtain the path by navigating to Brave’s shortcut either on the Desktop or in the Start Menu, going to its Properties and then copying Target. C:\Program Files (x86)\BraveSoftware\Brave-Browser-Dev\Application\brave.exe.
C:\Program Files (x86)\BraveSoftware\Brave-Browser-Beta\Application\brave.exe.It is the path to your Brave application inside double quotes. This will open Brave just as it would if you clicked on the icon. Enter: "C:\Program Files (x86)\BraveSoftware\Brave-Browser\Application\brave.exe".