Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 428 Bytes

stop_brew_from_calling_home.md

File metadata and controls

19 lines (12 loc) · 428 Bytes

Stop brew from calling home

brew on OSX by default sends anonymous usage data, this is okay, but your local security policy might not approve of this, luckily this can be disabled.

You can do it by invocation/session?

export HOMEBREW_NO_ANALYTICS=1

Or you can disable it completely:

brew analytics off

References