Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
Micah Lee b949234e49
Merge pull request #1491 from mig5/force_js_mimetype
Force javascript MIME type to work around silly operating system MIME databases
2021-12-19 16:08:09 -08:00
.circleci Remove unnecessary censorship class invocation, which breaks CLI mode right now. 2021-11-12 11:43:09 +11:00
.github Fix whitespace issues 2021-10-14 21:48:12 +00:00
cli Force the MIME type for .js files to be text/javascript, to override silly OS databases/registries with incorrect settings, which Flask would otherwise depend on 2021-12-17 17:53:15 +11:00
desktop Merge pull request #1491 from mig5/force_js_mimetype 2021-12-19 16:08:09 -08:00
docs Translated using Weblate (Japanese) 2021-12-18 06:52:39 +01:00
licenses Use license file from gnu.org 2021-10-14 21:48:04 +00:00
snap Merge branch 'develop' of https://github.com/a1346054/onionshare into a1346054-develop 2021-12-04 20:34:07 -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 Fix whitespace issues 2021-10-14 21:48:12 +00:00
CHANGELOG.md Fix spelling 2021-10-14 21:48:12 +00:00
LICENSE Use license file from gnu.org 2021-10-14 21:48:04 +00:00
README.md Changes CircleCI image to the correct path 2021-09-04 19:20:24 +05:30
RELEASE.md Merge branch 'develop' of https://github.com/a1346054/onionshare into a1346054-develop 2021-12-04 20:34:07 -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