Update: You can install this package from AUR
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.
- You install this package from the Arch User Repository (AUR) by using the AUR helper of your choice (e.g.
yay -S windscribe-cli
).
In order the install Windscribe's CLI from this repository, use the following instructions:
- Clone this repository onto your local machine.
cd
into the cloned repository.- Execute
makepkg -cs
to build the package. - After the build process is finished, run
sudo pacman -U windscribe-cli-*.pkg.tar
to install the package.
- 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 windscribe
every time the computer is booted) - Now running
windscribe
in 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