openmined/pysyft

Perform data science on data that remains in someone else's server

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 15 minutes ago
Added to GitGenius on September 6th, 2026
Created on July 18th, 2017
Open Issues & Pull Requests: 21 (+0)
GitHub issues: Enabled
Number of forks: 2,004
Total Stargazers: 10,027 (+0)
Total Subscribers: 194 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 40.1 days
Mean response time: 132.7 days
90th percentile: 479.9 days
Tracked items: 26

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 10% of issues opened in the past year have been closed. Three people close 78% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 192 days
Stale 30+ days: 3
Stale 90+ days: 0

Recent activity

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

Top labels

  • Type: Bug :bug: (10)
  • Type: Improvement :chart_with_upwards_trend: (6)
  • Type: Documentation :books: (4)
  • Enclave (1)
  • Good first issue :mortar_board: (1)
  • Type: New Feature :heavy_plus_sign: (1)
  • Type: Question :grey_question: (1)
  • Type: Testing :test_tube: (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PySyft is a framework for privacy-preserving data science that enables data scientists to run computations on private data owned by others without the data ever leaving the owner's server.

The tool solves the problem of analyzing sensitive data across organizational boundaries while maintaining strict privacy guarantees. Data scientists submit computational jobs that execute in sandboxed Python environments on the data owner's machine, with only approved results returned. The approach leverages existing cloud storage infrastructure—Google Drive, Microsoft 365, and other file-based systems—as a transport layer, eliminating the need for new infrastructure deployment. Data owners retain complete control, explicitly approving each collaborator and determining which results can be shared. The system operates offline-first, allowing full functionality even when peers are disconnected, with automatic synchronization when connectivity resumes.

Adoption suits organizations handling sensitive data that need external analysis capabilities without compromising privacy. Data scientists can explore mock datasets during development before submitting jobs that run against real private data, reducing iteration friction. The tool is particularly valuable for scenarios involving regulated data, proprietary information, or multi-party collaboration where traditional data sharing is infeasible. The framework also supports advanced use cases like double-blind model evaluation in enclaves, where neither researcher nor data owner reveals their assets during assessment.

Development activity shows consistent engagement with the codebase through regular updates and refinements to core functionality. The project maintains comprehensive documentation covering workflows, API reference, authentication setup, and specialized features like enclave support and permission systems. Tutorial notebooks demonstrate practical applications including LLM evaluation and user log analysis, providing concrete examples for new users. The transition from legacy PySyft to the current architecture reflects ongoing architectural evolution to better serve production use cases.