Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Releases: Croissant-API/Croissant-VPN

v1.1.2

22 Aug 13:36

Choose a tag to compare

Download the zip

You should have OpenVPN installed TAP/TUN drivers installed, you can find an OpenVPN installer here.

Once you installed OpenVPN, check for this tray :
image

You have to close OpenVPN instances before running this program. Check on your task manager for "OpenVPN" or "OpenVPN Service" background processes to be closed.
image

Once that done, your VPN is ready to be used ! Open the app and then choose a VPN configuration.
This will ask for admin permissions, because the OpenVPN child who will be spawned by this app will need to use route.exe in order to add routes and give you the new IP.
If it doesn't connect, you either install it wrong or the host is not accessible, please retry installing OpenVPN and close OpenVPN Gui, OpenVPN Service, and Openvpnserv2

If done correctly, opening a cmd and typing curl ip-api.com should give you a new IP :
image

You can use :

Full Changelog: v1.1.1...v1.1.2

v1.1.1

22 Aug 12:21

Choose a tag to compare

Download the zip

You should have OpenVPN installed TAP/TUN drivers installed, you can find an OpenVPN installer here.

Once you installed OpenVPN, check for this tray :
image

You have to close OpenVPN instances before running this program. Check on your task manager for "OpenVPN" or "OpenVPN Service" background processes to be closed.
image

Once that done, your VPN is ready to be used ! Open the app and then choose a VPN configuration.
This will ask for admin permissions, because the OpenVPN child who will be spawned by this app will need to use route.exe in order to add routes and give you the new IP.
If it doesn't connect, you either install it wrong or the host is not accessible, please retry installing OpenVPN and close OpenVPN Gui, OpenVPN Service, and Openvpnserv2

If done correctly, opening a cmd and typing curl ip-api.com should give you a new IP :
image

You can use :

Note

What's Changed

  • Fixed a bug that shown obselete IP, due to cache management

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Aug 11:03

Choose a tag to compare

Download the zip

You should have OpenVPN installed TAP/TUN drivers installed, you can find an OpenVPN installer here.

Once you installed OpenVPN, check for this tray :
image

You have to close OpenVPN instances before running this program. Check on your task manager for "OpenVPN" or "OpenVPN Service" background processes to be closed.
image

Once that done, your VPN is ready to be used ! Open the app and then choose a VPN configuration.
This will ask for admin permissions, because the OpenVPN child who will be spawned by this app will need to use route.exe in order to add routes and give you the new IP.
If it doesn't connect, you either install it wrong or the host is not accessible, please retry installing OpenVPN and close OpenVPN Gui, OpenVPN Service, and Openvpnserv2

If done correctly, opening a cmd and typing curl ip-api.com should give you a new IP :
image

You can use :

Note

What's Changed

  • Used this project to grab the OVPN config on the fly, instead of fetching them every time. Thus, every config is now stored in local, and can be launched either by the app, or via OpenVPN GUI
  • Performance issues solved
  • No more elevation required on Linux and macOS

Full Changelog: v1.0.0...v1.1.0

v1.0.0

21 Aug 15:14

Choose a tag to compare

Download the zip

You should have OpenVPN installed TAP/TUN drivers installed, you can find an OpenVPN installer here.

Once you installed OpenVPN, check for this tray :
image

You have to close OpenVPN instances before running this program. Check on your task manager for "OpenVPN" or "OpenVPN Service" background processes to be closed.
image

Once that done, your VPN is ready to be used ! Open the app and then choose a VPN configuration.
This will ask for admin permissions, because the OpenVPN child who will be spawned by this app will need to use route.exe in order to add routes and give you the new IP.
If it doesn't connect, you either install it wrong or the host is not accessible, please retry installing OpenVPN and close OpenVPN Gui, OpenVPN Service, and Openvpnserv2

If done correctly, opening a cmd and typing curl ip-api.com should give you a new IP :
image

You can use :

Note

I will soon create a branch that will automatically grab the configurations and the IP cache, like this, to be more efficient on the config scraping, and config manual downloading. Stay tuned and star the repo to follow this update !


What's Changed

New Contributors

Full Changelog: https://github.com/Croissant-API/Croissant-VPN/commits/v1.0.0