
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!

TagStudio Alpha v9.5.5 running on macOS Sequoia.
Translation hosting generously provided by Weblate. Check out our project page to help translate TagStudio!
A TagStudio library contains all of your tags, fields for a set of files based on one of your system directories. Similar to how Obsidian vaults function, TagStudio libraries act as a layer on top of your existing folders and file structure, and don't require your to move or duplicate files.
TagStudio places a .TagStudio folder in the folder you open as a library. Files included in your library are referred to as "entries", and are kept track of inside of a SQLite database inside the .TagStudio folder along with tags and other library data.
All file types are supported in TagStudio libraries, just not all have dedicated preview support. For a full list of filetypes with supported previews, see the "Supported Previews" page on the documentation site. There's also playback support for videos, audio files, and supported animated image formats.
For a generalized list of what's currently supported:
Tags represent an object or attribute - this could be a person, place, object, concept, and more. Unlike most tagging systems, TagStudio tags are not solely represented by a line of text or a hashtag. Tags in TagStudio consist of several properties and relationships that give extra customization, searching power, and ease of tagging that cannot be achieved by string-based tags alone. TagStudio tags are designed to be as simple or as complex as you'd like, giving options to users of all skill levels and use cases.
Tags currently consist of the following attributes:
Fields, like tags, are additional pieces of custom metadata that you can add to your file entries. Fields currently have several hardcoded names (e.g. "Title", "Author", "Series") but custom field names are planned for an upcoming update.
Field types currently include:
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[!TIP] For more usage instructions, see the documentation site!
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 or by pressing Ctrl+R (macOS: ⌘ Command+R).
Create a new tag by accessing the "New Tag" option from the Edit menu or by pressing Ctrl+T (macOS: ⌘ Command+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" or by pressing Ctrl+M (macOS: ⌘ Command+M). 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.
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 (macOS: ⌘ Command+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 the currently selected file entries. To quickly add the top result, press the Enter/Return key to add the top-most 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.
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.
See instructions in the "Creating Development Environment" section from the contributing page.
To download executable builds of TagStudio, visit the Releases page of the GitHub repository and download the latest release for your system under the "Assets" section at the bottom of the release.
TagStudio has builds for Windows, macOS (Apple Silicon & Intel), and Linux. We also offer portable releases for Windows and Linux which are self-contained and easier to move around.
For detailed instructions, installation help, and instructions for developing for TagStudio, please see the "Installation" page on our documentation website.
[!IMPORTANT] If you're interested in contributing to TagStudio, please take a look at the contribution guidelines for how to get started!
For video thumbnails and playback, you'll also need FFmpeg installed on your system. If you encounter any issues with this, please reference our FFmpeg Help guide. For faster library scanning and refreshing, it's also recommended you install ripgrep.
[!CAUTION] 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!
TagStudio aims to create an open and robust format for file tagging that isn't burdened by the limitations of traditional tagging and file metadata systems. TagStudio is the first proof-of-concept implementation of this system.
See the Roadmap on the documentation site for a complete list of planned features and estimated timeline.
$ claude mcp add TagStudio \
-- python -m otcore.mcp_server <graph>