ProxyCloud is a fast, unlimited, secure, and completely free VPN solution with no ads and no logs for Android and Desktop platforms (Windows, Linux, macOS).
This repository contains the official website for ProxyCloud VPN, showcasing its features and providing download links for all supported platforms.
Version | Architecture | Download |
---|---|---|
Universal | All | Download APK |
ARM v7 | Older devices | Download APK |
ARM64 | Modern devices | Download APK |
x86_64 | Emulators | Download APK |
Platform | Package | Download |
---|---|---|
Windows | Installer (.exe) | Download |
Windows | Portable (.exe) | Download |
macOS | Intel (x64) (.dmg) | Download |
macOS | Apple Silicon (arm64) (.dmg) | Download |
Linux | .deb | Download |
Linux | .rpm | Download |
Linux | .AppImage | Download |
paru -S proxycloud-gui-bin
# or
yay -S proxycloud-gui-bin
- ⚡ Lightning Fast: Experience blazing fast connection speeds with optimized infrastructure and protocols
- 🛡️ Military-Grade Security: Advanced encryption keeps your data safe from hackers and surveillance
- 🔍 No Logs Policy: We never track, collect, or share your personal data or browsing history
- 🌍 Global Servers: Access content from around the world with our extensive server network
- 🔓 Open Source: Fully transparent code that anyone can audit for security and privacy
- 💻 Cross-Platform: Available on Android, Windows, macOS, and Linux with a consistent experience
- 🚫 No Ads: Enjoy an uninterrupted browsing experience without any advertisements
- 🆓 Completely Free: No hidden costs or premium features - everything is free forever
ProxyCloud is completely open source. We believe in transparency and giving users control over their privacy tools. Our code is available for anyone to inspect, modify, and contribute to.
If you find a bug or have a feature request, please open an issue with a detailed description.
- Follow the existing code style
- Ensure your code is well-documented
- Test your changes thoroughly
This project is open source, licensed under the MIT License.
Hossein Pira
- Telegram: @h3dev
- Email: h3dev.pira@gmail.com
© 2025 ProxyCloud. All rights reserved. Fast, Unlimited, Safe, Free, No Ads, No Logs.
To deploy to Vercel with server-side rendering:
- Push your code to a GitHub repository
- Connect the repository to Vercel
- Vercel will automatically detect the Next.js project and deploy it
The vercel.json file is configured to use the official Vercel Next.js builder, which will handle the deployment properly.
Note: The application is configured for server-side rendering on Vercel, not static export. If you want to use static export, see the GitHub Pages deployment instructions above.