mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-16 08:44:14 -05:00
Securely and anonymously share files, host websites, and chat with friends using the Tor network
- converted tool.poetry to PEP 621 (default behavior for poetry) - converted setup.py to PEP 621 (recommended by setuptools) - use pyproject.toml instead of version.txt - use importlib instead of version.txt - use PEP 621 dependency format in flatpak build scripts - added tomli as a dev dependency (used in build scripts) - removed version.txt (no longer used) - cleaned up dependencies - version is still in desktop/setup.py (unclear on how snapcraft uses it) - poetry lockfiles need to be rebuilt |
||
|---|---|---|
| .github | ||
| cli | ||
| desktop | ||
| docs | ||
| flatpak | ||
| licenses | ||
| security | ||
| snap | ||
| .gitignore | ||
| build-source.sh | ||
| CHANGELOG.md | ||
| LICENSE.txt | ||
| README.md | ||
| RELEASE.md | ||
| setup-project.sh | ||
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 as a Flatpak or Snap package.
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.
