dedicated servers only
Our VPN servers never save data that can be used to identify a customer.
Use our server-side multihop to seamlessly doublehop between endpoints.
Don't trust that we're not logging?
Use client-side multihop and connect to another VPN (or Tor) before you connect to us.
no proprietary code
Available for review here.
(too many) details on how the network operates available on our blog and on our
privacy policy page.
anonymous authentication
Access tokens are hashed before connecting. Compromised or confiscated servers can't be used to identify clients.
roots in Iceland, entities worldwide
No central office, anywhere.
system-roar-arm64-ab-vndklite-gapps.img.xz?If you have found yourself staring at a file named system-roar-arm64-ab-vndklite-gapps.img.xz, you are likely in the middle of a deep dive into Android customization, specifically involving Project Treble or the Android Generic System Image (GSI) scene.
ab: Optimized for devices with "A/B" (seamless) partitions, though often usable on "A-only" devices as well.
, allowing users to flash a custom Android version onto a wide variety of hardware without needing a device-specific kernel. Breakdown of the Filename
Reboot to Fastboot: Connect your phone to a PC and boot into Fastboot/Bootloader mode.
vndkliteThis is the most technical and crucial part of the filename.
To understand vndklite, you need to know about Project Treble. Introduced in Android 8.0, Treble separated the Android OS Framework from the Vendor Implementation (drivers, hardware bits).
The trade-off: vndklite reduces system security/stability slightly because it bypasses the strict separation between system and vendor. It is not recommended for daily drivers unless you need those modifications. The alternative is vndk (non-lite), which is stricter but safer.
If you see roar, expect a snappier, more feature-rich experience compared to a pure AOSP GSI.
AB: Refers to the partition style. "AB" means it supports seamless updates and can be flashed on devices that use two sets of partitions (A and B) to prevent bricking.
Do you have fastboot and platform-tools set up on your computer?
system-roar-arm64-ab-vndklite-gapps.img.xz?If you have found yourself staring at a file named system-roar-arm64-ab-vndklite-gapps.img.xz, you are likely in the middle of a deep dive into Android customization, specifically involving Project Treble or the Android Generic System Image (GSI) scene.
ab: Optimized for devices with "A/B" (seamless) partitions, though often usable on "A-only" devices as well.
, allowing users to flash a custom Android version onto a wide variety of hardware without needing a device-specific kernel. Breakdown of the Filename
Reboot to Fastboot: Connect your phone to a PC and boot into Fastboot/Bootloader mode.
vndkliteThis is the most technical and crucial part of the filename.
To understand vndklite, you need to know about Project Treble. Introduced in Android 8.0, Treble separated the Android OS Framework from the Vendor Implementation (drivers, hardware bits).
The trade-off: vndklite reduces system security/stability slightly because it bypasses the strict separation between system and vendor. It is not recommended for daily drivers unless you need those modifications. The alternative is vndk (non-lite), which is stricter but safer.
If you see roar, expect a snappier, more feature-rich experience compared to a pure AOSP GSI.
AB: Refers to the partition style. "AB" means it supports seamless updates and can be flashed on devices that use two sets of partitions (A and B) to prevent bricking.
Do you have fastboot and platform-tools set up on your computer?