Jump to content
Not connected, Your IP: 216.73.217.65
Sign in to follow this  
Staff

Eddie Android edition 4.1.0 preview available

Recommended Posts

Hello! 

We're very glad to announce the Eddie Android edition 4.1.0 preview is available

Eddie Android edition 4.1.0 development focuses exclusively on improving stability by introducing a new custom AirVPN library that combines wg-go and amneziawg-go into a single runtime. This architectural change addresses a fundamental constraint of the Go runtime. Go was designed with the assumption that only one runtime instance exists per process and does not support multiple independent runtimes within the same process. Consequently, the runtime assumes exclusive ownership of global resources such as the heap, scheduler, stack management, and other core runtime components.
 

The current production version had been linked against two separate Go-based libraries since support for Amnezia WireGuard was introduced. Despite the precautions implemented, on a small subset of devices, this configuration still resulted in crashes during approximately 1% to 5% of application launches. Analysis showed that all such crashes originated from Go runtime components, most notably the garbage collector. By consolidating both libraries into a single Go runtime, Eddie Android Edition 4.1.0 is expected to eliminate these crashes across all supported devices.


Eddie Android Edition 4.1.0 also includes updated libraries and dependencies. Please refer to the changelog below for additional details.

 

Download link, checksum and changelog

https://eddie.website/repository/Android/4.1.0-Beta1/EddieAndroid-4.1.0-beta-1.apk
 

This is a build debug package and side load is mandatory.

If you decide to test, please report at your convenience any bug and problem in this thread. If possible generate a report from the app in a matter of seconds: by tapping the paper plane icon on the Log view bar rightmost side you will generate a full system report which will include both log and logcat and have it sent to our servers. Then you just need to send us the link the app shows you (open a ticket if you prefer to do it in private).

$ sha256sum EddieAndroid-4.1.0-beta-1.apk 
29aa7e43126a07c03581ab6249e3e23712257c6bb6d37049ebda31148254b162  EddieAndroid-4.1.0-beta-1.apk

Changelog 4.1.0 beta 1 (VC 39) - Release date: 14 July 2026 by ProMIND

Native Library

  • [ProMIND] updated to OpenVPN-AirVPN 3.12 (20260714)
  • [ProMIND] updated to OpenSSL version 3.6.3
  • [ProMIND] Updated to version 4.1.0, API 11
  • [ProMIND] Removed library libwg-go dependecy
  • [ProMIND] Removed library libamneziawg-go dependency
  • [ProMIND] Introduced library libeddiewg. Custom AirVPN Go library combining wg-go and amneziawg-go
  • [ProMIND] api.h, api.cpp: added functions eddiewgLibraryName, eddiewgLibraryQualifiedName, eddiewgLibraryVersion and  eddiewgLibraryReleaseDate, implementing the corresponding calls to libeddiewg, both C and JNI

EddieApplication.java

  • [ProMIND] onCreate(): call eddiewgLibraryQualifiedName and log output

EddieLibrary.java

  • [ProMIND] Added definitions for native library calls eddiewgLibraryName, eddiewgLibraryQualifiedName, eddiewgLibraryVersion and  eddiewgLibraryReleaseDate


Kind regards & datalove
AirVPN Staff
 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...