Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
StrayKev
8 months agoNew Contributor
MacOS silent installation
Is it possible to run the 1Password installer for MacOS where the UI doesn't show up?
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: No...
1P_Dave
Moderator
7 months agoI'm sorry for the delay. I'm not not aware of a way to suppress the UI in the regular installer. The installer will just show the "downloading" and "installing" progress bar and then open 1Password when the install is finished, no user interaction is required:
Are you able to tell me a little more about why you'd like to suppress the UI?
Did you check out the pages that I linked above? There's a PKG version of the installer that you can silently install using something like the following command:
sudo installer -pkg "/filepathto/1Password.pkg" -target /
-Dave