Metadata-Version: 2.1
Name: traxtor
Version: 4.0
Summary: Setup an onion routing proxy
Home-page: https://framagit.org/tractor/tractor
Author: Danial Behzadi
Author-email: dani.behzi@ubuntu.com
Project-URL: Bug Tracker, https://framagit.org/tractor/tractor/-/issues
Project-URL: Documentation, https://framagit.org/tractor/tractor/-/blob/master/man/tractor.1
Project-URL: Source Code, https://framagit.org/tractor/tractor
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Tractor

Tractor is core app which lets user to setup a proxy with Onion Routing via TOR and optionally obfs4proxy in their user space. The goal is to ease the proccess of connecting to TOR and prevent messing up with system files.

## Install

### Python package
You can install `tractor` everywhere with python support via:

    pip install --user --upgrade traxtor
    
You should then copy and compile the corresponding Glib schema into your system.

Remember that tractor depends on `tor` and `obfs4proxy` binaries on your system to work.

### Native packages 

In Debian-based distros, you can easily install tractor from [official repository](https://packages.debian.org/testing/tractor):

    sudo apt install tractor

In [Guix OS](https://guix.gnu.org) and other distros with guix package manager, you can install tractor by:

    guix install tractor

In Arch-based distros, there is a thirdparty package located [here](https://aur.archlinux.org/packages/tractor).

If you are any other distribution or OS, Tractor team welcomes you to make build recepie of yours.

## Run
you can run Tractor by command line or use one of the graphical interfaces which are packaged separately. For command line interface, read manual which is provided in installed package or available [here](https://framagit.org/tractor/tractor/blob/master/man/tractor.1).
