Go to file
polis bca26cd53e
Update documentation and dependencies
2023-12-29 11:12:05 +00:00
.vscode Initial Commit 2023-12-25 12:01:01 +00:00
api_exchange Initial Commit 2023-12-25 12:01:01 +00:00
api_tor Initial Commit 2023-12-25 12:01:01 +00:00
dal Update documentation and dependencies 2023-12-29 11:12:05 +00:00
docs Initial Commit 2023-12-25 12:01:01 +00:00
gui Update documentation and dependencies 2023-12-29 11:12:05 +00:00
pgp_cleartext Update documentation and dependencies 2023-12-29 11:12:05 +00:00
polis Initial Commit 2023-12-25 12:01:01 +00:00
shared Initial Commit 2023-12-25 12:01:01 +00:00
.gitignore Initial Commit 2023-12-25 12:01:01 +00:00
Cargo.lock Initial Commit 2023-12-25 12:01:01 +00:00
Cargo.toml Initial Commit 2023-12-25 12:01:01 +00:00
License Initial Commit 2023-12-25 12:01:01 +00:00
README.md Update documentation and dependencies 2023-12-29 11:12:05 +00:00

README.md

Polis

Features

  • Simple and easy-to-use tool dedicated for darknet users
  • Manage onion service links
  • Verify PGP signed messages / mirrors from onion service operators
  • List of trusted services
  • Swap coins without KYC anonymously through tor
  • Portable
  • Balzing fast
  • Support for windows and linux
  • All connections / requests are through tor
  • No JS

Installation / Download

Build Dependencies

For building the following steps are required:

Install latest official version of rust as described here. (MSRV 1.73.0): https://www.rust-lang.org/tools/install

If rust is already installed update to latest version.

rustup update

Depending on which system you are you have the following system requirements for building.

Mac

Install XCode and then the XCode Command Line Tools with the following command

xcode-select --install

For macOS Mojave additional headers need to be installed, run

open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

and follow the prompts

Install Brew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Run the following to install needed bottles

brew install git
brew install cmake

Linux

Run the following to install dependencies

apt-get install git cmake libc++-dev libc++abi-dev

Windows

Install Git

Install CMake

Install Build Tools for Visual Studio 2019

Building

Navigate to repository and build.

cd polis
cargo run --release