|
2 years ago | |
---|---|---|
docs | 2 years ago | |
install | 2 years ago | |
onionr | 2 years ago | |
.dockerignore | 3 years ago | |
.gitignore | 2 years ago | |
.gitlab-ci.yml | 2 years ago | |
CODE_OF_CONDUCT.md | 2 years ago | |
CONTRIBUTING.md | 2 years ago | |
Dockerfile | 2 years ago | |
ISSUE_TEMPLATE.md | 3 years ago | |
LICENSE.txt | 2 years ago | |
Makefile | 2 years ago | |
PKGBUILD | 2 years ago | |
README.md | 2 years ago | |
onionr.sh | 2 years ago | |
requirements.in | 2 years ago | |
requirements.txt | 2 years ago | |
run-windows.bat | 2 years ago | |
run_tests.sh | 2 years ago | |
setprofile.sh | 2 years ago | |
start-daemon.sh | 2 years ago |
Anonymous P2P storage network 🕵️
(pre-alpha & experimental, not well tested or easy to use yet)
The main repository for this software is at https://gitlab.com/beardog/Onionr/
Onionr is a decentralized, peer-to-peer data storage network, designed to be anonymous and resistant to (meta)data analysis and spam/disruption.
Onionr stores data in independent packages referred to as 'blocks'. The blocks are synced to all other nodes in the network. Blocks and user IDs cannot be easily proven to have been created by particular nodes (only inferred). Even if there is enough evidence to believe a particular node created a block, nodes still operate behind Tor or I2P and as such are not trivially known to be at a particular IP address.
Users are identified by ed25519 public keys, which can be used to sign blocks or send encrypted data.
Onionr can be used for mail, as a social network, instant messenger, file sharing software, or for encrypted group discussion.
Onionr API and functionality is subject to non-backwards compatible change during pre-alpha development
Node statistics
Friend/contact manager
Encrypted, metadata-masking mail application.
The following applies to Ubuntu Bionic. Other distros may have different package or command names.
$ git clone https://gitlab.com/beardog/onionr
$ cd onionr/
$ pip3 install --require-hashes -r requirements.txt
(--require-hashes is intended to prevent exploitation via compromise of Pypi/CA certificates)
Everyone is welcome to help out. Help is wanted for the following:
Contribute money:
Donating at least $5 gets you cool Onionr stickers. Get in touch if you want them.
Bitcoin: 1onion55FXzm6h8KQw3zFw2igpHcV7LPq (Contact us for privacy coins like Monero)
USD (Card/Paypal): Ko-Fi
Note: probably not tax deductible
beardog [ at ] mailbox.org
The Tor Project and I2P developers do not own, create, or endorse this project, and are not otherwise involved.
Tor is a trademark for the Tor Project. We do not own it.
The 'open source badge' is by Maik Ellerbrock and is licensed under a Creative Commons Attribution 4.0 International License.
The Onionr logo was created by Anhar Ismail under the Creative Commons Attribution 4.0 International License.
If you modify and redistribute our code ("forking"), please use a different logo and project name to avoid confusion. Please do not use our logo in a way that makes it seem like we endorse you without permission.