Booru Tag Editor UI is a desktop application built with Electron, React, and Shadcn/UI. It allows users to load image/text pairs of booru-style tags and edit tags for each image individually.
- Load full folders of images
- Click on images in the gallery to swap active image and displayed tags
- Resizable panels for customizable workspace
- Undo and redo system (Ctrl+Z for undo, Ctrl+Y for redo)
- Automatic tag saving when switching images or closing the app
- Manual save option (Ctrl+S)
- Top-right panel:
- Displays selected tags
- Delete tags with 'X' button
- Left and right click to filter tags
- Left Click sets the category
- Right click sets the category, group, and group name
- Add arbitrary tags with '+' button
- Bottom-right panel:
- Shows all available tags
- Search and filter controls (by category, tag, or group)
- Click tags to add them to the selected tags panel
Go to the releases tab and find the most recent version for your system type, windows, or linux unfortunately macos users will have to build it themselves. Please keep in mind, macos is not officially supported
git clone <url here>
yarn
then build using one of these commands
yarn build:win (if on windows)
yarn build:linux (if on linux)
yarn build:mac (if on macos)
find the executable in the "dist" folder and launch the exe
- Launch the Booru Tag Editor UI application
- Click "Open Folder" to load a directory of images
- Use the interface to view and edit tags for each image
- Tags are automatically saved, or use Ctrl+S to save manually