Your All-in-One Utility Toolbox
A modular, extensible, and ever-growing collection of practical tools built with the power of Qt.
- Multi-Utility Integration: A wide range of tools for daily tasks, development, and system management.
- Cross-Platform: Seamlessly runs on Windows, macOS, and Linux.
- Modular Design: Add or remove tools without affecting the core framework.
- Continuous Updates: Regularly updated with new features and tools based on user feedback.
- Open Source: Entirely free and open source, contributions are welcome.
- Qt: A robust framework for cross-platform GUI applications.
- C++: For high performance and portability.
- CMake: To streamline build and dependency management.
- File Manager: Advanced file operations, batch renaming, and search functionality.
- System Monitor: Real-time CPU, memory, and disk usage tracking.
- Network Tools: Ping, traceroute, and IP lookup utilities.
- Text Editor: Lightweight editor with syntax highlighting for various languages.
- Image Resizer: Batch resize and optimize images.
- Custom Tool Support: Easily add your own tools using the plugin system.
- Productivity First: Simplify workflows by bringing essential utilities into one place.
- User-Centric Design: Tools designed to be intuitive and effective.
- Community-Driven: Your feedback and contributions shape the project.
- Install Qt (version 6.x or later)
- Install CMake (version 3.20 or later)
- Clone the repository:
git clone https://github.com/orz-ai/MetaKit.git cd MetaKit
- Create a build directory:
mkdir build && cd build
- Configure and build:
cmake .. cmake --build .
- Run the application:
./MetaKit
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m "Add feature-name"
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
For detailed guidelines, check our CONTRIBUTING.md.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to the Qt community for their excellent support and documentation.
- Inspired by many open-source projects that make development easier for everyone.
Have questions, suggestions, or feedback?
Feel free to open an issue or contact us at issue sections.