Securely and anonymously share files, host websites, and chat with friends using the Tor network
Go to file
Saptak S 9150d21b2d
Rewrites the get-tor code to always get the latest version of tor
We first get the version of tor browser and url for the platform
from downloads.json. Then we get the sha256sum from the checksums
provided by tor in their distribution release to compare with the file
downloaded.
2023-04-09 22:44:06 +05:30
.github Try and make tests run on pull requests. Update branch names on CodeQL analysis 2022-12-15 09:48:15 +11:00
cli Updates poetry build system to poetry-core 2023-04-09 20:24:48 +05:30
desktop Rewrites the get-tor code to always get the latest version of tor 2023-04-09 22:44:06 +05:30
docs Update install.rst 2023-02-22 21:08:45 +07:00
flatpak Hack around problematic QtQuickWidgets header file issue 2022-12-13 16:47:32 +11:00
licenses Use license file from gnu.org 2021-10-14 21:48:04 +00:00
security Add pen test report 2022-01-17 10:33:28 -08:00
snap Update tor to 0.4.7.12 for flatpak/snap, fetch Tor Browser 12.0 2022-12-11 16:08:05 +11:00
.gitignore Move desktop code from desktop/src/onionshare to just desktop/onionshare 2021-12-19 17:17:04 -08:00
build-source.sh Merge pull request #1539 from egypcio/compress-tgz 2022-03-06 10:54:30 -08:00
CHANGELOG.md Update obfs4proxy, meek and tor versions. Try building 32-bit snapcraft. Bump Onionshare version to 2.6.1 2022-12-11 16:08:05 +11:00
LICENSE Update copyright year to 2022 2022-01-16 16:15:49 -08:00
README.md Replace CircleCI status badge with GitHub Actions one 2022-10-02 17:47:06 -07:00
RELEASE.md Update release documentation. Emphasize automated packaging in the changelog, and update the URL for the screenshot 2022-10-09 14:34:57 -07:00

OnionShare

Run Tests

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.