A sleek and modern desktop application built with Electron JS that allows you to compress multiples files effortlessly, convert them, dowload a file from YouTube and many other little things ! Designed to be lightweight, fast, and cross-platform.
Perfect for anyone who wants a simple drag-and-drop interface for a lot of file stuff.
- Cross-Platform: Runs on Windows, macOS, and Linux.
- Drag & Drop Ready: Add files quickly via the UI.
- Multi-Format Ready: Supports multiples compression natively (future formats can be added).
- Progress Feedback: Shows compression progress in real-time.
- Lightweight: No heavy dependencies, minimal footprint.
- Modern UI: Clean and responsive interface built with HTML, CSS, and JS.
This project requires Node.js and npm installed on your system.
-
Clone the repository:
git clone https://github.com/GLOXIOU/ultimate-file-tool
-
Install dependencies:
npm install
-
Run the app in development mode:
npm start
Once the application is running, you can do wathever you want with your files easily:
- Compress: Click on the action you want to do.
- Select a file: Click the "Select File" button or drag a file into the window.
- Enjoy: Your file is now modified and ready to use!
You can package your app into an installable executable using electron-builder:
npm run build
## .exe AppThe .exe will be generate in a few update