Goated E2EE TOR file sharing program.
Find a file
Miguel Jacq 06a3599fe1
Built-in bridge refactoring.
Store the built-in bridges in OnionShare settings as a dict, and try writing those into the torrc if present.

If they aren't present in OnionShare settings, use the hardcoded templates instead.

Fetch the latest built-in bridges over Tor, once connected to Tor.

If we can't fetch the bridges over Tor, fall back to Meek (domain-fronting) and try again.

Then write those as the dict to the OnionShare settings, to take precedence next time.
2021-11-24 17:55:47 +11:00
.circleci Remove unnecessary censorship class invocation, which breaks CLI mode right now. 2021-11-12 11:43:09 +11:00
.github Create codeql-analysis.yml 2021-04-11 11:14:48 -07:00
cli Built-in bridge refactoring. 2021-11-24 17:55:47 +11:00
desktop Built-in bridge refactoring. 2021-11-24 17:55:47 +11:00
docs Merge pull request #1441 from onionshare/update-weblate-script 2021-10-11 19:01:08 -07:00
licenses Write unified release documentation, move licenses into the root, and delete some unnecessary files from desktop/install 2020-11-04 16:51:48 -08:00
snap Change snapcraft grade to stable, and version bump to 2.4.1 in snapcraft 2021-11-15 18:30:10 -08:00
.gitignore Add setuptools as a dependency for pkg_resources module, and update build scripts to properly delete last build 2020-11-09 18:36:31 -08:00
build-source.sh Change github URLs from micahflee/onionshare to onionshare/onionshare 2021-08-20 13:34:55 -07:00
CHANGELOG.md Remove snapcraft multiarch from changelog 2021-09-17 15:39:37 -07:00
LICENSE Update the LICENSE to reflect the current path to third party licenses 2021-05-06 08:46:42 +10:00
README.md Changes CircleCI image to the correct path 2021-09-04 19:20:24 +05:30
RELEASE.md Update snapcraft docs 2021-11-15 18:41:42 -08:00

OnionShare

OnionShare

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network.

Installing OnionShare

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

For macOS you can also use Homebrew:

brew install --cask onionshare

See these instructions to install OnionShare in Linux with Flatpak.

Documentation

To learn how OnionShare works, what its security properties are, how to use it, and how to contribute to the project, check out https://docs.onionshare.org.


Test status: CircleCI