Private Decentralized Communication Network
Go to file
Arinerron 99627e168a
Add PKGBUILD
2019-07-20 13:22:10 -07:00
docs Add onionr icon 2019-03-28 09:10:04 -07:00
install Add files 2019-07-20 13:19:24 -07:00
onionr Fix systemd unit file 2019-06-06 17:28:46 -07:00
.dockerignore changed permisisons 2019-02-02 17:10:04 -06:00
.gitignore Add log files to gitignore 2019-03-28 10:55:06 -07:00
.gitlab-ci.yml work on plugins doing http endpoints 2019-03-02 00:22:59 -06:00
CODE_OF_CONDUCT.md work on contact manager, removed old twitter-like ui for now 2019-02-16 00:01:26 -06:00
CONTRIBUTING.md changed permisisons 2019-02-02 17:10:04 -06:00
Dockerfile changed permisisons 2019-02-02 17:10:04 -06:00
ISSUE_TEMPLATE.md changed permisisons 2019-02-02 17:10:04 -06:00
LICENSE.txt do not spam connection messages 2019-03-13 16:10:11 -05:00
Makefile Fix potential future bug with Makefile 2019-03-28 10:54:36 -07:00
PKGBUILD Add PKGBUILD 2019-07-20 13:22:10 -07:00
README.md do not spam connection messages 2019-03-13 16:10:11 -05:00
onionr.install Add PKGBUILD 2019-07-20 13:22:10 -07:00
onionr.sh more work on serialization and communication, misc work on web, run files 2019-01-14 00:14:02 -06:00
onionr.yml Add files 2019-07-20 13:19:24 -07:00
requirements.in more refactoring and secured requirements.txt 2019-03-08 19:57:44 -06:00
requirements.txt more refactoring and secured requirements.txt 2019-03-08 19:57:44 -06:00
run-windows.bat windows color compat 2019-02-16 14:40:30 -06:00
run_tests.sh small fixes and work on tests 2019-02-19 16:14:06 -06:00
setprofile.sh Merge Tempblocks 2018-11-11 02:10:58 +00:00
start-daemon.sh more work on serialization and communication, misc work on web, run files 2019-01-14 00:14:02 -06:00

README.md

Anonymous P2P storage network 🕵️

(pre-alpha & experimental, not well tested or easy to use yet)

Open Source Love


The main repository for this software is at https://gitlab.com/beardog/Onionr/

Summary

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.

Tor stinks slide image

Main Features

  • 🌐 Fully p2p/decentralized, no trackers or other single points of failure
  • 🔒 End to end encryption of user data
  • 📢 Optional non-encrypted blocks, useful for blog posts or public file sharing
  • 💻 Easy API system for integration to websites
  • 🕵️ Metadata analysis resistance and anonymity
  • 📡 Transport agnosticism (no internet required)

Onionr API and functionality is subject to non-backwards compatible change during pre-alpha development

Screenshots

Node statistics page screenshot

Node statistics

Friend/contact manager screenshot

Friend/contact manager

Encrypted, metadata-masking mail application screenshot

Encrypted, metadata-masking mail application.

Install and Run on Linux

The following applies to Ubuntu Bionic. Other distros may have different package or command names.

  • Have python3.6+, python3-pip, Tor (daemon, not browser) installed (python3-dev recommended)
  • Clone the git repo: $ git clone https://gitlab.com/beardog/onionr
  • cd into install direction: $ cd onionr/
  • Install the Python dependencies (virtualenv strongly recommended): $ pip3 install --require-hashes -r requirements.txt

(--require-hashes is intended to prevent exploitation via compromise of Pypi/CA certificates)

Help out

Everyone is welcome to help out. Help is wanted for the following:

  • Development (Get in touch first)
    • Creation of a shared lib for use from other languages and faster proof-of-work
    • Android and IOS development
    • Windows and Mac support (already partially supported, testers needed)
    • General bug fixes and development of new features
  • Testing
  • UI/UX design
  • Running stable nodes
  • Security review/audit
  • Automatic I2P setup

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

Contact

beardog [ at ] mailbox.org

Disclaimer

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.