Skip to main content

IT-Safe Portable Zotero

Guide

Run Zotero on locked-down institutional computers — portable installation guide

All Research Organization
What is IT-Safe Portable Zotero?

Many institutional workstations restrict software installation. Portable Zotero runs entirely from a USB drive or a local folder without needing admin rights — no installer, no registry entries, no IT approval required.

This guide covers how to set up a fully portable Zotero environment that you can carry between lab computers, grant-writing machines, and your personal laptop.

Step 1 — Download the portable build
WindowsFree
  1. Go to zotero.org/download and download the Windows installer (.exe).
  2. Instead of running it, extract with 7-Zip or WinRAR: right-click → Extract to folder.
  3. Copy the extracted Zotero_x64 folder to your USB drive or a C:\Users\Public\Zotero-Portable folder.
  4. Launch zotero.exe from that folder — no install required.
Step 2 — Point the profile to your USB
All platforms

By default Zotero stores its profile in your home directory. To make the profile truly portable, redirect it to the USB.

  1. Create a profile folder on the USB, e.g. E:\ZoteroProfile.
  2. Launch Zotero with the profile manager flag:
    zotero.exe -P
  3. Click Create Profile, choose a name, and set the folder to E:\ZoteroProfile.
  4. Enable Don't ask at startup and select your new profile, then click Start Zotero.
Step 3 — Set the data directory
  1. In Zotero: Edit → Preferences → Advanced → Files and Folders.
  2. Under Data Directory Location, choose Custom and point it to E:\ZoteroData.
  3. Restart Zotero. All PDFs, notes, and databases now live on the USB.
Step 4 — Portable Zotero Connector (browser plugin)
Optional

The Zotero Connector browser extension communicates with a running Zotero instance on localhost:23119. It works with your portable build out of the box — just make sure Zotero is running before you click the save button in your browser.

On locked-down machines where you cannot install browser extensions, use the Zotero Bookmarklet instead (available under My Library → Bookmarklet in your Zotero web account).

macOS / Linux equivalent
macOS / LinuxFree

On macOS, Zotero ships as a standard .app bundle. Copy it to an ExFAT-formatted USB and run it directly — no installation step needed.

On Linux, download the .tar.bz2 archive, extract it to your USB, and run the zotero binary:

tar -xjf Zotero-*.tar.bz2 -C /media/usb/
/media/usb/Zotero_linux-x86_64/zotero &

Set the data directory to a folder on the same USB via Edit → Preferences → Advanced as described above.

IT safety considerations
  • Portable Zotero writes nothing to the system registry and leaves no files in Program Files or AppData\Roaming.
  • Syncing via Zotero Cloud still works — it only needs outbound HTTPS to zotero.org.
  • If institutional policy blocks USB drives, host the portable folder on a network share or OneDrive/SharePoint folder you have write access to.
  • Always eject the USB safely — Zotero keeps an open SQLite database (zotero.sqlite) that can corrupt on sudden removal.