Skip to content
Snippets Groups Projects
Select Git revision
  • update_tor_0.4.8.7 protected
  • update_upstream2
  • main default protected
  • patch_branch
  • master protected
  • dev-tor-android-binary-tor-0.4.4.6
  • dev-tor-android-binary-tor-0.4.3.6
  • dev-tor-android-binary-tor-0.4.4.0
  • tor-android-binary-tor-0.4.2.7a
  • tor-android-binary-tor-0.4.2.7
  • tor-android-binary-tor-0.4.2.5
  • tor-android-binary-tor-0.4.1.6
  • 0.4.5.9
  • 0.4.5.7
  • 0.4.2.5
  • tor-android-binary-tor-0.4.3.6-actual
  • tor-android-binary-tor-0.4.3.6
  • tor-android-binary-tor-0.4.2.7
  • tor-android-binary-tor-0.4.1.6
  • tor-android-binary-tor-0.4.1.5
  • tor-android-binary-tor-0.4.0.4-rc
  • 0.3.5.8-rc-v2
  • tor-android-binary-tor-0.3.5.8-rc
  • tor-0.3.5.8-libevent-2.1.7
  • tor-android-binary-tor-0.3.5.6-rc
  • tor-android-binary-tor-0.3.4.9
  • tor-android-binary-tor-0.3.4.8-2
  • tor-android-binary-tor-0.3.4.8-1
  • tor-android-binary-tor-0.3.4.8
  • tor-android-binary-tor-0.3.4.7-rc
  • tor-android-binary-0.3.3.5-rc-3
  • tor-android-0.3.3.5-rc-2
32 results

tor-android

  • Clone with SSH
  • Clone with HTTPS
  • Tor Android

    This is native Android TorService built on the Tor shared library built for Android. The included libtor.so binaries can also be used directly as a tor daemon. Binaries are available on Maven Central:

    dependencies {
        implementation 'info.guardianproject:tor-android:0.4.6.10'
        implementation 'info.guardianproject:jtorctl:0.4.5.7'
    }

    Tor protects your privacy on the internet by hiding the connection between your Internet address and the services you use. We believe Tor is reasonably secure, but please ensure you read the instructions and configure it properly. Learn more at https://torproject.org/

    Tor Frequently Asked Questions:

    How to Build

    Please see: https://raw.githubusercontent.com/guardianproject/tor-android/master/BUILD

    This can be built reproducibly using the included Vagrant VM setup. That will run with either libvirt or VirtualBox. The provisioning is based on the "release" job in .gitlab-ci.yml.