Proxy Checker is a powerful and efficient application for testing the availability and speed of proxies. Built using Tauri, React, Vite, and styled with shadcn, this tool offers a modern and performant UI, while being lightweight and secure.
- Cross-platform: Runs on Windows, macOS, and Linux.
- Efficient Testing: Quickly test multiple proxies for connectivity and speed.
- User-Friendly Interface: Built with React and styled using shadcn for a clean and intuitive UI.
- Lightweight & Secure: Developed using Tauri to ensure a small footprint and enhanced security.
- Real-time Feedback: Get instant results on the status of each proxy.
- Tauri: Framework for building tiny, fast, and secure desktop applications.
- React: JavaScript library for building user interfaces.
- Vite: Next-generation frontend tooling.
- shadcn: UI components and styling based on Radix UI primitives.
Before you begin, ensure you have met the following requirements:
- Node.js: Version 14.x or later
- Rust: Required for Tauri development
- yarn or npm: For package management
-
Clone the repository:
git clone https://github.com/dry-com/proxy-checker.git cd proxy-checker
-
Install dependencies:
If you use
yarn
:yarn install
Or if you use
npm
:npm install
-
Build the application:
For development:
npm tauri dev
For production:
npm tauri build
After following the installation steps, you can start using Proxy Checker:
-
Run the application:
cargo tauri dev
-
Load Proxies: Add the list of proxies you want to test.
-
Start Checking: Click the "Check" button to start testing proxies.
-
View Results: The status and speed of each proxy will be displayed in real-time.
Contributions are always welcome!
To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request.
Please make sure your code adheres to the project's coding standards.
This project is licensed under the MIT License. See the LICENSE file for more details.
- Thanks to the Tauri, React, Vite, and shadcn teams for their incredible tools and frameworks.