TagStudio: A User-Focused Photo & File Management System
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
TagStudio is an open-source, Python-based application designed for flexible photo and file organization using a powerful tag-based system. It allows users to manage their digital assets without proprietary formats or altering their existing file structures. With features like tag inheritance, custom fields, and robust search capabilities, TagStudio offers a comprehensive solution for personal file management.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
TagStudio is a powerful, user-focused photo and file management system built in Python. It offers a flexible, tag-based approach to organizing your digital assets, designed to integrate seamlessly with your existing file structure without requiring proprietary formats or moving your files. With over 6.8K stars and 450 forks on GitHub, TagStudio is gaining traction as a robust solution for personal file organization. Its core philosophy emphasizes user freedom, providing a system that is resilient to external file changes and supports a wide array of file types.
Installation
To get started with TagStudio, you can download executable builds directly from the GitHub Releases page. Builds are available for Windows, macOS (Apple Silicon & Intel), and Linux, including portable versions. For detailed installation instructions and development setup, refer to the official documentation site.
Note that for video thumbnails and playback, FFmpeg is required. Installing ripgrep is also recommended for faster library scanning. It is important to download TagStudio only from its official GitHub Releases page, as unofficial distributions are not maintained and come with risks.
Examples
TagStudio's core functionality revolves around libraries, tags, and fields.
Creating and Managing Libraries
A TagStudio library acts as a layer over your existing folders, keeping track of files, tags, and other data in a SQLite database within a .TagStudio folder. To start, simply open or create a new library from the menu, and TagStudio will automatically scan your chosen directory for files.
Powerful Tagging System
Unlike simple string-based tags, TagStudio tags have properties like name, shorthand, aliases, color, and parent tags. Parent tags enable tag inheritance, meaning a search for a parent tag will also include its child tags, enhancing search flexibility. For example, a tag for "Freddy Fazbear" could have "Five Nights at Freddy's" as a parent, allowing for more intuitive searches.
Custom Fields
Beyond tags, you can add custom metadata fields to your file entries, such as "Title," "Author," or "Series," with support for text lines, text boxes, and datetimes.
Advanced Search
TagStudio provides a powerful search engine, allowing you to query files based on tags, file paths (path:), file types (filetype:), and media types (mediatype:). You can combine these with boolean operators (AND, OR, NOT) and parentheses for highly specific queries. Special conditions like special:untagged and special:empty help find files without tags or fields.
Why Use TagStudio
TagStudio stands out as a file management system due to its commitment to an open, robust, and user-centric approach. It aims to provide a portable, private, and extensible format for file tagging that overcomes the limitations of traditional metadata systems. Key benefits include:
- Non-Destructive Management: It never moves, modifies, or messes with your original files, outside of explicit actions like moving to trash.
- Resilience: The system is designed to be resilient against user actions outside the program, such as renaming or moving files, with ongoing improvements for relinking.
- Advanced Tagging: Features like tag inheritance and customizable tag properties offer unparalleled organization power.
- Cross-Platform Support: Available on Windows, macOS, and Linux, catering to a wide range of users.
- Future-Proof: High priority is given to ensuring data safely transfers between updates, and a roadmap outlines continuous development towards a feature-complete system.
TagStudio is not just an application, it's an implementation of a broader vision for flexible and powerful file organization.
Links
- GitHub Repository: https://github.com/TagStudioDev/TagStudio
- Official Documentation: https://docs.tagstud.io
- Releases Page: https://github.com/TagStudioDev/TagStudio/releases
Related repositories
Similar repositories that may be relevant next.

LLM Guard: The Security Toolkit for LLM Interactions
June 26, 2026
LLM Guard is an open-source security toolkit developed by Protect AI, designed to fortify the safety of Large Language Models. It offers comprehensive protection against various threats, including prompt injection, data leakage, and harmful language, ensuring secure and reliable LLM interactions.

AuditNLG: Auditing Generative AI for Trustworthiness
June 25, 2026
AuditNLG is an open-source library from Salesforce designed to enhance the trustworthiness of generative AI language models. It provides state-of-the-art techniques to detect and improve factualness, safety, and constraint adherence in AI-generated text. This library simplifies the process of auditing AI outputs, offering explanations and alternative suggestions for problematic content.

Odysseus: A Comprehensive Self-Hosted AI Workspace for Productivity
June 25, 2026
Odysseus is a powerful self-hosted AI workspace designed to integrate various AI-powered tools into a single platform. It offers functionalities for chat, agents, deep research, document management, email, and calendar, supporting both local and API models. This comprehensive solution aims to enhance productivity and streamline AI workflows in a private environment.

Headroom: Drastically Reduce LLM Token Usage for AI Agents
June 25, 2026
Headroom is an innovative context compression layer for AI agents, designed to significantly reduce token usage for LLMs. It achieves 60-95% fewer tokens across various inputs like tool outputs, logs, files, and RAG chunks, all while preserving answer accuracy. This powerful tool enhances efficiency and cost-effectiveness for AI interactions.
Source repository
Open the original repository on GitHub.