Windscribe VPN CLI for Arch Linux
Update: You can install this package from AUR
Circle CI Build Status
Overview
This repository contains the files necessary to build Windscribe VPN CLI for Arch Linux. Currently, Windscribe's CLI is in open beta, so users should anticipate breakages.
Installation
Installing From AUR
- You install this package from the Arch User Repository (AUR) by using the AUR helper of your choice (e.g.
yay -S windscribe-cli).
Installation
In order the install Windscribe's CLI from this repository, use the following instructions:
- Clone this repository onto your local machine.
cdinto the cloned repository.- Execute
makepkg -csto build the package. - After the build process is finished, run
sudo pacman -U windscribe-cli-*.pkg.tarto install the package.
Running Windscribe CLI
- After installing for the first time, close out of any active terminals (this is so that bash autocomplete works)
- Check to see if the windscribe daemon is running:
systemctl status windscribe.service - If the daemon is not running, you can simply run
sudo systemctl start windscribe. (If you want the daemon to automatically start on boot, you can runsudo systemctl enable windscribe, otherwise you will have to executesudo systemctl start windscribeevery time the computer is booted) - Now running
windscribein your terminal should bring-up the CLI - To login to windscribe, run
windscribe login - To connect to windscribe, run
windscribe connect - If you need additional help, run
windscribe --help
