Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
2019-09-30 08:12:41 +10:00
.circleci Give xvfb-run a screen to floods of Qt logs in CircleCI tests, so the test output is readable 2019-05-22 20:46:23 -07:00
.github Add @mig5 as a code owner for all tests, and add @emmapeel2 as a code owner for locales 2018-09-27 17:51:16 -07:00
apparmor Improve AppArmor profiles and enforce them. 2017-01-18 20:58:03 +01:00
dev_scripts Delete obsolete dev_scripts/run_all_tests.sh script, and add xvfb-run info to the build instructions 2018-10-25 11:01:09 -07:00
git-hooks Remove references to nosetests, and replace them with pytest 2017-07-09 10:55:16 -07:00
install Fix icon path in PyInstaller file 2019-09-22 13:25:15 -07:00
onionshare Merge pull request #1030 from mig5/1029_optional_csp 2019-09-22 12:57:13 -07:00
onionshare_gui Remove references to website loaded notification that never actually get displayed 2019-09-22 16:07:37 -07:00
screenshots Add website mode screenshot 2019-09-22 15:52:13 -07:00
share Remove one more reference, and remove them from all locales too 2019-09-22 16:19:11 -07:00
tests Invert the CSP header setting and put it in its own Website Mode settings group. Make the CSP header mandatory for share/receive modes, optional for website mode only. 2019-09-22 16:49:31 +10:00
.gitignore Update macOS build instructions 2019-05-06 11:23:46 -07:00
BUILD.md Move duplicate python3-flask-httpauth to the Fedora dependency list in BUILD.md 2019-09-30 08:12:41 +10:00
CHANGELOG.md Change wording in changelog 2019-09-22 14:53:38 -07:00
LICENSE Merge branch 'develop' into receiver-mode-gui 2018-09-14 18:59:36 -07:00
MANIFEST.in Add org.onionshare.OnionShare.svg, remove onionshare80.xpm, and fix sstdeb.cfg so building a .deb works again 2019-09-15 15:17:40 -07:00
README.md Add website mode screenshot 2019-09-22 15:52:13 -07:00
setup.cfg Refactored onionshare 2014-05-23 12:37:10 -03:00
setup.py Add org.onionshare.OnionShare.svg, remove onionshare80.xpm, and fix sstdeb.cfg so building a .deb works again 2019-09-15 15:17:40 -07:00
stdeb.cfg Add org.onionshare.OnionShare.svg, remove onionshare80.xpm, and fix sstdeb.cfg so building a .deb works again 2019-09-15 15:17:40 -07:00

OnionShare

OnionShare is an open source tool for securely and anonymously sending and receiving files using Tor onion services. It works by starting a web server directly on your computer and making it accessible as an unguessable Tor web address that others can load in Tor Browser to download files from you, or upload files to you. It doesn't require setting up a separate server, using a third party file-sharing service, or even logging into an account.

Unlike services like email, Google Drive, DropBox, WeTransfer, or nearly any other way people typically send files to each other, when you use OnionShare you don't give any companies access to the files that you're sharing. So long as you share the unguessable web address in a secure way (like pasting it in an encrypted messaging app), no one but you and the person you're sharing with can access the files.

Documentation

To learn how OnionShare works, what its security properties are, and how to use it, check out the wiki.

Installing OnionShare

You can download OnionShare for Windows and macOS from the OnionShare website.

For macOS you can also use Homebrew:

brew cask install onionshare

For Ubuntu-like Linux distributions, you can use this PPA:

sudo add-apt-repository ppa:micahflee/ppa
sudo apt install -y onionshare

OnionShare may also be available in your Linux distribution's package manager. Check this wiki page for more information.

Contributing to OnionShare

You can set up your development environment to build OnionShare yourself by following these instructions. You may also subscribe to our mailing list here, and join our public Keybase team here.

Test status: CircleCI

Screenshots

Share mode OnionShare

Share mode Tor Browser

Receive mode OnionShare

Receive mode Tor Browser

Website mode OnionShare