Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

hkuchampudi/Windscribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windscribe VPN CLI for Arch Linux

Update: You can install this package from AUR

Circle CI Build Status

CircleCI

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:

  1. Clone this repository onto your local machine.
  2. cd into the cloned repository.
  3. Execute makepkg -cs to build the package.
  4. After the build process is finished, run sudo pacman -U windscribe-cli-*.pkg.tar to install the package.

Running Windscribe CLI

  1. After installing for the first time, close out of any active terminals (this is so that bash autocomplete works)
  2. Check to see if the windscribe daemon is running: systemctl status windscribe.service
  3. 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 run sudo systemctl enable windscribe, otherwise you will have to execute sudo systemctl start windscribe every time the computer is booted)
  4. Now running windscribe in your terminal should bring-up the CLI
  5. To login to windscribe, run windscribe login
  6. To connect to windscribe, run windscribe connect
  7. If you need additional help, run windscribe --help

Terminal

Resources

Windscribe

Windscribe Linux Download

Releases

No releases published

Packages

No packages published

Languages