Vous pouvez lire ce readme en français :
A cross-platform desktop application built with Rust to monitor and hot reload FiveM resources.
- Multi-profile connection management
- Default localhost profile (non-removable) without API key
- Remote profiles with API key authentication
- Simplified configuration without resources folder referencing
- Clear separation between UI (client) / Watcher (server)
- Integrated API key generator
- Standalone watcher to place at server root
- Automatic configuration on first launch
- Secure WebSocket for remote connections
- Automatic authentication based on profile type
- Real-time change detection
- Checkbox system to ignore/watch folders and files
- Logs interface (watcher, application, resources)
- User experience improvements
- Advanced profile management
- Finalization of
handle_change
- Smart handling of fxmanifest modifications
- Detection and processing of added/removed resources
- Performance optimization
- Improvement of internal commands execution
- Detailed logs interface
- Enhanced error handling
- Download the latest version
- For server: place the watcher at your FiveM server root
- For client: launch the UI application
- Configure your profiles according to your needs
- Start the watcher on your server
- Launch the client interface
- Select or create a profile
- Connect and start developing
This project is under MIT license. See LICENSE.txt file for more details.
To report a bug or suggest an improvement, please open an issue on GitHub.