An open API service indexing awesome lists of open source software.

https://github.com/guardianproject/orbot-android

The Github home of Orbot: Tor on Android (Also available on gitlab!)
https://github.com/guardianproject/orbot-android

anonymity anticensorship censorship-circumvention security tor

Last synced: 3 months ago
JSON representation

The Github home of Orbot: Tor on Android (Also available on gitlab!)

Awesome Lists containing this project

README

          

Orbot

# Orbot

### Android Onion Routing Robot

[![Weblate Status](https://hosted.weblate.org/widget/guardianproject/orbot/svg-badge.svg)](https://hosted.weblate.org/engage/guardianproject/)
[![Play Downloads](https://img.shields.io/github/downloads/guardianproject/orbot/total)](https://play.google.com/store/apps/details?id=org.torproject.android)
[![Bitrise Status](https://img.shields.io/bitrise/0e76c31b8e7e1801?token=S2weJXueO3AvrDUrrd85SA&logo=bitrise&color=blue)](https://app.bitrise.io/app/0e76c31b8e7e1801) ([CI docs](./docs/info/CI.md))

Orbot is a free VPN and proxy app that empowers other apps to use the internet more securely. Orbot uses Tor to encrypt your Internet traffic and then hides it by bouncing through a series of computers around the world. Tor is free software and an open network that helps you defend against a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security known as traffic analysis.

***********************************************

***********************************************
Orbot is a crucial component of the Guardian Project, an initiative that leads an effort
to develop a secure and anonymous smartphone. This platform is designed for use by human rights
activists, journalists and others around the world. Learn more:

***********************************************
Tor protects your privacy on the internet by hiding the connection
between your Internet address and the services you use. We believe that Tor
is reasonably secure, but please ensure you read the usage instructions and
learn to configure it properly. Learn more:

***********************************************




Download the Latest Orbot Release


Tor FAQ (Frequently Asked Questions)


Please Contribute Your Translations


***********************************************

### Build Instructions

Orbot is built with [hev-socks5-tunnel](https://github.com/heiher/hev-socks5-tunnel). Before you can build Orbot, you'll need to clone the submodule
for this dependency. Once cloned, Android Studio + Gradle will take care of building the C code.

```sh
git clone --recursive https://github.com/guardianproject/orbot-android
```

Or, if you already cloned the repo:

```sh
cd orbot-android
git pull
git submodule update --init --recursive
```

**Copyright © 2009-2025, Nathan Freitas, The Guardian Project**