posting
quadrismegistus 4 years ago
parent eb011c15a4
commit cc8722dd53

@ -1,37 +1,43 @@
# Komrade
Komrade is a socialist network. It seizes the means of content production.
Komrade is a socialist network. It seizes the means of digital production.
## Why another social network?
Is a 'socialist network' possible? Although the internet began with anarchic design principles, it quickly consolidated into the hands of a few of the largest corporations in the world. It has effectively recreated the capitalist mode of production within itself: the means of content production (social media platforms) are privatized while the work of production (posting) remains socially distributed. Exploitation inheres in that relation, whether in the industrial factory or the digital platform, because the value you produce is taken from you, concentrated and privatized.
But a digital network can be redesigned. The technology behind these social media platforms is actually quite simple. We can easily build our own social network, one which is secure, insurveillable, and unmonetizable—one which would give people the security they need to communicate about whatever they want, including protesting against capital and the state.
Social networks are weightless. They should be easy to communize.
But a digital network can be redesigned. The technology behind these social media platforms is actually quite simple. We can easily build our own social network, one which is secure, insurveillable, and unmonetizable—one which would give people the security they need to communicate about whatever they want, including protesting against capital and the state..
## Core principles
### Encrypted
All of your data is strongly encrypted, and only you and those you choose will be able to decrypt and read it. To anyone without the right decryption 'key', the data is nonsense.
### Decentralized
### Private
Komrade doesn't live on a server, but rather in the ether between all the devices curently running Komrade. Rather than the hierarchical server/client relationship, which exposes the entire network to attacks on a central server, and expose the anonymity on both parties, Komrade uses peer-to-peer networking to 'flood' encrypted data across the network.
All of your data are strongly encrypted end-to-end: only you and those you write to can decrypt and read it. To anyone without the right decryption 'key', the data is nonsense.
### Anonymous
It's impossible to tell who or sent what to anyone. All peers in the network share data randomly, but only the intended recipients have the right decryption key to unlock it. This is a different kind of cloud: a 'dust cloud' of strongly encrypted information. Ideally, for extra anonymity, all network traffic will be routed through Tor (a global maze of computers which hides your footprints), though this currently faces some serious technical challenges.
All network traffic is routed through Tor, a "deep web" maze of computers so dense even the FBI can't follow you through it. "Komrade @Operator", the central server for the app, is accessible only from this deep web. It's impossible to tell who is sending what to whom, or even who is using the app at all. Komrade's central server, the "Operator", lives on the deep web at and is communicable
### Unmonetizable
What's untraceable is also unmonetizable: your data can't be harvested by technology companies and used for advertising algorithms. You're protected from both surveillance capitalism and the surveillance state.
### Open-source
### Decentralized
Data is deleted as soon as possible from Komrade. The remote Operator simply delivers the mail: incoming messages are stored in the inboxes for the accounts written to, but as soon as these accounts download their mail, they're deleted from the internet forever. Messages to a group inbox or 'channel' delete as soon as their founding member downloads them; from there they travel (encrypted end-to-end) through the web of trust through which members joined the group.
### Trust
Group accounts or 'collectives', like @portland or @socialists, grow as old members 'vouch for' new members. Other Komrades can see how many times a given person has been vouched for, both within a group and overall. In order to join a group, at least one member must vouch for you; this minimum (or 'quorum') may grow over time.
### Anti-profit
Not just non-profit, we're anti-profit.
### Open-source
Information wants to be communist.
## Social media features
We present a simplified set of social media features drawn from everything that's out there and then some:
@ -69,6 +75,11 @@ As of the 23rd of August.
<img src="app/assets/komrade-screen-preview-2020-08-23.gif" height="600" alt="GIF animation" />
### Backend preview
<video>
<source="https://www.dropbox.com/s/8r8gqgfswojmtwd/komrade-terminal-preview--2020-09-13.mkv?dl=1" type="video/mp4">
</video>
## Technical details

Loading…
Cancel
Save