... | ... | @@ -4,23 +4,9 @@ |
|
|
PrivMX was born in 2017 as a set of libraries for creating client-server applications with increased data security. Its architecture is a combination of zero-knowledge servers, client-side encryption, secure communication protocol and independent public key infrastructure. PrivMX is based on and inspired by TLS, IMAP, PGP, CONIKS and Bitcoin technologies, and use proven algorithms such as AES, ECC, ECDH, SRP, PBKDF2, HMAC-SHA256. After some experiments with PrivMX WebMail product, we created a company (PrivMX B.V.) to develop the PrivMX project further and make it independent. PrivMX has been developed by PrivMX B.V. as a **client-server team collaboration system** since 2019. [Our motivation](https://privmx.com/blog/2/why-privmx).
|
|
|
|
|
|
|
|
|
# PrivMX desktop client
|
|
|
|
|
|
PrivMX Desktop is an Electron-based, multi-platform and multi-window application with open source code. It provides you and your team with a set of [interconnected tools](https://privmx.com/tools) that use e2e encryption to all your data, not only messages. You can [download ready-to-use installers](https://privmx.com/download) from the main website, and here you can additionally:
|
|
|
|
|
|
* [Inspect the source code](https://dev.privmx.com/main/privmx-desktop-client)
|
|
|
* [Build the client by yourself](Building-your-own-privmx-desktop-client)
|
|
|
* [Try desktop beta versions](Desktop-beta-versions) - we publicly test even very early pre-alpha versions of upcoming major releases ...as "betas" :)
|
|
|
|
|
|
|
|
|
# PrivMX mobile client
|
|
|
|
|
|
coming soon :)
|
|
|
|
|
|
# PrivMX Team Server (self-hosting)
|
|
|
|
|
|
# PrivMX Team Server
|
|
|
|
|
|
PrivMX Team Server can be installed on any Debian-based Linux machine with at least 2GB of RAM. There are two ways of doing this:
|
|
|
PrivMX Team Server is a nodejs-based software that can be easily installed on any Debian-based Linux machine with at least 2GB of RAM. There are two ways of doing this:
|
|
|
|
|
|
* [installing using .deb package](Installing-PrivMX-Team-Server-%22manually%22) and
|
|
|
* [installing using docker](Installing-PrivMX-Team-Server-using-docker).
|
... | ... | @@ -41,6 +27,15 @@ Additional server topics: |
|
|
|
|
|
|
|
|
|
|
|
# PrivMX desktop client
|
|
|
|
|
|
PrivMX Desktop is an Electron-based, multi-platform and multi-window application with open source code. It provides you and your team with a set of [interconnected tools](https://privmx.com/tools) that use e2e encryption to all your data, not only messages. You can [download ready-to-use installers](https://privmx.com/download) from the main website, and here you can additionally:
|
|
|
|
|
|
* [Inspect the source code](https://dev.privmx.com/main/privmx-desktop-client)
|
|
|
* [Build the client by yourself](Building-your-own-privmx-desktop-client)
|
|
|
* [Try desktop beta versions](Desktop-beta-versions) - we publicly test even very early pre-alpha versions of upcoming major releases ...as "betas" :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|