Skip to main content

Installing TagSpaces

Quick Reference

PlatformFormatDownload
Windows.exe installer / .zip archiveDownloads page
macOS (Apple Silicon).dmg / .pkgDownloads page
macOS (Intel).dmg / .pkgDownloads page
Linux.deb / .AppImage / .tar.gzDownloads page
ChromeBrowser extensionChrome Web Store
EdgeBrowser extensionEdge Add-ons
FirefoxBrowser add-onFirefox Add-ons

Downloading TagSpaces

TagSpaces Lite (Free)

The free version of TagSpaces is available from the Downloads section on the TagSpaces website. Choose the appropriate installer for your operating system and follow the platform-specific instructions below.

New version notification

When a new version is available, a notification appears in the lower-left corner of the app. Clicking Get It Now will take you to the download page.

New version notification
New version notification
tip

You can disable the automatic update check in Settings > General.

TagSpaces Pro

TagSpaces Pro users can download the latest version through their FastSpring account at https://tagspacesstore.onfastspring.com/account, or by using the link in their order confirmation email.

Enter the email used for your purchase
Enter the email used for your purchase
Confirmation that the email was sent
Confirmation that the email was sent

After receiving the email from FastSpring, click the link to view your subscriptions.

Subscriptions overview
Subscriptions overview

Click Orders to access the download links for the latest TagSpaces Pro version.

Download links for TagSpaces Pro
Download links for TagSpaces Pro

The following downloads are typically available:

PlatformRecommended download
macOS (Apple Silicon M1/M2/M3/...)tagspaces-pro-mac-arm64-x.y.z.dmg
macOS (Intel)tagspaces-pro-mac-x64-x.y.z.dmg
Windowstagspaces-pro-win-x64-x.y.z.exe
Linux (Debian/Ubuntu)tagspaces-pro-linux-amd64-x.y.z.deb
Linux (other distributions)tagspaces-pro-linux-x86_64-x.y.z.appimage

Additional formats (.pkg, .zip, .tar.gz) are also available for each platform.

warning

FastSpring may display the version number from the time of your purchase, but the download links always point to the latest available version.

Desktop Installation

Windows

The Windows version is distributed as an .exe installer or a .zip archive.

  • .exe installer — double-click to run the installation wizard. The installer is signed with a software certificate. You can verify the signature by right-clicking the file, choosing Properties, and checking the Digital Signatures tab.
  • .zip archive — extract to any folder and run tagspaces.exe from the unpacked directory.
Verifying the digital signature of the Windows installer
Verifying the digital signature of the Windows installer

macOS

Download the .dmg file matching your processor — Apple Silicon (arm64) or Intel (x64) — from the downloads page. Double-click the .dmg file in Finder to mount it, then drag TagSpaces.app to your Applications folder.

tip

Use Finder to open the .dmg file. Some third-party archive utilities may not unpack it correctly.

Linux

The Linux version is available in three formats:

.deb package (Debian/Ubuntu) — install with:

sudo dpkg -i tagspaces-linux-amd64-x.x.x.deb

.AppImage — make it executable, then double-click or run from terminal:

chmod +x tagspaces-linux-x86_64-x.x.x.AppImage
./tagspaces-linux-x86_64-x.x.x.AppImage

.tar.gz archive — extract to any folder and run the tagspaces executable.

Updating the Desktop App

Your tag library and location configurations are stored in the profile folder, so they are preserved across updates. No data is lost during the update process.

Windows

  • .exe installer — run the new installer; it will update the existing installation.
  • .zip archive — replace the contents of your current installation folder with the files from the new zip.

macOS

Replace the existing TagSpaces.app in your Applications folder with the new version from the .dmg file.

Linux

  • .deb package — reinstall with sudo dpkg -i using the new package file.
  • .AppImage — replace the old .AppImage file with the new one (remember to chmod +x it).
  • .tar.gz archive — replace the contents of your current installation folder with the files from the new archive.

Profile Folder Locations

The profile folder stores your tag library, location configurations, and application settings.

Operating SystemPath
WindowsC:\Users\<username>\AppData\Roaming\TagSpaces
macOS~/Library/Application Support/TagSpaces
Linux~/.config/TagSpaces

Browser Extensions

TagSpaces offers browser extensions for clipping web content. For detailed usage instructions, see the Web Clipper documentation.

Chrome

Install the TagSpaces Web Clipper from the Chrome Web Store. Updates are installed automatically.

Edge

Install the TagSpaces Web Clipper from the Edge Add-ons store. Once installed, launch it from the TagSpaces icon in the toolbar. Updates are installed automatically.

Firefox

Install the TagSpaces Add-on from Firefox Add-ons. Once installed, launch it from the TagSpaces icon in the toolbar or via Tools > TagSpaces. Updates are installed automatically once approved by Mozilla.

Portable Mode

The Windows, macOS, and Linux versions of TagSpaces can run in portable mode, storing all configuration in a tsprofile folder next to the application instead of in the system profile folder. This is useful for running TagSpaces from a USB stick or other portable devices.

Windows and Linux

Use the portable launcher script included in the application folder:

  • Windows: tagspacesp.cmd
  • Linux: tagspacesp (you may need to run chmod +x tagspacesp first)

If the scripts are not included in your package, download them here:

Place the downloaded script in the same directory as the TagSpaces executable.

macOS

Extract the .dmg contents to your desired location (e.g. a USB stick), then run:

./TagSpaces.app/Contents/MacOS/TagSpaces -p

This starts the app in portable mode and creates the tsprofile folder in the current directory.

Updating a Portable Installation

  1. Rename your existing tagspaces folder (e.g. to tagspaces_old).
  2. Extract the new TagSpaces package, creating a fresh tagspaces folder.
  3. Copy the tsprofile folder from the old directory into the new one.
caution

Do not delete the tsprofile folder — it contains all your configuration data for the portable installation.

AppImage Portable Mode (Linux)

The AppImage format has its own portable mode. Create an empty folder with the same name as your AppImage file plus .config:

tagspaces-linux-x86_64-6.0.2.AppImage
tagspaces-linux-x86_64-6.0.2.AppImage.config

TagSpaces will then store all configuration in the .config folder instead of ~/.config/TagSpaces, allowing you to carry the app and its settings together on portable media.

Android (Deprecated)

caution

The Android version is deprecated. New versions are still released, but the app is no longer actively developed.

An APK file is available in the download section of the TagSpaces website.

To install the APK, you need to allow installation from unknown sources:

  1. Go to Settings > Security & privacy.
  2. Find Install from unknown apps (may be under Advanced or Special app access).
  3. Select your browser and enable Allow from this source.

Then download and install the APK using your browser.

caution

Risks of installing apps outside the Play Store: Installing APKs from outside the Google Play Store can expose your device to security risks. Only install from trusted sources.