Workspace context source:
/Users/home/Workspace/Apps/.code-analysis/(AGENTS.md,monorepo-analysis.md,essential-queries.md).
██╗ ██╗██████╗ ██████╗ █████╗
██║ ██║██╔══██╗██╔══██╗██╔══██╗
██║ ██║██████╔╝██████╔╝███████║
██║ ██║██╔══██╗██╔══██╗██╔══██║
███████╗██║██████╔╝██║ ██║██║ ██║
╚══════╝╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
Native macOS video workflow suite Drag-and-drop file/folder processing, metadata-aware sorting, and sanitizer-first rename pipelines in a gold/black L!bra UI.
- ⚡ Fast Tool Navigation - Home cards route directly to dedicated second screens
- 📂 Dual Input Modes - Every tool supports drag-and-drop files/folders plus dialog-based selection
- 🧼 Automatic Sanitization - Filename and filepath sanitization are always ON for tool runs
- 🧠 Metadata-Aware Workflows - Resolution/orientation/FPS classification with duplicate visibility
- 🖥️ Apple Silicon Native - PySide6 desktop app optimized for macOS
Paste this in the Codex app Run box:
./run_preview.sh- Open a tool card from Home.
- Drop files/folders directly into the tool panel, or click
Select Folder (Auto Run)/Select Files (Auto Run). - Processing starts automatically with filename and filepath sanitization enabled by default.
This project uses .razorcore for workspace build/save tooling.
git clone <<<https://github.com/RazorBackRoar/Libra.git>>>
cd Libra
uv venv --python 3.13
uv sync
uv add --editable ../.razorcore
uv run python -m Libra.main# Build app and create DMG
razorbuild L!bra
# Save/release flow
librapush# Unified launcher (choose a mode)
uv run python -m Libra.video_tools sorter
uv run python -m Libra.video_tools duplicates
uv run python -m Libra.video_tools apple
uv run python -m Libra.video_tools batch /path/to/videosDirect module entrypoints:
uv run python -m Libra.video_tools.gui.video_sorter
uv run python -m Libra.video_tools.gui.duplicate_finder
uv run python -m Libra.video_tools.gui.apple_organizer
uv run python -m Libra.video_tools.cli.batch_processor /path/to/videosL!bra/
├── main.py
├── run_preview.sh
├── src/Libra/
│ ├── main.py
│ ├── core/
│ ├── gui/
│ └── video_tools/
│ ├── core/
│ ├── gui/
│ └── cli/
├── docs/video_tools/
├── tests/
└── L!bra.spec
MIT License - see LICENSE for details. Copyright © 2026 RazorBackRoar