🍺 BREW Explorer

← all formulae

openfortivpn

brew install openfortivpn v1.24.1_1 GPL-3.0-or-later WITH cryptsetup-OpenSSL-exception

Open Fortinet client for PPP+TLS VPN tunnel services

544
30-day installs · #1693
2.0k
90-day · #1593
6.9k
365-day · #1680
3.3k
★ GitHub stars · updated 5mo ago

Runtime dependencies

Build dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "autoconf",
    "automake",
    "pkgconf"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "openssl@4"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Open Fortinet client for PPP+TLS VPN tunnel services",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:41:37+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "openfortivpn",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-02-23T18:49:33Z",
  "github_readme_excerpt": "openfortivpn\n============\n\nopenfortivpn is a client for PPP+TLS VPN tunnel services.\nIt spawns a pppd process and operates the communication between the gateway and\nthis process.\n\nIt is compatible with Fortinet VPNs.\n\nUsage\n-----\n\n```shell\nman openfortivpn\n```\n\nExamples\n--------\n\n* Simply connect to a VPN:\n  ```shell\n  openfortivpn vpn-gateway:8443 --username=foo\n  ```\n\n* Connect to a VPN using an authentication realm:\n  ```shell\n  openfortivpn vpn-gateway:8443 --username=foo --realm=bar\n  ```\n\n* Store password securely with a pinentry program:\n  ```shell\n  openfortivpn vpn-gateway:8443 --username=foo --pinentry=pinentry-mac\n  ```\n\n* Connect with a user certificate and no password:\n  ```shell\n  openfortivpn vpn-gateway:8443 --username= --password= --user-cert=cert.pem --user-key=key.pem\n  ```\n\n* Connect using SAML login:\n  ```shell\n  openfortivpn vpn-gateway:8443 --saml-login\n  ```\n\n* Don\u0027t set IP routes and don\u0027t add VPN nameservers to `/etc/resolv.conf`:\n  ```shell\n  openfortivpn vpn-gateway:8443 -u foo --no-routes --no-dns --pppd-no-peerdns\n  ```\n\n* Using a configuration file:\n  ```shell\n  openfortivpn -c /etc/openfortivpn/my-config\n  ```\n\n  With `/etc/openfortivpn/my-config` containing:\n  ```ini\n  host = vpn-gateway\n  port = 8443\n  username = foo\n  set-dns = 0\n  pppd-use-peerdns = 0\n  # X509 certificate sha256 sum, trust only this one!\n  trusted-cert = e46d4aff08ba6914e64daa85bc6112a422fa7ce16631bff0b592a28556f993db\n  ```\n\n* For the full list of config options, see the `CONFIGURATION` section of\n  ```shell\n  man openfortivpn\n  ```\n\nSmartcard\n---------\n\nSmartcard support needs `openssl pkcs engine` and `opensc` to be installed.\nThe pkcs11-engine from libp11 needs to be compiled with p11-kit-devel installed.\nCheck [#464](https://github.com/adrienverge/openfortivpn/issues/464) for a discussion\nof known issues in this area.\n\nBuilding on Fedora since [this\nupdate](https://src.fedoraproject.org/rpms/openssl/c/13b583a535e62d12521cfeb5088a68e5811eb6e6?branch=rawhide)\nwi",
  "github_repo": "adrienverge/openfortivpn",
  "github_stars": 3344,
  "github_topics": [],
  "homepage": "https://github.com/adrienverge/openfortivpn",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 544,
  "installs_365d": 6880,
  "installs_90d": 2005,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-3.0-or-later WITH cryptsetup-OpenSSL-exception",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "openfortivpn",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 1693,
  "rank_365d": 1680,
  "rank_90d": 1593,
  "raw_hash": "85c6b1f94f799385",
  "recommended_dependencies": [],
  "revision": 1,
  "ruby_source_path": "Formula/o/openfortivpn.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "1.24.1",
  "versioned_formulae": [],
  "why_use_this": null
}