Nexo Vpn is an open-source Flutter application that provides a user-friendly interface for managing V2Ray VPN configurations and Telegram MTProto proxies. The app allows users to connect to V2Ray servers and access Telegram proxies with just a few taps.
- Connect to V2Ray servers with a single tap
- Import configurations via subscription URLs
- Monitor connection status
- Browse and connect to MTProto proxies
- View proxy details (country, provider, ping, uptime)
- One-tap connection to Telegram via proxies
- Copy proxy details to clipboard
- Modern, intuitive design with dark theme
- Smooth animations and transitions
- Real-time connection status indicators
- Easy navigation between VPN and Proxy sections
Architecture | Download Link |
---|---|
Universal | |
armeabi-v7a | |
arm64-v8a | |
x86_64 |
- Flutter SDK (version ^3.7.2)
- 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:
flutter run
- Navigate to the VPN tab
- Tap on "Add License" to enter your subscription URL
- Select a server from the list
- Tap the connect button to establish a connection
- Navigate to the Proxy tab
- Browse the list of available proxies
- Tap "Connect" on a proxy to open Telegram with the selected proxy
- Alternatively, copy the proxy details to manually configure in Telegram
Contributions are welcome! Please see CONTRIBUTING.md for guidelines on how to contribute to this project.
This project is licensed under the MIT License - see the LICENSE file for details.
- Flutter - UI toolkit for building natively compiled applications
- flutter_v2ray - Flutter plugin for V2Ray
- Provider - State management solution
- url_launcher - URL launching capability
- http - HTTP requests for API communication
For questions, suggestions, or issues, please open an issue on the GitHub repository.