|
1 | 1 | # Polykey-CLI
|
2 | 2 |
|
| 3 | +staging:[](https://gitlab.com/MatrixAI/open-source/Polykey-CLI/commits/staging) |
| 4 | +master:[](https://gitlab.com/MatrixAI/open-source/Polykey-CLI/commits/master) |
| 5 | + |
| 6 | +Polykey is an open-source decentralized secrets management and sharing system. It is made for today's decentralized world of people, services and devices. |
| 7 | + |
| 8 | +* Decentralized Encrypted Storage - No storage of secrets on third parties, secrets are stored on your device and synchronised point-to-point between Polykey nodes. |
| 9 | +* Secure Peer-to-Peer Communications - Polykey bootstraps TLS keys by federating trusted social identities (e.g. GitHub). |
| 10 | +* Secure Computational Workflows - Share secrets (passwords, keys, tokens and certificates) with people, between teams, and across machine infrastructure. |
| 11 | + |
| 12 | +<p align="center"> |
| 13 | + <img src="./images/cli_demo.gif" alt="Polykey CLI Demo"/> |
| 14 | +</p> |
| 15 | + |
| 16 | +Polykey synthesizes a unified workflow between interactive password management and infrastructure key management. |
| 17 | + |
| 18 | +You have complete end-to-end control and privacy over your secrets, with no third-party data collection. |
| 19 | + |
| 20 | +Polykey runs on distributed keynodes referred to as "nodes". Any computing system can run multiple keynodes. Each node manages one or more vaults which are encrypted filesystems with automatic version history. Vaults can be shared between the nodes. |
| 21 | + |
| 22 | +This repository is the core library for Polykey. |
| 23 | + |
| 24 | +The Polykey project is split up into these main repositories: |
| 25 | + |
| 26 | +* [Polykey](https://github.com/MatrixAI/Polykey) - Polykey Core Library |
| 27 | +* [Polykey-CLI](https://github.com/MatrixAI/Polykey-CLI) - CLI of Polykey |
| 28 | +* [Polykey-Desktop](https://github.com/MatrixAI/Polykey-Desktop) - Polykey Desktop (Windows, Mac, Linux) application |
| 29 | +* [Polykey-Mobile](https://github.com/MatrixAI/Polykey-Mobile) - Polykey Mobile (iOS & Android) Application |
| 30 | + |
| 31 | +Have a bug or a feature-request? Please submit it the issues of the relevant subproject above. |
| 32 | + |
| 33 | +For tutorials, how-to guides, reference and theory, see the [docs](https://polykey.io/docs). |
| 34 | + |
| 35 | +Have a question? Join our [discussion board](https://github.com/MatrixAI/Polykey/discussions). |
| 36 | + |
| 37 | +Our main website is https://polykey.io |
| 38 | + |
3 | 39 | ## Installation
|
4 | 40 |
|
5 | 41 | Note that JavaScript libraries are not packaged in Nix. Only JavaScript applications are.
|
|
0 commit comments