Skip to content

Installation

brainfucksec edited this page Feb 19, 2022 · 10 revisions

Install dependencies:

sudo pacman -Syu

sudo pacman -S tor

Install Package from AUR (recommended):

AUR: archtorify-git

Manual installation:

Download with git:

git clone https://github.com/brainfucksec/archtorify

Alternatively you can download release package (package of the latest git version).

Install with make command:

cd archtorify/

sudo make install

Reboot:

Services and programs that use archtorify (such as iptables) work at the kernel level, at the end of the installation reboot the operating system to avoid conflicts.

Clone this wiki locally