https://github.com/path-check/gaen-mobile
The mobile application supporting the GAEN Exposure Notifications protocol.
https://github.com/path-check/gaen-mobile
Last synced: over 1 year ago
JSON representation
The mobile application supporting the GAEN Exposure Notifications protocol.
- Host: GitHub
- URL: https://github.com/path-check/gaen-mobile
- Owner: Path-Check
- License: mit
- Created: 2020-07-18T11:10:32.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-03T18:45:24.000Z (over 3 years ago)
- Last Synced: 2024-04-24T06:07:08.016Z (about 2 years ago)
- Language: TypeScript
- Size: 44.5 MB
- Stars: 42
- Watchers: 10
- Forks: 37
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
The PathCheck GAEN Solution
https://pathcheck.org/en/technology/google-apple-exposure-notification-solution/
# Project Overview
This project is a mobile application designed to support contact tracing and
provide a digital pandemic response; it is sponsored by the PathCheck
Foundation, a nonprofit dedicated to stopping COVID-19.
This project is open-source; a global community of engineers, designers, and
volunteers have contributed to making this project a reality.
This project uses the Google Apple Exposure Notification
[(GAEN)](https://en.wikipedia.org/wiki/Exposure_Notification) protocol to
facilitate digital contact tracing.
## Privacy Preserving And Secure 🔒
The PathCheck Foundation has a strong commitment to privacy and security. We're
building an application that can help contain outbreaks of COVID-19 while
maintaining the highest standards for protecting user privacy.
- See the [Privacy and Security Repo](https://github.com/Path-Check/privacy-security-GAEN)
- See the [Non-Local Data Dictionary](doc/NON_LOCAL_DATA_DICTIONARY.md) for a reference of all data that
the app may submit to external services during use.
- See the [Local Data Dictionary](doc/LOCAL_DATA_DICTIONARY.md) for a reference of all data that
the app stores locally during use.
- See the [Responsible Disclosure Policy](#responsible-disclosure-policy) for our policy on reporting security vulnerabilities.
## Broad Volunteer Community 💪
One of the essential aspects of the PathCheck open source project is support by
a large community of volunteers. We are a diverse group of product managers,
user researchers, cryptography experts, security and compliance experts,
designers, and marketers. More than 2,200 Path Check volunteers are working
together to support the project and help drive adoption worldwide.
Join the Slack organization [PathCheck Slack organization](https://covidsafepaths.slack.com) to get involved.
## Custom Builds 🔧
We welcome public health authorities and other organizations implementing
digital contact tracing strategies to create custom builds for their specific
needs, incorporate PathCheck features into their applications, or create
downstream projects that stay linked to the PathCheck project. If intending to
fork the repository, be aware that this comes "at your own risk" for continued
maintenance.
Certain [customizations](config/README.md) are available out of the box.
## Localization 🌐
This project is localized and can be used by communities worldwide.
Imperial and metric unit systems are supported.
The following [locales](src/locales/locale.ts) are supported.
This project is using [Lokalise](https://lokalise.com/) for translations.
## Optional Integrations
This project allows the following optional integrations through sections in the [configuration](example.env.bt).
- Matomo Analytics Server (Product Analytics)
- BugSnag Error Reporting (Error Reporting)
- Embeddable Data Visualization with a Tableau link. (Links)
- Data Analytics with Covid ActNow (Covid Data)
## Learn More 📚
[COVID PathCheck Website](https://www.pathcheck.org/)
[Apps Gone Rogue: Maintaining Personal Privacy in an Epidemic](https://drive.google.com/file/d/1nwOR4drE3YdkCkyy_HBd6giQPPhLEkRc/view?usp=sharing) - The orginal white paper.
[COVID PathCheck Slack](https://covidsafepaths.slack.com) - Where the community lives.
# Development Overview
## Contributing 👏
Read the [contribution guidelines](CONTRIBUTING.md).
## Development Setup 💻
Read the [developer setup guide](docs/DEVELOPER_SETUP.md).
# Responsible Disclosure Policy
PathCheck Foundation is dedicated to the security of this open source and privacy centric mobile application to help contain COVID-19. We appreciate and ask the community to report detailed and verifiable security issues to .
Please do not publicly disclose a vulnerability before it is fixed, others could act on it with malicious purposes.
If you are the first to report a verifiable security issue, we'll thank you directly in our pull requests if agreed on.
# License
[MIT License](LICENSE)