diff --git a/docs/cloud.md b/docs/cloud.md index bea6140147..12ab0a4707 100644 --- a/docs/cloud.md +++ b/docs/cloud.md @@ -86,6 +86,42 @@ Tresorit has received a number of independent security audits: They have also received the Digital Trust Label, a certification from the [Swiss Digital Initiative](https://www.swiss-digital-initiative.org/digital-trust-label/) which requires passing [35 criteria](https://digitaltrust-label.swiss/criteria/) related to security, privacy, and reliability. +### Peergos + +
+ +![Peergos logo](assets/img/cloud/peergos.png){ align=right } + +**Peergos** is a decentralized protocol and open-source platform for storage, social media, and applications. It provides a secure and private space where users can store, share, and view their photos, videos, documents, etc. Peergos secures your files with quantum-resistant end-to-end encryption and ensures all data about your files remains private. It is built on top of [IPFS (InterPlanetary File System)](https://ipfs.tech) + +[:octicons-home-16: Homepage](https://peergos.org){ .md-button .md-button--primary } +[:octicons-eye-16:](https://www.peergos.net/privacy.html){ .card-link title="Privacy Policy" } +[:octicons-info-16:](https://book.peergos.net){ .card-link title=Documentation} +[:octicons-code-16:](https://github.com/Peergos/Peergos){ .card-link title="Source Code" } + +
+Downloads + +- [:octicons-globe-16: Web](https://peergos.net) +- [:simple-windows11: Windows](https://github.com/Peergos/web-ui/releases) +- [:simple-apple: macOS](https://github.com/Peergos/web-ui/releases) +- [:simple-linux: Linux](https://github.com/Peergos/web-ui/releases) + +
+ +
+ +
+

Info

+ +The Peergos desktop app is a ``.jar`` file, which means the [Java Runtime Environment](https://www.java.com/en/download/manual.jsp) should be installed on your machine to get it working. + +
+ +Peergos has made an [audit](https://cure53.de/pentest-report_peergos.pdf) in September 2019 and the results were pretty good. All found issues were fixed. + +Also, the Android app is not available but it is [in the works](https://discuss.privacyguides.net/t/peergos-private-storage-sharing-social-media-and-application-platform/11825/25). The current workaround is to use the mobile [PWA](https://peergos.net) instead. + ## Criteria **Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you. diff --git a/docs/tools.md b/docs/tools.md index 001f06a090..4438d0fb91 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -80,6 +80,7 @@ For more details about each project, why they were chosen, and additional tips o - ![Proton Drive logo](assets/img/cloud/protondrive.svg){ .twemoji } [Proton Drive](cloud.md#proton-drive) - ![Tresorit logo](assets/img/cloud/tresorit.svg){ .twemoji } [Tresorit](cloud.md#tresorit) +- ![Peergos logo](assets/img/cloud/peergos.png){ .twemoji } [Peergos](cloud.md#peergos) diff --git a/theme/assets/img/cloud/peergos.png b/theme/assets/img/cloud/peergos.png new file mode 100644 index 0000000000..7bb3bed24e Binary files /dev/null and b/theme/assets/img/cloud/peergos.png differ