uunit is a cross-platform desktop application developed with Electron and React for managing and organizing magnet resources. It integrates an intelligent crawler system and automatic movie information matching functionality, providing users with a powerful resource management solution.
- Support for multi-source site crawling
- Automatic extraction and saving of magnet links
- Intelligent link deduplication and status management
- Proxy settings support for stable access
- Unified management and storage of magnet links
- Support for automatic resource title parsing
- Resource search and filtering functionality
- Automatic matching with TMDB movie data
- Display detailed movie information (covers, synopsis, etc.)
- Support for local movie database search
sudo xattr -cr /Applications/uunit.app
- Clone the project and install dependencies:
npm install
- Run in development mode:
npm run dev
- Build the application:
npm run electron:build
/electron
- Electron main process code/src
- React renderer process code/public
- Static resource files
- Author: William Wong
This project is licensed under the MIT License.