Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
2014-06-23 19:57:09 -04:00
bin made onionshare_gui its own python package 2014-05-29 19:24:19 -04:00
onionshare command line version displays download progress (#53), and hidden service page displays file size as human readable 2014-06-23 19:57:09 -04:00
onionshare_gui can now run onionshare_gui.py without building (fixes #51) 2014-06-22 00:54:44 -04:00
setup better OSX icon (#43) 2014-06-19 22:23:18 -07:00
tails updated tails to work with Qt 2014-06-20 21:06:44 +00:00
test switch random strings from hex-encoded to base32-encoded 2014-06-23 16:15:02 -04:00
.gitignore OSX version still needs a bit of work, but completely works now (#43) 2014-06-19 22:05:56 -07:00
build_deb.sh starting debian/fedora packaging (#25) 2014-06-10 00:17:02 -04:00
build_rpm.sh changed gtk deps to qt4 2014-06-20 00:01:03 -04:00
BUILD.md updated readmes and screenshot to showcase new 0.3 features 2014-06-20 20:12:07 -04:00
LICENSE added GPLv3 license 2014-05-20 20:56:45 +00:00
MANIFEST.in adding window icon (#49) 2014-06-20 20:57:32 -04:00
README.md updated readme 2014-06-20 20:16:00 -04:00
screenshot.png updated readmes and screenshot to showcase new 0.3 features 2014-06-20 20:12:07 -04:00
setup.cfg Refactored onionshare 2014-05-23 12:37:10 -03:00
setup.py qtwebkit needs imageformats plugin for animated gifs to work. loader.gif works in OSX now (#47) 2014-06-20 18:48:17 -07:00
stdeb.cfg changed gtk deps to qt4 2014-06-20 00:01:03 -04:00
version version bump to 0.3dev, and moved version into separate file to keep things DRY 2014-06-09 23:31:57 -04:00

OnionShare

OnionShare lets you securely and anonymously share a file of any size with someone. It works by starting a web server, making it accessible as a Tor hidden service, and generating an unguessable URL to access and download the file. It doesn't require setting up a server on the internet somewhere or using a third party filesharing service. You host the file on your own computer and use a Tor hidden service to make it temporarily accessible over the internet. The other user just needs to use Tor Browser to download the file from you.

Screenshot

OnionShare 0.3 is under active development and will be released soon. Features include:

  • A user-friendly GUI interface that works in Windows, Mac OS X, and Linux
  • Automatically copies the unguessable URL to your clipboard
  • Displays log of all requests, so you can see when someone is accessing your OnionShare service, or if someone is trying to guess your secret URL
  • Shows you the progress of the file transfer
  • When file is done transferring, automatically closes OnionShare to reduce the attack surface

Quick Start

You can install OnionShare 0.3dev right now by following these instructions. You can install OnionShare 0.3 in your Tails persistent volume by following these instructions (requires Tails 1.1 or later).

You can also install the command-line only version using pip: sudo pip install onionshare. When 0.3 is released the pip version will no longer be updated.

How to Use

Before you can share a file, you need to open Tor Browser in the background. This will provide the Tor service that OnionShare uses to start the hidden service.

Open OnionShare and browse to find the file you wish to share. It will show you a long, random-looking URL such as http://v645bzpxmdtclpv3.onion/73b44511983c08bf29df40d0b1d00a69 and copy it to your clipboard. This is the secret URL that can be used to download the file you're sharing. If you'd like multiple people to be able to download this file, uncheck the "close automatically" checkbox in the corner.

Send this URL to the person you're trying to send the file to. If the file you're sending isn't very secret, you can use normal means of sending the URL: emailing it, posting it to Facebook or Twitter, etc. If you're trying to send a secret file then it's important to send this URL secrely. I recommend you use Off-the-Record encrypted chat to send the URL.

The person who is receiving the file doesn't need OnionShare. All they need is to open the URL you send them in Tor Browser to be able to download the file.