• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.circleci/H13-Oct-2019-5647

.github/H13-Oct-2019-107

apparmor/H13-Oct-2019-7658

dev_scripts/H13-Oct-2019-5838

git-hooks/H13-Oct-2019-92

install/H03-May-2022-1,070802

onionshare/H03-May-2022-3,8423,023

onionshare_gui/H13-Oct-2019-6,3955,057

screenshots/H03-May-2022-

share/H03-May-2022-10,65410,563

tests/H13-Oct-2019-3,9983,027

.gitignoreH A D13-Oct-2019455 5645

BUILD.mdH A D13-Oct-201914 KiB351225

CHANGELOG.mdH A D13-Oct-20199.6 KiB224183

LICENSEH A D13-Oct-201934.5 KiB680556

MANIFEST.inH A D13-Oct-2019378 1413

README.mdH A D13-Oct-20192.4 KiB4626

setup.cfgH A D13-Oct-201921 22

setup.pyH A D13-Oct-20194.7 KiB138125

stdeb.cfgH A D13-Oct-2019313 76

README.md

1# OnionShare
2
3[OnionShare](https://onionshare.org) 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](https://www.torproject.org/) 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.
4
5Unlike 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.
6
7## Documentation
8
9To learn how OnionShare works, what its security properties are, and how to use it, check out the [wiki](https://github.com/micahflee/onionshare/wiki).
10
11## Installing OnionShare
12
13You can download OnionShare for Windows and macOS from the [OnionShare website](https://onionshare.org).
14
15For macOS you can also use [Homebrew](https://brew.sh/):
16
17```
18brew cask install onionshare
19```
20
21For Ubuntu-like Linux distributions, you can use this PPA:
22
23```
24sudo add-apt-repository ppa:micahflee/ppa
25sudo apt install -y onionshare
26```
27
28OnionShare may also be available in your Linux distribution's package manager. Check [this wiki page](https://github.com/micahflee/onionshare/wiki/How-Do-I-Install-Onionshare) for more information.
29
30## Contributing to OnionShare
31
32You can set up your development environment to build OnionShare yourself by following [these instructions](/BUILD.md). You may also subscribe to our mailing list [here](https://lists.riseup.net/www/info/onionshare-dev), and join our public Keybase team [here](https://keybase.io/team/onionshare).
33
34Test status: [![CircleCI](https://circleci.com/gh/micahflee/onionshare.svg?style=svg)](https://circleci.com/gh/micahflee/onionshare)
35
36# Screenshots
37
38![Share mode OnionShare](/screenshots/onionshare-share-server.png)
39
40![Share mode Tor Browser](/screenshots/onionshare-share-client.png)
41
42![Receive mode OnionShare](/screenshots/onionshare-receive-server.png)
43
44![Receive mode Tor Browser](/screenshots/onionshare-receive-client.png)
45
46![Website mode OnionShare](/screenshots/onionshare-website-server.png)