# Download Free VPN — Mac, Windows, Linux, iOS & Android

> A free VPN that's actually private. No accounts, ever. $0 forever. 90+ regions worldwide. Protected in 30 seconds.

Free VPN runs on every major platform. Pick the device you want to install on:

## Mobile

| Platform | Store | App ID |
| --- | --- | --- |
| **iOS / iPadOS** | [App Store](https://apps.apple.com/app/id1050171910) | `1050171910` |
| **Android** | [Google Play](https://play.google.com/store/apps/details?id=org.freevpn) | `org.freevpn` |

## Desktop

| Platform | Method | Link |
| --- | --- | --- |
| **macOS** (12 Monterey+) | Mac App Store | [App Store](https://apps.apple.com/app/id1050171910) |
| **macOS** (CLI + GUI) | One-line install | `curl -fsSL https://freevpnapp.org/install.sh \| sh` |
| **Windows 10/11** | PowerShell installer | `iex "& { $(iwr https://freevpnapp.org/install.ps1) }"` |
| **Linux** (Ubuntu, Debian, Fedora, Arch, Raspberry Pi) | One-line install | `curl -fsSL https://freevpnapp.org/install.sh \| sh` |

After the one-line installer runs, type `freevpn gui install` to add the desktop window. See [the CLI page](https://freevpnapp.org/cli/) for full details.

## Servers and headless boxes

Linux, macOS, and Windows servers can run Free VPN as a background service — no GUI required. Same one-line installer. Survives reboots, managed by your OS the same way Docker is. Perfect for cloud VMs, CI runners, and Raspberry Pis.

## Verify your install

Every release ships a `.sha256` sidecar. The one-line installer verifies it automatically. To verify manually:

```bash
curl -fsSL -O https://freevpnapp.org/downloads/LATEST/freevpn-linux-amd64.tar.gz
curl -fsSL -O https://freevpnapp.org/downloads/LATEST/freevpn-linux-amd64.tar.gz.sha256
shasum -a 256 -c freevpn-linux-amd64.tar.gz.sha256
```

## What you get on every platform

- **No accounts, ever.** No email, no phone number. Just install and connect.
- **$0 forever.** Free plan has unlimited bandwidth and every feature. Optional paid tier for premium servers.
- **Boost Speed.** Dual-ended codec technology accelerates throughput; we don't throttle.
- **90+ regions worldwide.** Pick the country you want to appear from.
- **Zero data collection.** No logs, no telemetry, nothing to subpoena.
- **Auto-connect on untrusted networks** — public Wi-Fi, airports, hotels.
- **Ad and tracker blocking** at the connection layer, before apps ever see them.

## Protected in 30 seconds

1. **Pick your device** from the table above.
2. **Click install** — store install or one-line script, whichever you prefer.
3. **Hit Connect** — the app picks the fastest region for you.

That's it. No signup flow. No email verification. No card.

## FAQ

### Do I need to make an account?

No. Free VPN requires absolutely nothing — no account, no email, no phone number.

### Is it really free?

Yes. The Free plan is $0 forever with unlimited bandwidth and every feature. Optional paid upgrades unlock premium server pools and remove in-app ads.

### Does the desktop CLI work the same as the mobile app?

Same VPN engine, same network, same encryption (AES-256-GCM), same 1.1.1.1 DNS by default. The CLI exposes more knobs (`freevpn regions`, `freevpn doctor`, `--json` output, scripting); the mobile apps wrap the same engine in a touch-friendly UI.

### Will it work on my old Mac / old Windows / weird Linux distro?

- **Mac:** any Mac on macOS 12 Monterey or newer — both Intel and Apple Silicon (M1/M2/M3/M4).
- **Windows:** Windows 10 (October 2018 update) or Windows 11.
- **Linux:** anything with a modern glibc and systemd — Ubuntu 22.04+, Debian 12, Fedora, Arch, Raspberry Pi OS, and most cloud VMs.

### Where do I get support?

Email **support@freevpnapp.org** or use the [contact form](https://freevpnapp.org/contact/).

## Related pages

- [Home](https://freevpnapp.org/) — Free VPN overview
- [CLI](https://freevpnapp.org/cli/) — terminal-first VPN documentation
- [About](https://freevpnapp.org/about/) — company background
- [FAQ](https://freevpnapp.org/faq/) — common questions

---

*This is the markdown twin of [https://freevpnapp.org/downloads/](https://freevpnapp.org/downloads/), served under the [AEO Spec v1.0](https://dualmark.dev/docs/spec/overview) for AI agents and LLM-powered search.*
