A modern, efficient text cleaning tool built with Tauri and React. CleanType helps you clean and format text with just a few clicks.
- 🧹 Quick text cleaning and formatting
- 🚀 Lightning-fast performance with Rust backend
- 💻 Cross-platform support (Windows)
- 🎨 Modern, intuitive user interface
- 🔒 Privacy-focused: all processing happens locally
Download the latest installer from our releases page.
Note: When running the installer, you may see a Windows SmartScreen warning. This occurs because the application is new and hasn't built up enough reputation yet. You can safely proceed by clicking "More info" and then "Run anyway".
- Windows 10 or later
- 64-bit processor
- 4GB RAM recommended
- 100MB free disk space
-
Install prerequisites:
-
Clone the repository:
git clone https://github.com/yourusername/cleantype.git cd cleantype
-
Install dependencies:
npm install
-
Run in development mode:
npm run tauri dev
-
Build for production:
npm run tauri build
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, please open an issue on GitHub.