A modern, feature-rich VPN client that's fast, unlimited, secure, and completely free.
Proxy Cloud is a cutting-edge VPN solution built with Flutter that offers:
- 🔒 Military-Grade Security with V2Ray and Xray Core
- ⚡ Lightning-Fast Connections with global server network
- 🌍 Multi-Language Support (8+ languages)
- 💰 100% Free & Open Source - No hidden costs
- 📱 Beautiful Dark UI with intuitive navigation
- 🛠️ Advanced Tools for power users
Proxy Cloud is a powerful Flutter application designed to provide secure, private internet access through V2Ray VPN technology and Telegram MTProto proxies. With an intuitive dark-themed interface and comprehensive features, Proxy Cloud puts you in control of your online privacy without any subscription fees or hidden costs.
- Flutter Framework - Cross-platform UI toolkit
- Xray Core - Advanced proxy platform for bypassing network restrictions
- V2Ray Protocol - Secure and efficient proxy solution
- Telegram MTProto - Specialized proxy protocol for Telegram
- Provider Package - State management solution
- Material 3 Design - Modern UI components and guidelines
- One-Tap Connection: Connect to V2Ray servers instantly with a single tap
- Subscription Management: Import, organize, and update configurations via subscription URLs
- Real-Time Monitoring: Track connection status and performance metrics
- Server Selection: Browse and select from multiple server locations
- Custom VPN Settings: Configure bypass subnets and DNS options for advanced users
- Extensive Proxy Collection: Browse and connect to MTProto proxies from around the world
- Detailed Information: View country, provider, ping, and uptime statistics for each proxy
- Seamless Integration: One-tap connection to Telegram via selected proxies
- Easy Sharing: Copy proxy details to clipboard for sharing with others
- IP Information: View detailed information about your current IP address and location
- Host Checker: Test status, response time, and details of any web host
- Speed Test: Measure your internet connection download and upload speeds
- Subscription Store: Discover and add new V2Ray configurations from a curated collection
- Subscription Manager: Add, edit, delete, and update your V2Ray subscriptions in one place
- Sleek Dark Theme: Elegant dark interface with green accents for comfortable viewing
- Intuitive Navigation: Bottom navigation bar for easy access to all features
- Smooth Animations: Polished transitions and visual effects throughout the app
- Real-Time Indicators: Visual feedback on connection status (connected, connecting, disconnected)
- Responsive Design: Optimized for various screen sizes and orientations
Proxy Cloud supports 8+ languages:
- English 🇺🇸
- Persian (Farsi) 🦁
- Chinese 🇨🇳
- Russian 🇷🇺
- Spanish 🇪🇸
- French 🇫🇷
- Arabic 🇸🇦
- Turkish 🇹🇷
- Auto-Select Algorithm: Automatically choose the best server based on ping
- Per-App Tunneling: Select which apps use the VPN
- Battery Optimization: Efficient resource usage
- Custom Wallpapers: Personalize your app experience
- Ping Testing: Test server responsiveness before connecting
| Architecture | Download Link |
|---|---|
| Universal | |
| armeabi-v7a | |
| arm64-v8a | |
| x86_64 |
- 🍎 macOS Intel (x64) (.dmg)
- 🍎 macOS Apple Silicon (arm64) (.dmg)
- 📦 macOS Intel (x64) (.zip)
- 📦 macOS Apple Silicon (arm64) (.zip)
ProxyCloud is now on the AUR, therefore you can install it using your prefered AUR helper.
paru -S proxycloud-gui-bin
# or if you are using yay
yay -S proxycloud-gui-bin- Android: Download the appropriate APK for your device architecture and install it
- Windows: Download the installer or portable version and run it
- macOS: Download the .dmg file and drag the app to your Applications folder
- Linux: Download the appropriate package for your distribution and install it
- Flutter SDK (3.0+)
- Dart SDK
- Android Studio / VS Code
- Android device or emulator
-
Clone the repository:
git clone https://github.com/code3-dev/ProxyCloud.git cd ProxyCloud -
Install dependencies:
flutter pub get
-
Run the app in debug mode:
flutter run
-
Build release APK:
flutter build apk --release
lib/
├── main.dart # Entry point
├── models/ # Data models
├── providers/ # State management
├── screens/ # UI screens
├── services/ # Business logic
├── widgets/ # Reusable components
├── theme/ # App theme and styling
└── utils/ # Helper utilities
local_packages/
└── flutter_v2ray_client/ # Custom V2Ray plugin
assets/
├── images/ # App images
└── languages/ # Localization files
Proxy Cloud features a modern dark theme with:
- Material 3 design principles
- Smooth animations and transitions
- Intuitive bottom navigation
- Real-time connection status indicators
- Responsive layout for all screen sizes
- Navigate to the VPN tab (home screen)
- Tap on "Add Subscription" to enter your subscription URL and name
- Wait for the servers to load from your subscription
- Select a server from the list
- Tap the large connect button to establish a VPN connection
- Go to the Tools tab
- Select "Subscription Manager"
- Here you can add new subscriptions, edit existing ones, or delete unwanted subscriptions
- Use the refresh button to update all subscriptions at once
- Navigate to the Proxy tab
- Browse the list of available MTProto proxies
- Tap "Connect" on a proxy to open Telegram with the selected proxy configuration
- Alternatively, tap the copy icon to copy the proxy details to manually configure in Telegram
- Go to the Store tab
- Browse the curated list of V2Ray subscription providers
- Tap on any item to view details
- Use the "Add" button to quickly add a subscription to your collection
- Navigate to the Tools tab
- Select from various utilities:
- IP Information: Check your current IP address and location details
- Host Checker: Test connectivity to any website or server
- Speed Test: Measure your connection speed
- VPN Settings: Configure advanced options for the VPN connection
- Auto-Select: Let Proxy Cloud choose the best server automatically
- Per-App Tunneling: Control which apps use the VPN
- Custom DNS: Set custom DNS servers for better privacy
- Bypass Subnets: Configure subnets to bypass the VPN
We welcome contributions to make Proxy Cloud even better! Here's how you can help:
- Fork the repository
- Create your feature branch:
git checkout -b feature/amazing-feature - Commit your changes:
git commit -m 'Add some amazing feature' - Push to the branch:
git push origin feature/amazing-feature - Open a Pull Request
- Please read CONTRIBUTING.md for details on our code of conduct
- Ensure your code follows the project's coding standards
- Write clear commit messages
- Test your changes thoroughly
- Update documentation as needed
- Use the GitHub issue tracker to report bugs
- Provide detailed information about the issue
- Include steps to reproduce when possible
- Add screenshots if relevant
This project is licensed under the MIT License - see the LICENSE file for details.
- Privacy Policy - How we handle your data and protect your privacy
- Terms of Service - Rules and guidelines for using Proxy Cloud
Proxy Cloud is provided as-is without warranties of any kind. Users are responsible for:
- Complying with local laws and regulations
- Using the software responsibly
- Understanding the risks associated with VPN usage
- Ensuring they have the right to access content through the service
Star us on GitHub to show your support! ⭐
If you encounter any issues or have questions, please open an issue on our GitHub repository.
- Join our Telegram channel for updates and discussions
- Participate in GitHub discussions
- Share your feedback and suggestions
- Check existing issues before creating a new one
- Provide detailed information about the bug
- Include steps to reproduce when possible
- Add screenshots or logs if relevant
- Flutter - UI toolkit for building natively compiled applications
- Xray Core - A platform for building proxies to bypass network restrictions
- AndroidLibV2rayLite - Android library for Xray core
- Provider - State management solution
- Material Design 3 guidelines
- Google Fonts for typography
- Custom animations and transitions
- All contributors who have helped shape this project
- Our amazing user community
- Open source community for inspiration
If you find Proxy Cloud useful, please consider supporting the development:
- Star the project on GitHub
- Share with friends and colleagues
- Report bugs and suggest features
- Contribute code improvements
- Translate to more languages
- Donate to support ongoing development
Developed by Hossein Pira
Fast, Unlimited, Safe and Free

