Installation & Configuration
Installation
Section titled “Installation”Main Application:
Section titled “Main Application:”The installation of the application will depend on your operating system. Access the official Zotero download page to download the version compatible with your computer.
Download the .exe installer from the official website, double-click the downloaded file, and follow the standard installation wizard.
Open the downloaded .dmg file and drag the Zotero icon to your Applications folder.
Homebrew alternative
Section titled “Homebrew alternative”If you use Homebrew, you can install Zotero directly from the terminal:
brew install --cask zoteroInstallation via Flatpak
Section titled “Installation via Flatpak”The traditional package for Linux can be downloaded directly from the official Zotero page.
However, if you prefer to manage your applications in another way, you can install the Flatpak version. If you are using Debian or Ubuntu and do not have Flatpak configured yet, follow the steps below in your terminal:
# 1. Install Flatpak support on your systemsudo apt install flatpak
# 2. Add Flathub (the main Flatpak app repository)flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
# 3. Install Zoteroflatpak install flathub org.zotero.ZoteroInstallation via Nix (NixOS)
Section titled “Installation via Nix (NixOS)”On Nix/NixOS, Zotero is available as a package in nixpkgs. The recommended approaches are to use a temporary shell or declare the package in your configuration:
# Temporary use (recommended for trying it out)nix-shell -p zotero# On NixOS, declaratively (configuration.nix)environment.systemPackages = [ pkgs.zotero];On NixOS, if you want to install it via nix-env:
nix-env -iA nixos.zoteroOutside NixOS:
# without flakes:nix-env -iA nixpkgs.zotero# with flakes:nix profile add nixpkgs#zoteroBrowser Extension (Zotero Connector)
Section titled “Browser Extension (Zotero Connector)”Simultaneously, we will need the browser extension installed for the course progression. This extension will help us send articles, web pages, etc., to Zotero.
Access the official download page; on the right side, next to the application download, there is the option to install the Zotero Connector.
The Zotero Connector for Safari comes built-in with the main Zotero application for macOS. To enable it, open Safari, go to Settings > Extensions, and check the Zotero box.
Configuration
Section titled “Configuration”With the application and extension installed, let’s configure Zotero:
1. Adjusting the Language
Section titled “1. Adjusting the Language”If the application is not in your desired language, follow these steps:
- Open Zotero and access Preferences:
- On Windows/Linux: Click the
Editmenu >Settings. - On macOS: Click the
Zoteromenu (next to the Apple icon) >Settings.
- On Windows/Linux: Click the
- Go to the General tab.
- In the Language section, select Português (Brasil) (or your preferred language).
- Click OK and restart the application to apply the changes.
2. Adding the ABNT Style
Section titled “2. Adding the ABNT Style”Zotero comes with several international formats (such as APA and Vancouver), but we need to add ABNT standards for our work.
- Return to the Preferences menu and click the Cite tab.
- Click the link Get additional styles….
- A Style Repository window will open. In the search bar, Search which styles you prefer.
- Click the desired style to automatically install it into your list.