The Tahoe-LAFS decentralized secure filesystem.
Go to file
2023-08-08 11:30:02 -04:00
.circleci try to expose the other test run artifacts 2023-08-08 11:30:02 -04:00
.github Also run Foolscap-only integration tests. 2023-07-05 11:20:40 -04:00
benchmarks
docs Merge pull request #1321 from tahoe-lafs/4039.document-gbs 2023-08-01 10:57:10 -04:00
integration different Process instance on different platforms 2023-08-02 16:52:29 -06:00
misc
newsfragments Merge branch 'master' into 2916.grid-manager-integration-tests.2 2023-08-02 13:23:52 -06:00
nix Replace default.nix with a compatibility shim 2023-07-19 13:57:55 -04:00
release-tools
src/allmydata avoid trying to call os.getuid on windows 2023-08-08 11:30:02 -04:00
static
.coveragerc try to match the paths from circleci windows for coverage path rewriting 2023-08-08 11:30:02 -04:00
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.ruff.toml
CONTRIBUTORS.rst
COPYING.GPL
COPYING.TGPPL.rst
CREDITS
default.nix further clarifying comments 2023-07-21 10:24:09 -04:00
flake.lock relock with release/nixos-23.05 change 2023-07-21 11:17:26 -04:00
flake.nix expose our cache to anyone who wants it 2023-07-21 11:29:06 -04:00
Makefile
MANIFEST.in
mypy.ini
NEWS.rst
pyinstaller.spec
pytest.ini
README.rst
relnotes.txt
setup.cfg
setup.py should work without -X utf8 now 2023-08-08 11:30:02 -04:00
Tahoe.home
towncrier.toml
tox.ini coveralls failed to find .coveralls.yml ... 2023-08-08 11:30:02 -04:00
ws_client.py

Free and Open Decentralized Data Store

image0

Tahoe-LAFS (Tahoe Least-Authority File Store) is the first free software / open-source storage technology that distributes your data across multiple servers. Even if some servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security.

code of conduct documentation status circleci githubactions code coverage

Table of contents

💡 About Tahoe-LAFS

Tahoe-LAFS helps you to store files while granting confidentiality, integrity, and availability of your data.

How does it work? You run a client program on your computer, which talks to one or more storage servers on other computers. When you tell your client to store a file, it will encrypt that file, encode it into multiple pieces, then spread those pieces out among various servers. The pieces are all encrypted and protected against modifications. Later, when you ask your client to retrieve the file, it will find the necessary pieces, make sure they havent been corrupted, reassemble them, and decrypt the result.

image2
The image is taken from meejah's blog post at Torproject.org.

The client creates pieces (“shares”) that have a configurable amount of redundancy, so even if some servers fail, you can still get your data back. Corrupt shares are detected and ignored so that the system can tolerate server-side hard-drive errors. All files are encrypted (with a unique key) before uploading, so even a malicious server operator cannot read your data. The only thing you ask of the servers is that they can (usually) provide the shares when you ask for them: you arent relying upon them for confidentiality, integrity, or absolute availability.

Tahoe-LAFS was first designed in 2007, following the "principle of least authority", a security best practice requiring system components to only have the privilege necessary to complete their intended function and not more.

Please read more about Tahoe-LAFS architecture here.

Installation

For more detailed instructions, read Installing Tahoe-LAFS.

Once tahoe --version works, see How to Run Tahoe-LAFS to learn how to set up your first Tahoe-LAFS node.

🐍 Python 2

Python 3.8 or later is required. If you are still using Python 2.7, use Tahoe-LAFS version 1.17.1.

🤖 Issues

Tahoe-LAFS uses the Trac instance to track issues. Please email jean-paul plus tahoe-lafs at leastauthority dot com for an account.

📑 Documentation

You can find the full Tahoe-LAFS documentation at our documentation site.

💬 Community

Get involved with the Tahoe-LAFS community:

🤗 Contributing

As a community-driven open source project, Tahoe-LAFS welcomes contributions of any form:

Before authoring or reviewing a patch, please familiarize yourself with the Coding Standard and the Contributor Code of Conduct.

🥳 First Contribution?

If you are committing to Tahoe for the very first time, it's required that you add your name to our contributor list in CREDITS. Please ensure that this addition has it's own commit within your first contribution.

🤝 Supporters

We would like to thank Fosshost for supporting us with hosting services. If your open source project needs help, you can apply for their support.

We are grateful to Oregon State University Open Source Lab for hosting tahoe-dev mailing list.

FAQ

Need more information? Please check our FAQ page.

📄 License

Copyright 2006-2020 The Tahoe-LAFS Software Foundation

You may use this package under the GNU General Public License, version 2 or, at your option, any later version. You may use this package under the Transitive Grace Period Public Licence, version 1.0, or at your choice, any later version. (You may choose to use this package under the terms of either license, at your option.) See the file COPYING.GPL for the terms of the GNU General Public License, version 2. See the file COPYING.TGPPL for the terms of the Transitive Grace Period Public Licence, version 1.0.

See TGPPL.PDF for why the TGPPL exists, graphically illustrated on three slides.