You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vector is a decentralized communication platform built on the Nostr Protocol, offering no-compromise encryption with zero metadata leakage and plausible deniability for all content, including texts, media, voice notes, and files, adhering to the NIP-17 standard.
Vector Privacy is a free messenger application that was designed for anyone around the world that seeks to protect their basic human right to privacy and wants to speak freely, without being monitored by third-parties for any intrusive reason. Vector is also open source, which means that the codebase is public and anyone can review its technical design, verify authenticity, as well as contribute to improve the overall quality for all users.
Vector utilizes a decentralized relay network (Nostr) as the base infrastructure to communicate information and transmit data, which means it is not stored on a centralized server. The chosen standard, NIP-17, provides a secure and private way for users to communicate directly with each other on the Nostr network. It achieves this by using a combination of [NIP-44 encryption](https://github.com/nostr-protocol/nips/blob/master/44.md), [NIP-59 seals](https://github.com/nostr-protocol/nips/blob/master/59.md), and [gift wraps](https://github.com/nostr-protocol/nips/blob/master/59.md).
Vector doesn’t store your personal data in a centralized cloud service or on centralized servers, thus massively reducing the risk of data leaks and private information being shared against the will of the rightful owner. By design, Vector does not possess the technical permissions or abilities to access private information of Vector users. Even Vector developers, nor Formless Labs, have access or permission to your information and data.
43
+
44
+
---
45
+
1
46
# Purpose
2
47
3
48
Vector was born out of a feeling of, for the lack of a better word; "necessity".
@@ -17,8 +62,10 @@ Powered by Passion, Built on [Nostr](https://nostr.com/).
17
62
---
18
63
19
64
# Compiling
20
-
21
-
> *The following process was graciously written by [PalmTree](https://primal.net/p/npub1e3zglze5g2mq894pfw42kw8uwmyd8uc6m8mupctjfkfplgddglds4v7wja), give him a follow!*
65
+
> [!NOTE]
66
+
> For any additional help or questions, visit the [Vector Community Discord](https://discord.gg/ar2pnE9Huy).
67
+
>
68
+
> *The following process was written and contributed by [PalmTree](https://primal.net/p/npub1e3zglze5g2mq894pfw42kw8uwmyd8uc6m8mupctjfkfplgddglds4v7wja).*
22
69
23
70
### Install Dependencies
24
71
@@ -95,4 +142,9 @@ Currently, bare builds exclude:
95
142
-**Standard Build**: Full suite of features, maximum utility and range of function.
96
143
-**Bare Build**: Core functionality only, maximum security and efficiency.
97
144
98
-
The bare build is perfect for users who prioritize security, privacy, and performance over additional features like Local AI and flashy utility features.
145
+
The bare build is perfect for users who prioritize security, privacy, and performance over additional features like Local AI and flashy utility features.
0 commit comments