I’ve heard a lot about AirVPN, but it doesn’t have an app on Fdroid or anything. Yes you can download it directly from their site, but that is a little cumbersome.

Another option I’m considering is Windscribe.One major knock against it (and the same thing for AirVPN) is that htere is no tutorial available for installing the wireguard version on openwrt.

I really don’t know enough about these. Windscribe has been sort of tested in court (again that was in Greece, and they don’t have the same might of an authoritarian state as the US or some place), so that’s a plus.

I don’t know, I’m so confused that it sort of makes sense to stick with Mullvad at times.

  • sumsinj@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    6 hours ago

    Wanted to say I will move to ivpn when mullvad runs out, but seems like the whole comment section already agrees on airvpn and ivpn

      • eremophila@lemmy.zip
        link
        fedilink
        arrow-up
        2
        ·
        15 hours ago

        I really want people to tell me about other options, neither airvpn or ivpn seem awesome for the southern hemisphere and linux, for the majority of users they look like the best choices though. It is a dodgy industry.

        Looking up vpns is a pain in the butt due to how manipulated 99% of sites about them are, plus the usual fan blah blah

          • eremophila@lemmy.zip
            link
            fedilink
            arrow-up
            2
            ·
            7 hours ago

            There was some weird arse package in it ‘npm’ that failed while trying to install ivpn, looking it up at the time said it was suspect (maybe true or not)

            End of the day they did not have servers where I needed them (a southern hemisphere problem)

            They were very quick to reply and appeared genuine with their customer supportthough.

  • CorrectAlias@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 day ago

    I know you mentioned AirVPN only having an app on their website, but you can use it with the wireguard client (you just have to make the conf file names short enough and remove special characters to import them). This is how I personally use AirVPN on Android.

    • somereaduser@reddthat.comOP
      link
      fedilink
      arrow-up
      1
      ·
      6 hours ago

      I tried adding their client via Obtanium, it didn’t work.

      But man, that client looks so outdated. It looks like a kid’s idea of a website.

      • CorrectAlias@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 hours ago

        I don’t use AirVPN’s client, to be clear. I use Wireguard’s android app, and for desktop, I use wireguard as well. There’s no need for their client.

    • Tomhero200@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      1
      ·
      16 hours ago

      That’s how I do it. I use WG Tunnel (on FDroid), make the conf on the website, rename it to something short (‘airvpn’ for example) and import it. I only connect to one server though (Azelfafage), so I have no clue how it behaves with multiple exit nodes…

      Hope this helps OP!

    • Fucheese@lemmy.zip
      link
      fedilink
      arrow-up
      3
      ·
      18 hours ago

      Completely agree most people have recommended proton and perhaps wind scribe. But something people tend to miss is proton, mullvad & others tend to use rented vps servers. Ivpn claims they own all of their servers hands down. If that is the case and you may need to look into this then go with them.

      • Bruhh@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        15 hours ago

        I believe mullvad owns most of their servers. Ivpn does not claim to own their servers.

        Not sure if linking is allowed but if you go to IVPN’s server status page, they have a quick faq at the bottom where they mention they rent from datacenter partners.

  • SatyrSack@quokk.au
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 days ago

    I’ve heard a lot about AirVPN, but it doesn’t have an app on Fdroid or anything. Yes you can download it directly from their site, but that is a little cumbersome.

    Consider using Obtainium. It might be a little cumbersome to get it set up, but once you do, Obtainium will handle checking for and installing updates whenever they are released.

    Install Obtainium from GitHub or F-Droid. Then you can add Eddie (the AirVPN client app) by using the install button on this page:
    https://apps.obtainium.imranr.dev/apps?categoryMode=inclusive&category=vpn&sort=popular&q=Eddie

    • somereaduser@reddthat.comOP
      link
      fedilink
      arrow-up
      1
      ·
      5 hours ago

      I’ll give that link a shot. I installed Obtanium for the first time, and tried adding their installation link (maybe not that one, I don’t remember what I tried adding), but I couldn’t get it to wokr.

      But maaaan, their android client looks so amateurish. I mean it’s fine as long as it works, but as an ad for your company…this isn’t it.

      • SatyrSack@quokk.au
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 hour ago

        All the UI/UX for AirVPN looks pretty bad. The website just looks… off, design-wise. But yeah, as long as the VPN works as intended…

    • Squizzy@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      17 hours ago

      Obtainium is annoying a lot though, its probably not a fault of theirs necessarily but there is so often failure due to locating an installable build from a repo link

        • Squizzy@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          15 hours ago

          Yeah I would try to install from their git as much as possible but it is very inconsistent. Nothing found or no installable build found, so have to hope they are on fdroid.

          • SatyrSack@quokk.au
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            14 hours ago

            Oh, it fails to install anything when Obtainium does not find an installable build.

            That’s because not every git repo necessarily hosts installable builds at all. The main purpose of git is just to host the source code for that project. With that said, many repos do also build an installable release (*.apk, *.exe, whatever) of each major version and host that in the “Releases” section.

            As an example, here is Obtainium’s GitHub repo. If you scroll to the bottom of the page, you see the “Releases” section that contains the most recent APKs and everything:

            image

            But not every git repo hosts releases. Eddie is one of those. The git repo for Eddie is just for hosting the source code. They host the releases on their own website instead. In that case, you can often just take the URL for whatever website is actually hosting the APKs and paste that into Obtainium and it will do its usual web scraping method to find the appropriate APK files for each update.

            On the other hand, that web scraping often does not work and requires more complicated techniques to get Obtainium to find the appropriate APK files. That is where https://apps.obtainium.imranr.dev/ comes in handy. This is a crowdsourced list of popular apps that require more complicated techniques to add to Obtainium, and each has a neat little “Install” button to quickly and easily add that app to Obtainium by applying that complex config in the background for you.

            But there are also some projects that don’t host releases anywhere other than F-Droid. In that case, by all means, just use F-Droid for that app.

  • birdwing@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    2 days ago

    There’s Proton, but given the controversy… yeah (though I did look at what they donate to and it seems to not be right-wing companies).

    IVPN is perhaps your best bet.

    • geneva_convenience@lemmy.ml
      link
      fedilink
      arrow-up
      38
      arrow-down
      4
      ·
      2 days ago

      Proton made one positive comment about some Trump anti censorship policy. Their “controversy” is really overblown.

      Mullvad is directly donating to Nazis.

      That said Proton doesn’t have the same extreme privacy as Mullvad. But they are much cheaper with promos and also have good app support.

        • potustheplant@feddit.nl
          link
          fedilink
          arrow-up
          2
          ·
          7 hours ago

          Dude, they provided payment information because they were legally required to do so by swiss law. They did no share any actual user data from within the product. It sucks but if you use a roundabout payment method this wouldn’t be an issue.

          • sudoer777@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            6 hours ago

            At the same time, Proton makes paying anonymously difficult. If you want to pay with Monero they don’t officially support it and you have to go through a third party and buy a gift card, which is also not documented on their website, or exchange Monero for Bitcoin and pay with that. Contrast with IVPN/AirVPN/Mullvad which all officially support Monero. Also looking at their payment page, if you do pay with credit card they automatically renew by default, thus storing your credit card information without making that clear. Contrast with IVPN which doesn’t by default and clarifies the privacy drawbacks, and Mullvad which doesn’t do that at all. Sure the activist shouldn’t have used a credit card, but at the same time Proton aggressively markets themselves as a privacy service so they need to act like one instead of encouraging bad privacy practices because subscriptions are profitable.

          • sudoer777@lemmy.ml
            link
            fedilink
            English
            arrow-up
            3
            ·
            14 hours ago

            It is for people who want to not get arrested, especially when the alternatives don’t have the same level of neglect that Proton does (and some of them have a proven track record of not leaking information). IVPN and AirVPN at least accept Monero so I’d trust them more

      • ryper@lemmy.ca
        link
        fedilink
        English
        arrow-up
        10
        arrow-down
        18
        ·
        2 days ago

        A Mullvad founder and co-owner donating to Nazis is NOT Mullvad directly donating to Nazis.

        • eremophila@lemmy.zip
          link
          fedilink
          arrow-up
          28
          arrow-down
          2
          ·
          2 days ago

          No, but it is Mullvad customers money going directly to funding an obviously far right party.

          The co-owner is very much the major funder of that party.

          Honesty is really easy.

          OP asked for options, not for this debate to go around in circles again.

        • eremophila@lemmy.zip
          link
          fedilink
          arrow-up
          4
          arrow-down
          2
          ·
          15 hours ago

          proton are an ai company, and an email provider. do the math there.

          I had a 2 year subscription with them, using their vpn and email. I stopped using them after approx 6 months of product use, customer support, and paying attention to their social media manipulation, and repeated lack of attention to product quality. Throwing away the other 18 months of subscription.

          They are a very dodgy company, trying to be the next google, which is ironic considering how many canadian patriots are now heading there due to trump/google.

          Their brand is very popular with their zombie fans who struggle to think, but are very quick with upvotes, and downvotes.

          • potustheplant@feddit.nl
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            7 hours ago

            You’re pretty vague for a “non-zombie”. What’s the issue with being an email provider? Also, they have an AI chatbot, I’m not sure they’re training any models, and I don’t know of any issue they’ve had with that product. Lastly, define them being a “dodgy” company.

            • eremophila@lemmy.zip
              link
              fedilink
              arrow-up
              1
              ·
              7 hours ago

              I believe I made it obvious I wanted going to bother dealing with proton fanboys again?

              People can make their own minds up by paying attention, or they can just follow the crowd, not my problem.

        • sudoer777@lemmy.ml
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          1
          ·
          1 day ago

          Repeated misleading marketing on both their social medias and websites such as the false “no-log” claim that got someone arrested

          • prenatal_confusion@feddit.org
            link
            fedilink
            arrow-up
            2
            ·
            18 hours ago

            Interesting. I’ll read up in that.

            Also: check your permissions to prevent possible rights escalations. (And yes, I know that it relies more on the sudoers file but I am sure there is some attack surface there …)

            • sudoer777@lemmy.ml
              link
              fedilink
              English
              arrow-up
              1
              ·
              17 hours ago

              Yeah IRL for most things I actually use a separate account not in the “wheel” group that doesn’t have sudo access and use a Nix module that locks down directory permissions lol

    • ProdigalFrog@slrpnk.net
      link
      fedilink
      English
      arrow-up
      11
      ·
      17 hours ago

      One of the owners of Mullvad donated a vast sum of money to a Swedish Nazi political party, accounting for 70% of their funding, which resulted in boosted popularity there.

      This is the leader of that political party:

      https://www.friatider.se/markus-allard-om-andra-generationens-invandrare-de-ska-ocksa-ut

      Örebro Party leader Markus Allard goes to the election on expulsions. He opens to withdraw citizenship and also expel second generation of immigrants – even if they were born in Sweden.
      “I’m prepared to cross corpses,” he said.

      One suggestion that he has is that citizenship and permanent residence permits can be torn up – with reference to “Sweden is the country of Swedes”.

      In a section of Yoshi’s Podcast, Allard develops his view on expulsions and explains that he prepared to “go over corpses” to bring home unwanted immigrants. The host notes that there will be no beautiful sight when, for example, immigrant mothers who have been on maternity leave for 15 years are to be deported together with their children. “It’s not going to be pretty to send these people home,” he said. Markus Allard agrees, but says: I think you can handle that optics. Even the children will need to be deported, he explains.

      He further explains that many of the problems relate to second-generation immigrants. They are going out too. Even if they were born in Sweden, because they have no natural connection to Sweden. They are not Swedes. They have not become Swedes. It says Sweden in the passport, but they have not been interested in becoming part of Sweden. There’s a difference. It’s a qualitative difference," Allard said.

  • nymnympseudonym@piefed.social
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 days ago

    OpenVPN on a VPS from Njalla paid for in Monero

    I’m not being silly (other than that I’m a freakin’ tinfoil hat compared to most people)

    This is my actual setup.

    • electric_nan@lemmy.ml
      link
      fedilink
      arrow-up
      13
      ·
      2 days ago

      Depends on your reason for using a VPN. Presumably your Njalla VPS has a static IP address. I like being able to rotate servers if one is being blocked by a given service (ie YouTube).

      • FineCoatMummy@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        8
        ·
        2 days ago

        Seconding electric nan’s comment. There is a valid use case for that model IMO, but it also ties your identity to a different fixed IP. Maybe if you were PERFECT about opsec it wouldn’t tie to your ID, but in practice nobody is going to be. That’s nearly impossible in today’s tracking centric world. So data brokers will learn user X has IP Y, nobody else uses that IP, so other connections from IP Y are probably user X too.

        There’s a benefit to sharing an IP with many other ppl and rotating the IP around. There are drawbacks too ofc.

    • somereaduser@reddthat.comOP
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      Is it the fact that they put out (a somewhat tasteless) AI ad?

      In the grand scheme of things and with everything else going on, that seems pretty tame.

    • eremophila@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      Last I looked the eddie app didn’t even have split tunneling?

      people on their reddit frequently recommend against using eddie too

      • uninvitedguest@piefed.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        Again, it’s fine - not the bees knees. You can exclude local networks from the VPN. If there is another VPN/Wireguard app that does app based split tunnelling or whatever you’re looking for just use that with AirVPN instead of Eddie.

        Maybe WGTunnel? Haven’t tried it myself.

        • eremophila@lemmy.zip
          link
          fedilink
          arrow-up
          2
          ·
          1 day ago

          airvpn can fix their software if they want my money.

          mullvad has good software and the browser extension, which together makes a very usable system. Unfortunately they completely failed ethically.

          It shouldn’t be too much to ask for decent software and ethics.

      • eleitl@lemmy.zip
        link
        fedilink
        arrow-up
        5
        arrow-down
        32
        ·
        2 days ago

        I am aware of https://mullvad.net/en/blog/donation-controversy and https://dberntsson.info/2026/07/20/orebropartiet/ and

        • extreme right wing moniker seems a smear campaign against Örebro

        • the company has nothing to do with private affairs of the founder

        This whole campaign smells of something intelligence services would do if they’re facing a problem they can’t make go away another way. And it is actually working because of people like you, who amplify this attack.

        • ProdigalFrog@slrpnk.net
          link
          fedilink
          English
          arrow-up
          5
          ·
          17 hours ago

          They are nationalist racists trying to cloak themselves with populist leftist ideas. This is the leader of that party:

          https://www.friatider.se/markus-allard-om-andra-generationens-invandrare-de-ska-ocksa-ut

          Örebro Party leader Markus Allard goes to the election on expulsions. He opens to withdraw citizenship and also expel second generation of immigrants – even if they were born in Sweden.
          “I’m prepared to cross corpses,” he said.

          One suggestion that he has is that citizenship and permanent residence permits can be torn up – with reference to “Sweden is the country of Swedes”.

          In a section of Yoshi’s Podcast, Allard develops his view on expulsions and explains that he prepared to “go over corpses” to bring home unwanted immigrants. The host notes that there will be no beautiful sight when, for example, immigrant mothers who have been on maternity leave for 15 years are to be deported together with their children. “It’s not going to be pretty to send these people home,” he said. Markus Allard agrees, but says: I think you can handle that optics. Even the children will need to be deported, he explains.

          He further explains that many of the problems relate to second-generation immigrants. They are going out too. Even if they were born in Sweden, because they have no natural connection to Sweden. They are not Swedes. They have not become Swedes. It says Sweden in the passport, but they have not been interested in becoming part of Sweden. There’s a difference. It’s a qualitative difference," Allard said

          Remember; the Nazi’s did the same thing by strategically calling their party the National Socialist German Workers’ Party, despite them not being socialist nor a working class party. This was chosen because Socialism was gaining popularity, and thus the Nazi’s thought it would help their chances of getting votes and public support.

        • Dr_Vindaloo@lemmy.ml
          link
          fedilink
          English
          arrow-up
          25
          arrow-down
          1
          ·
          2 days ago

          It definitely is an extreme right party, and the founder’s riches are a direct result of the company’s success.

        • CutieBootieTootie [she/her]@hexbear.net
          link
          fedilink
          English
          arrow-up
          19
          ·
          2 days ago

          Nope, looking at that post, it looks like a far right party blaming poor people and PMC instead of their real enemies (the ruling class internally and the United States externally). The founder describes themselves as a libertarian anarchist and supports a far right party, mega shocker there, but pretending it’s a smear is false. Just be honest and say you don’t care if you don’t care, don’t try and fool those of us who suffer from the effects of fascism that this isn’t a fascist movement.

          • eleitl@lemmy.zip
            link
            fedilink
            arrow-up
            2
            arrow-down
            11
            ·
            2 days ago

            I am getting tired of everyone being called fascist. Because if everybody is a fascist, then nobody is.

            I’m basing my choice on technology and personal recommendation of people I trust who know the owners.

            All this loud thread just confirms this is an attack based on spurious reasons.

            • traxex@lemmy.dbzer0.com
              link
              fedilink
              arrow-up
              9
              ·
              1 day ago

              What an absolutely insane take. I’m so sorry calling this awful person out is just forcing you into fascism. It really is a shame you have autonomy over your own actions and you just have to go along with it.

            • eremophila@lemmy.zip
              link
              fedilink
              arrow-up
              14
              ·
              2 days ago

              Have you considered being against fascism?

              You could at least claim to be a decent person then, doesn’t that sound like a good thing?

              • eleitl@lemmy.zip
                link
                fedilink
                arrow-up
                1
                arrow-down
                1
                ·
                edit-2
                28 minutes ago

                I am. Fascists killed 27 millions of my former fellow citizens, including my grandfather. Fascists are still murdering people by the hundred thousand per year in Europe.

          • eleitl@lemmy.zip
            link
            fedilink
            arrow-up
            1
            arrow-down
            6
            ·
            2 days ago

            So you are attacking my character rather than correcting me? That doesn’t work. Please provide your backing information.

            • traxex@lemmy.dbzer0.com
              link
              fedilink
              arrow-up
              8
              ·
              2 days ago

              Wait what lmao? Do you know how claiming things work? You made a claim now back it up. I don’t have to prove the opposite, that’s not how any of this works.

        • surewhynotlem@lemmy.world
          link
          fedilink
          arrow-up
          4
          arrow-down
          2
          ·
          2 days ago

          the company has nothing to do with private affairs of the founder

          They give him money. He uses that money for bad.

      • eleitl@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        5 hours ago

        Thanks. Ironically, can’t see it since lemmy.zip uses Cloudflare, which uses broken bot captcha which blocks Mullvad tunnels.