guardianproject/orbot-android

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 19 minutes ago
Added to GitGenius on September 19th, 2026
Created on May 21st, 2014
Open Issues & Pull Requests: 79 (+0)
GitHub issues: Enabled
Number of forks: 486
Total Stargazers: 3,555 (+0)
Total Subscribers: 155 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.6 days
Mean response time: 136.7 days
90th percentile: 506.6 days
Tracked items: 473

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 3% of issues opened in the past year have never received a reply. 83% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "Desgin" is answered fastest, typically in under an hour, while "Enhancement" waits about 3 weeks. 85% of issues opened in the past year have been closed, leaving a working backlog. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 55
New in 7 days: 2
Closed in 7 days: 8
Avg open age: 872 days
Stale 30+ days: 51
Stale 90+ days: 41

Recent activity

Opened in 7 days: 2
Closed in 7 days: 6
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Bug (169)
  • Enhancement (71)
  • Question (31)
  • snowlfake proxy (15)
  • Desgin (14)
  • Usability (13)
  • GrapheneOS (5)
  • DNSTT (4)

Detailed Description

Orbot is a free VPN and proxy application for Android that routes internet traffic through the Tor network to provide anonymity and circumvent censorship.

The tool addresses the need for privacy-preserving internet access on mobile devices by encrypting traffic and routing it through a distributed network of computers worldwide. Orbot enables other applications on an Android device to use Tor without requiring modification, allowing users to defend against traffic analysis and network surveillance. The application is part of the Guardian Project's broader initiative to create secure smartphones for human rights activists, journalists, and others who face threats to their privacy and freedom.

Orbot is designed for users who prioritize anonymity and security, particularly those in restrictive network environments or facing surveillance threats. It suits any Android user seeking to route their traffic through Tor, whether for privacy protection or circumvention purposes. The tool requires users to understand Tor's configuration and usage patterns to deploy it effectively, as the README emphasizes the importance of proper setup.

The project maintains unit tests for bridge parsing and welcomes new tests for both new features and existing functionality. The codebase recently underwent architectural changes to run Tor as a separate Linux process on Android rather than within the main application process, which affects how developers view logs during development. The tool includes helper scripts for debugging that display logs from both the main application and the Tor process side-by-side using tmux. Build setup requires cloning a native code dependency for the hev-socks5-tunnel component, which Gradle then compiles automatically.