Danke, dass du unser Hilfe-Center besuchst. Wir arbeiten gerade daran, alle Inhalte des Hilfe-Centers zu übersetzen, deshalb könntest du noch einige Artikel auf Englisch sehen. Vielen Dank für deine Geduld!

Deploy Notion for macOS

HC: Notion für macOS bereitstellen
In diesem Artikel

Learn how to install and update Notion for your organization 🚀


Notion's desktop app provides IT administrators with enhanced control over installations and updates. You have the flexibility to select the installation path for Notion and manage update settings. By default, the Notion app is set up in the /Applications folder on your employees’ machines and is configured to update automatically with each new release.

Hinweis: Regelmäßige Updates sind entscheidend für den Zugriff auf die neuesten Funktionen und die Gewährleistung eines Höchstmaßes an Sicherheit, insbesondere wenn automatische Updates deaktiviert sind.

Notion allows for use on shared machines by multiple users. It can be installed in either the /Applications or ~/Applications folder of a user's machine. The best installation method depends on your organization's specific needs.

/Applications

  • All users on the machine use the same installation of Notion.

  • Updates made to Notion apply to all users on the machine.

  • Users must be administrators to update Notion.

~/Applications

  • Each user on a shared machine has their own installation of Notion.

  • Updates made to one instance of Notion do not affect other instances of Notion for other users on the same machine.

  • Users do not need to be administrators to update Notion.

After deciding on the installation method, download the appropriate Notion desktop app build. There are three builds available: Intel (x64), Apple Silicon (arm64), and Universal (x64 or arm64). Ensure you distribute the correct build to match your employees' machine types.

Hinweis: Der Universal Build funktioniert auf Intel- und Apple Silicon-Rechnern. Beachte, dass die Installationsdatei viel größer ist als die anderen Builds.

Notion allows you to disable automatic updates for individual users. This feature is useful for when you want to test new Notion app versions before a widespread rollout, or if you prefer to stagger the update process. To keep the app working smoothly and securely, we advise updating Notion with each new version release.

To prevent Notion from automatically checking for updates, run the following terminal command as each user who will be running Notion:

defaults write notion.id NotionNoAutoUpdates -bool YES

Use the following command to re-enable automatic updates:

defaults write notion.id NotionNoAutoUpdates -bool NO

If Notion is installed in the ~/Applications folder, users can update the app independently without needing special permissions. However, if the app is installed in the /Applications folder, update permissions are required. Users must be machine administrators and have write access to /Applications, notion.app, and all its subfiles.

For shared machines, we recommend setting up a permissions group for all Notion users and installing Notion in a subfolder of /Applications. You can grant this group ownership and write access to the subfolder using the terminal command below. Make sure you replace group with your permissions group name and subfolder with your subfolder name:

chown -R :group /Applications/subfolder && chmod -R 775 /Applications/subfolder


Feedback geben

War diese Ressource hilfreich?


Powered by Fruition