==========================================================
██████╗ █████╗ ██████╗ ██████╗ ██╗ ██╗
██╔════╝ ██╔══██╗██╔══██╗██╔══██╗╚██╗ ██╔╝
██║ ███╗███████║██████╔╝██████╔╝ ╚████╔╝
██║ ██║██╔══██║██╔══██╗██╔══██╗ ╚██╔╝
╚██████╔╝██║ ██║██║ ██║██║ ██║ ██║
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ for ☁ AirVPN
==========================================================
If you use AirVPN then you'll undoubtedly know Eddie.
Well I don't like Eddie.
In fact, Eddie stinks! ... So meet Garry.
Garry is a deterministic wrapper around eddie-cli designed to:
- Launch AirVPN sessions cleanly
- Support foreground and background modes
- Track session PID state
- Verify egress IPv4 and IPv6
- Perform IPv4 country identity lookup
- Provide simple
--statusand--disconnectcontrol
- Quiet background execution (no CLI noise)
- Optional foreground verbose mode
- PID tracking for clean disconnect
- IPv4 + IPv6 external IP detection
- IPv4 geo identity lookup
- Automatic session log overwrite per run
- Daemon-free operation
./garry <server-name>Example:
./garry Alnitak- Runs
eddie-clipolitely and quietly - Intentional wait for tunnel stabilization
- Logs IPv4, IPv6, and IPv4 country identity
- Prints the current session report
./garry <server-name> --foreground- Runs
eddie-cliattached to your terminal - Shows full verbose output
- Ctrl+C cleanly stops the session
- No PID tracking in this mode
./garry --statusReports whether the last background session PID is still active.
./garry --disconnectStops the background eddie-cli session started by Garry.
Required:
eddie-clicurlgeoiplookup
==========================================================
Garry Egress Check | 2026-02-21T04:12:03+00:00
Server: Alnitak
Eddie PID: 34821
Wait: 45s
IPv4: PRINT_IPV4_ADDRESS
GeoIP Country Edition: NL, Netherlands
IPv6: PRINT_IPV6_ADDRESS
==========================================================
MIT License
Copyright (c) 2026 Christopher Jones
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.