Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokahuke/samizdat
Your content, available.
https://github.com/tokahuke/samizdat
censorship-circumvention decentralized internet network peer-to-peer privacy web
Last synced: about 11 hours ago
JSON representation
Your content, available.
- Host: GitHub
- URL: https://github.com/tokahuke/samizdat
- Owner: tokahuke
- License: agpl-3.0
- Created: 2021-07-27T17:54:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T23:34:55.000Z (12 months ago)
- Last Synced: 2024-04-19T03:51:07.859Z (7 months ago)
- Topics: censorship-circumvention, decentralized, internet, network, peer-to-peer, privacy, web
- Language: Rust
- Homepage: https://proxy.hubfederation.com/samizdat
- Size: 13.7 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# Samizdat: your content, available.
[![Continuous Integration](https://github.com/tokahuke/samizdat/actions/workflows/deploy-testbed.yaml/badge.svg?branch=stable)](https://github.com/tokahuke/samizdat/actions/workflows/deploy-testbed.yaml)
![Version 0.1 Codename Vavilov](https://img.shields.io/badge/version-0.1--vavilov-informational)## Website
Samizdat is pulling itself by its bootstraps!
https://proxy.hubfederation.com/samizdat## Donate
If you support this work, consider donating using crypto
| Currency | Address |
|----------|----------------------------------------------|
| `XMR` | `86YcEFJSQXfZbPhjpDpabb5raQjVLWAfji3eMGebbj6QJnk1wXfgfqx9pgqURUWqMbjW7mNTC79guNEEsGPKJbRGKxEkrAN` |
| `BTC` | `bc1qseae89zr4z2lkl82nvvr6c9sl97agshapzeag5` |
| `ETH` | `0xba89B660eB6f5D894830C9273a5Dfb8dDc170cff` |## Introduction
In these troubling times, some people might find it hard to publish content to the web. Samizdat is a P2P network for sharing and publishing content without the need of a server, most of which are run by _them_. Self-publish your content today with Samizdat!
### Warning
This is still a proof of concept implementation. So three caveats are in place:
1. Don't rely on the availability of the network or of your content; have alternatives in place.
2. Expect frequent breaking changes.
3. Expect vulnerabilities. Do not use the network for sensitive content yet.> How to make this warning disappear? Contribute! I am but one humble human being.
## Project goals
Samizdat (from a Russian term meaning "self-publishing") aims to provide a decentralized internet application that enables one to do the following:
1. Be able to allow one to serve a public, static site without the need for a hosting service. The content is to be hosted in the person's own device or in caches from people who visit the site. (READY)
2. Provide a human-friendly identifier for resources contained in this network, i.e., a URL scheme. This URL is to be content-addressed, not location-addressed. (IN CONSTRUCTION)
3. Oblivious hosting: only the device serving the content and the device asking for the content can extract any information about the content or its metadata. (BY DESIGN)
4. Do all this _easily_ and _conveniently_. Graphical interfaces, mobile apps and amenities are welcome. (IN CONSTRUCTION)
We are not quite there yet...
## 📢 Help wanted! 🗯These are important issues where help is most appreciated:
* **Multi-platform support**: make Samizdat Node run on Windows and Android.
* Why it matters: this is an end-user product and end-users are mostly trapped in these platforms.
* Why it's hard: I'm too lazy to open my Windows 10. I'm bored by Android development.## Architecture
The project uses a hybrid peer-to-peer network, where nodes connect to hubs. The nodes are the consumers and producers of content; all content transmission is handled by the nodes. The hubs are used for routing, discovery and NAT traversal. One node can connect to many hubs simultaneously so that content can diffuse through different tribes with time.
## Installation
Go [here](https://proxy.hubfederation.com/_series/fGfgc7ibvwy26U7nHjcaAhYmyLvXl84Ld-qab_0PPJc/install). This is a _proxy_ to the Samizdat Network which will allow you to download the latest version from the network itself.
## Quick start
In the installation, the `samizdat` cli tool is included. You can run `samizdat init` to create a new Samizdat project in your current directory. This will create a manifest file `Samizdat.toml` and a private manifest `.Samizdat.priv`, which will be added to your `.gitignore`. This file contains private credentials that you have to backup elsewhere dearly.
In your local hub, this will also create a new _series_, your very own microblog/directory in the Samizdat Network. To refresh the contents of your series, just do `samizdat commit` (or even better, `samizdat watch` for continuous refresh-on-save). Samizdat will run a build script that you supply in `Samizdat.toml`. Your content will be available in the URL:
```
http://localhost:4510/_series//path/to/stuff
```Despite the `localhost`, this is a public URL. You can share with your friends that have Samizdat installed that
they will be abe to access it.This is just the tip of the iceberg, however! Check out more [here](https://proxy.hubfederation.com/_series/fGfgc7ibvwy26U7nHjcaAhYmyLvXl84Ld-qab_0PPJc/docs).
## Repository structure
* `common`: Rust lib defining common code shared by other Samizdat crates. You will find here RPC definitions, Merkle tree implementation, etc...
* `hub`: the Samizdat Hub crate.
* `node`: the Samizdat Node crate.
* `cli`: the Samizdat CLI crate.
* `proxy`: a proxy to bridge a Samizdat Node to the open Web, used in [https://proxy.hubfederation.com](https://proxy.hubfederation.com).
* `js`: the SamizdatJS library, with enables Web applications to interface with the local Samizdat node.
* `install`: installation artifacts for end users in different platforms.
* `simulate_net`: spawn your own network locally. Necessary for integration tests.
* `blockchain`: smart contracts for the Samizdat identity.## Licensing
All code under the Samizdat Project is Free Software and is licensed to any individual or
organization under the AGPLv3 license. You are free to run, study, alter and redistribute
the software as you wish, as long as you abide by the terms of the aforementioned license.Copyright 2021 Tokahuke
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. The text of this license
can be found in the [license](./license) file in this repository.