Proxy Tester is a powerful, cross-platform desktop application built with Rust, Next.js, and Tauri. It allows users to easily test and manage proxy servers, providing a seamless experience for developers and network administrators.
- 🚀 Fast Proxy Testing: Quickly test multiple proxies against a specified URL
- 📊 Clear Results Display: View test results in an easy-to-read table format
- 💾 Export Functionality: Save working proxies to a file for future use
- 🖥️ Cross-Platform: Works on Windows, macOS, and Linux
- 🎨 Modern UI: Built with Next.js and Tailwind CSS for a sleek user experience
To get started with Proxy Tester, follow these steps:
-
Clone the repository:
git clone https://github.com/jedpattersonn/tauri-proxy-tester.git cd tarui-proxy-tester
-
Install dependencies:
pnpm install
-
Build the application:
pnpm tauri build
-
The built application will be available in the
src-tauri/target/release
folder.
- Launch the Proxy Tester application.
- Enter your proxies in the text area, one per line, in the format:
address:port:username:password
- (Optional) Modify the test URL if needed.
- Click "Test Proxies" to start the testing process.
- View the results in the table below.
- Use the "Export Working Proxies" button to save functional proxies to a file.
To run the application in development mode:
pnpm tauri dev
This will start the Next.js development server and launch the Tauri application.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions, feel free to reach out to [email protected].
Made with ❤️ by Jed Patterson