A User-Focused Photo & File Management System
TagStudio is a photo & file organization application with an underlying tag-based system that focuses on giving freedom and flexibility to the user. No proprietary programs or formats, no sea of sidecar files, and no complete upheaval of your filesystem structure. Read the documentation and more at docs.tagstud.io!
[!NOTE]
Thank you for being patient as we’ve migrated our database backend from JSON to SQL! The previous warnings about the main branch being experimental and unsupported have now been removed, and any pre-existing library save files created with official TagStudio releases are able to be opened and migrated with the new v9.5+ releases!
[!IMPORTANT]
This project is still in an early state. There are many missing optimizations and QoL features, as well as the presence of general quirks and occasional jankiness. Making frequent backups of your library save data is always important, regardless of what state the program is in.With this in mind, TagStudio will NOT:
- Touch, move, or mess with your files in any way (unless explicitly using the “Delete File(s)” feature, which is locked behind a confirmation dialog).
- Ask you to recreate your tags or libraries after new releases. It’s our highest priority to ensure that your data safely and smoothly transfers over to newer versions.
- Cause you to suddenly be able to recall your 10 trillion downloaded images that you probably haven’t even seen firsthand before. You’re in control here, and even tools out there that use machine learning still needed to be verified by human eyes before being deemed accurate.
TagStudio Alpha v9.5.0 running on macOS Sequoia.
If you’re interested in contributing to TagStudio, please take a look at the contribution guidelines for how to get started!
Translation hosting generously provided by Weblate. Check out our project page to help translate TagStudio!
path:
), file types (filetype:
), and even media types! (mediatype:
). Path searches currently use glob syntax, so you may need to wrap your filename or filepath in asterisks while searching. This will not be strictly necessary in future versions of the program.AND
, OR
, NOT
) along with parentheses groups, quotation escaping, and underscore substitution to create detailed search queriesspecial:untagged
and special:empty
) to find file entries without tags or fields, respectively[!NOTE]
For more information on the project itself, please see the FAQ section as well as the documentation!
To download TagStudio, visit the Releases section of the GitHub repository and download the latest release for your system under the “Assets” section. TagStudio is available for Windows, macOS (Apple Silicon & Intel), and Linux. Windows and Linux builds are also available in portable versions if you want a more self-contained executable to move around.
We do not currently publish TagStudio to any package managers. Any TagStudio distributions outside of the GitHub releases page are unofficial and not maintained by us. Installation support will not be given to users installing from unofficial sources. Use these versions at your own risk.
[!IMPORTANT]
On macOS, you may be met with a message saying ““TagStudio” can’t be opened because Apple cannot check it for malicious software.” If you encounter this, then you’ll need to go to the “Settings” app, navigate to “Privacy & Security”, and scroll down to a section that says ““TagStudio” was blocked from use because it is not from an identified developer.” Click the “Open Anyway” button to allow TagStudio to run. You should only have to do this once after downloading the application.
[!IMPORTANT]
On Linux with non-Qt based Desktop Environments you may be unable to open TagStudio. You need to make sure that “xcb-cursor0” or “libxcb-cursor0” packages are installed. For more info check Missing linux dependencies
Arguments available to pass to the program, either via the command line or a shortcut.
--open <path>
/-o <path>
Path to a TagStudio Library folder to open on start.
--config-file <path>
/-c <path>
Path to the TagStudio config file to load.
With TagStudio opened, start by creating a new library or opening an existing one using File -> Open/Create Library from the menu bar. TagStudio will automatically create a new library from the chosen directory if one does not already exist. Upon creating a new library, TagStudio will automatically scan your folders for files and add those to your library (no files are moved during this process!).
Libraries under 10,000 files automatically scan for new or modified files when opened. In order to refresh the library manually, select “Refresh Directories” under the File menu.
Access the “Add Tag” search box by either clicking on the “Add Tag” button at the bottom of the right sidebar, accessing the “Add Tags to Selected” option from the File menu, or by pressing Ctrl+Shift+T.
From here you can search for existing tags or create a new one if the one you’re looking for doesn’t exist. Click the “+” button next to any tags you want to to the currently selected file entries. To quickly add the top result, press the Enter/Return key to add the the topmost tag and reset the tag search. Press Enter/Return once more to close the dialog box. By using this method, you can quickly add various tags in quick succession just by using the keyboard!
To remove a tag from a file entry, hover over the tag in the preview panel and click on the “-” icon that appears.
To add a metadata field to a file entry, start by clicking the “Add Field” button at the bottom of the preview panel. From the dropdown menu, select the type of metadata field you’d like to add to the entry
Hover over the field and click the pencil icon. From there, add or edit text in the dialog box popup.
[!WARNING]
Keyboard control and navigation is currently very buggy, but will be improved in future versions.
Create a new tag by accessing the “New Tag” option from the Edit menu or by pressing Ctrl+T. In the tag creation panel, enter a tag name, optional shorthand name, optional tag aliases, optional parent tags, and an optional color.
You can manage your library of tags from opening the “Tag Manager” panel from Edit -> “Tag Manager”. From here you can create, search for, edit, and permanently delete any tags you’ve created in your library.
To edit a tag, click on it inside the preview panel or right-click the tag and select “Edit Tag” from the context menu.
Inevitably some of the files inside your library will be renamed, moved, or deleted. If a file has been renamed or moved, TagStudio will display the thumbnail as a red broken chain link. To relink moved files or delete these entries, select the “Manage Unlinked Entries” option under the Tools menu. Click the “Refresh” button to scan your library for unlinked entries. Once complete, you can attempt to “Search & Relink” any unlinked file entries to their respective files, or “Delete Unlinked Entries” in the event the original files have been deleted and you no longer wish to keep their entries inside your library.
[!WARNING]
There is currently no method to relink entries to files that have been renamed - only moved or deleted. This is a high priority for future releases.
[!WARNING]
If multiple matches for a moved file are found (matches are currently defined as files with a matching filename as the original), TagStudio will currently ignore the match groups. Adding a GUI for manual selection, as well as smarter automated relinking, are high priorities for future versions.
As of version 9.5, libraries are saved automatically as you go. To save a backup of your library, select File -> Save Library Backup from the menu bar.
These features were present in pre-public versions of TagStudio (9.0 and below) and have yet to be fully implemented.
Load in a .dupeguru file generated by dupeGuru and mirror metadata across entries marked as duplicates. After mirroring, return to dupeGuru to manage deletion of the duplicate files. After deletion, use the “Fix Unlinked Entries” feature in TagStudio to delete the duplicate set of entries for the now-deleted files
[!CAUTION]
While this feature is functional, it’s a pretty roundabout process and can be streamlined in the future.
Apply tags and other metadata automatically depending on certain criteria. Set specific macros to run when the files are added to the library. Part of this includes applying tags automatically based on parent folders.
[!CAUTION]
Macro options are hardcoded, and there’s currently no way for the user to interface with this (still incomplete) system at all.
Import JSON sidecar data generated by gallery-dl.
[!CAUTION]
This feature is not supported or documented in any official capacity whatsoever. It will likely be rolled-in to a larger and more generalized sidecar importing feature in the future.
See instructions in the “Creating Development Environment” section from the contribution documentation.
As of writing (Alpha v9.5.0) the project is very usable, however there’s some plenty of quirks and missing QoL features. Several additional features and changes are still planned (see: Feature Roadmap) that add even more power and flexibility to the tagging and field systems while making it easier to tag in bulk and perform automated operations. Bugfixes and polish are constantly trickling in along with the larger feature releases.
See the Feature Roadmap page for the core features being planned and implemented for TagStudio. For a more up to date look on what’s currently being added for upcoming releases, see our GitHub milestones for versioned releases.
Over the first few years of private development the project went through several major iterations and rewrites. These major version bumps came quickly, and by the time TagStudio was opened-sourced the version number had already reached v9.0. Instead of resetting to “v0.0” or “v1.0” for this public release I decided to keep my v9.x numbering scheme and reserve v10.0 for when all the core features on the Feature Roadmap are implemented. I’ve also labeled this version as an “Alpha” and will drop this once either all of the core features are implemented or the project feels stable and feature-rich enough to be considered “Beta” and beyond.