# pritunl-client-electron **Repository Path**: OtherCopy/pritunl-client-electron ## Basic Information - **Project Name**: pritunl-client-electron - **Description**: Pritunl OpenVPN client - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/pritunl/pritunl-client-electron - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-12 - **Last Updated**: 2023-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pritunl-client-electron: pritun vpn client [![package-macOS](https://img.shields.io/badge/package-macOS-cfcfcf.svg?style=flat)](https://github.com/pritunl/pritunl-client-electron/releases) [![package-windows](https://img.shields.io/badge/package-windows-00adef.svg?style=flat)](https://github.com/pritunl/pritunl-client-electron/releases) [![github](https://img.shields.io/badge/github-pritunl-11bdc2.svg?style=flat)](https://github.com/pritunl) [![twitter](https://img.shields.io/badge/twitter-pritunl-55acee.svg?style=flat)](https://twitter.com/pritunl) [Pritunl-client-electron](https://github.com/pritunl/pritunl-client-electron) is an open source openvpn client. Documentation and more information can be found at the home page [client.pritunl.com](https://client.pritunl.com) ## Install From Source (macOS) If the Pritunl package is currently installed run the uninstall command below. Requires homebrew with git, go and node. ```bash brew install git go node bash <(curl -s https://raw.githubusercontent.com/pritunl/pritunl-client-electron/master/tools/install_macos.sh) ``` ## Uninstall From Source (macOS) ```bash bash <(curl -s https://raw.githubusercontent.com/pritunl/pritunl-client-electron/master/tools/uninstall_macos.sh) ```