Tor Mobile Dev Guide
  • 🧅Welcome to Onion Mobile Devs!
  • The History of Tor
  • The Tor Protocol
  • Tor ("C Tor") vs Arti: What?!
  • Mobile Concepts
    • Mobile Apps with Tor
    • Possible Ways to Tor Your App
    • Limitations of Mobile Devices
    • Mobile Users in the OnionVerse
  • Tor on Android
    • All The Onions on Android
    • Tor-Android library
    • Pluggable Transports for Android
    • NetCipher with Orbot (Legacy)
    • TorServices
    • Arti Mobile on Android
  • Tor on iOS
    • All The Onions on Apples
    • Tor.Framework for iOS
    • Pluggable Transports for iOS
    • IPtProxyUI
    • OrbotKit
    • TorManager
    • Arti and Onionmasq on iOS
  • Help and Community
    • Community Case Studies
    • Developer Story: Arti Integration Journey
    • Where to get help
Powered by GitBook
On this page
Edit on GitHub
  1. Tor on iOS

TorManager

The easiest way to integrate Tor and Pluggable Transports into your app.

PreviousOrbotKitNextArti and Onionmasq on iOS

Last updated 1 year ago

You can find TorManager at:

This library bundles all building blocks to integrate Tor into your app:

  • Tor.framework using

    • C-Tor

    • GeoIP files

  • IPtProxyUI using

    • Lyrebird Pluggable Transport

    • Snowflake Pluggable Transport

    • Auto-configuration support via Moat/RdSys services

    • Auto-configuration support for IPv4/IPv6 cappable networks

  • OrbotKit to detect and interact with a running Orbot

Plus

  • A "smart connect" algorithm to automatically step through the transports to find a connection in hostile environments.

  • Provide correct `WKWebView` and `URLSession` proxy configurations.

https://github.com/tladesignz/TorManager