Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
emma peel bb2adbe966
Squashed commit of the following:
commit 9a60c8c87f
Author: Hosted Weblate <hosted@weblate.org>
Date:   Sat Jun 22 13:01:49 2019 +0200

    Translated using Weblate (Swedish)
    Translated using Weblate (Catalan)
    Translated using Weblate (Danish)

commit 8083fd4929
Author: Hosted Weblate <hosted@weblate.org>
Date:   Thu May 16 17:49:23 2019 +0200

    Translated using Weblate (Hungarian)
    Translated using Weblate (Turkish)
    Translated using Weblate (Telugu)
    Translated using Weblate (Swahili)
    Translated using Weblate (Malay)
    Translated using Weblate (Greek)
    Translated using Weblate (Spanish)
    Added translation using Weblate (Swahili)

commit e0db894481
Merge: 543744d a352dbe
Author: emma peel <emma.peel@riseup.net>
Date:   Wed May 8 10:04:34 2019 +0000

    Merge branch 'develop' of github.com:weblate/onionshare-weblate into develop

commit 543744d81d
Author: Hosted Weblate <hosted@weblate.org>
Date:   Tue May 7 23:16:35 2019 +0200

    Translated using Weblate (German)

commit 574a0c3953
Author: Hosted Weblate <hosted@weblate.org>
Date:   Wed May 8 09:42:39 2019 +0200

    Translated using Weblate (Romanian)
    Translated using Weblate (Italian)
    Translated using Weblate (German)
    Translated using Weblate (Dutch)
    Translated using Weblate (Catalan)
    Translated using Weblate (Romanian)
    Translated using Weblate (Italian)
    Translated using Weblate (German)
    Translated using Weblate (German)
    Translated using Weblate (German)
    Translated using Weblate (Turkish)
    Translated using Weblate (Greek)
    Translated using Weblate (German)
    Translated using Weblate (French)
    Translated using Weblate (Arabic)
    Translated using Weblate (Turkish)
    Translated using Weblate (Turkish)
    Translated using Weblate (German)
commit a352dbe9ff
Author: Hosted Weblate <hosted@weblate.org>
Date:   Tue May 7 23:16:35 2019 +0200

    Translated using Weblate (German)

	modified:   share/locale/ar.json
	modified:   share/locale/ca.json
	modified:   share/locale/da.json
	modified:   share/locale/de.json
	modified:   share/locale/el.json
	modified:   share/locale/es.json
	modified:   share/locale/fr.json
	modified:   share/locale/hu.json
	modified:   share/locale/it.json
	modified:   share/locale/ms.json
	modified:   share/locale/nl.json
	modified:   share/locale/ro.json
	modified:   share/locale/sv.json
	new file:   share/locale/sw.json
	modified:   share/locale/te.json
	modified:   share/locale/tr.json
2019-07-26 11:25:51 +00:00
.circleci Reorder args when running tests in CircleCI 2019-01-18 14:37:18 -08: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 Version bump to 2.1, updated changelog, and fixed typo in a comment 2019-05-06 15:46:51 -07:00
onionshare Version bump to 2.1, updated changelog, and fixed typo in a comment 2019-05-06 15:46:51 -07:00
onionshare_gui Fix auto-start timer URL 2019-04-21 18:14:53 -07:00
screenshots Update screenshots 2019-05-06 17:51:37 -07:00
share Squashed commit of the following: 2019-07-26 11:25:51 +00:00
tests Merge pull request #959 from micahflee/958_verbose 2019-04-19 09:48:39 -07:00
.gitignore Update macOS build instructions 2019-05-06 11:23:46 -07:00
BUILD.md Update build instructions, and fix typo in changelog 2019-05-07 12:12:49 -07:00
CHANGELOG.md Fix typos in changelog 2019-05-07 23:07:18 +02:00
LICENSE Merge branch 'develop' into receiver-mode-gui 2018-09-14 18:59:36 -07:00
MANIFEST.in Rename test dir to tests. Rename unit_tests to tests_gui_local. Add test dependencies. Update various paths. Add GUI unit tests docs to BUILD.md 2018-09-27 15:54:46 +10:00
README.md Tweak readme install language 2019-02-20 10:55:01 -08:00
setup.cfg Refactored onionshare 2014-05-23 12:37:10 -03:00
setup.py Update description of OnionShare 2018-12-21 19:28:20 -08:00
stdeb.cfg Remove python3-distutils as a dependency because it isn't in every debian, and also doesn't seem necessary; and change the default suite to cosmic to make the PPA release simpler 2019-02-20 10:51:33 -08: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