githubEdit

Arti and Onionmasq on iOS

Currently, Arti on mobile is still quite experimental and not actively maintained.

The features it already has can be tried out on iOS with either using Arti Mobile Experimentalarrow-up-right directly, or by using it embedded in Tor.frameworkarrow-up-right, which gives you the advantage of having some helper classes at hand.

There's a Podspecarrow-up-right, which supports that.

In your Podfile:

pod 'Tor/Arti', :podspec => 'https://github.com/iCepa/Tor.framework/blob/pure_pod/Arti.podspec'

Said Podspec also contains an experimental version of OnionMasqarrow-up-right, which contains Arti + IP packet routing (so you can use it on a tun device or Apple's Network Extension APIarrow-up-right directly).

At some point in the future this will probably replace the C-Tor + IPtProxy + leaf combination, which Orbot iOS currently uses.

Last updated