2008-01-08 18:01:44 +00:00
|
|
|
ANNOUNCING: Allmydata-Tahoe version 0.7
|
2007-06-11 16:21:42 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
We are pleased to announce the release of version 0.7 of allmydata.org
|
|
|
|
"Tahoe".
|
2007-06-11 16:21:42 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
Tahoe is a secure, decentralized, fault-tolerant filesystem. All of
|
|
|
|
the source code is available under a Free Software, Open Source
|
|
|
|
licence (or two).
|
2007-08-23 20:51:41 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
This filesystem is encrypted and distributed over multiple peers in
|
|
|
|
such a way that it continues to work correctlly even when some of the
|
|
|
|
peers are unavailable, malfunctioning, or malicious.
|
2007-08-23 20:51:41 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
This is the successor to Allmydata-Tahoe v0.6.1, which was released
|
|
|
|
October 15, 2007 [1].
|
2007-09-24 21:32:31 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
This release adds decentralized, encrypted directories and mutable
|
|
|
|
files, making it the first release of Tahoe in which no part of the
|
|
|
|
filesystem is centralized. It also adds a FUSE interface, allowing
|
|
|
|
you to access a distributed Tahoe grid as if it were a normal local
|
|
|
|
filesystem.
|
2007-09-24 21:32:31 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
This is also the first release to be offered under a novel open source
|
|
|
|
licence which allows people to redistributed proprietary derivatives
|
|
|
|
of Tahoe for a limited time.
|
2007-06-11 16:21:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
WHAT IS IT GOOD FOR?
|
2007-04-19 20:55:13 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
With Tahoe, you can distribute your filesystem across a set of
|
|
|
|
computers, such that if some of the computers fail or turn out to be
|
|
|
|
malicious, the filesystem continues to work from the remaining
|
|
|
|
computers. You can also share your files with other users, using a
|
|
|
|
strongly encrypted, capability-based access control scheme.
|
2007-07-23 01:21:29 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
This release is targeted at hackers and smart users who are willing to
|
|
|
|
use a web user interface, a command-line user interface, or a FUSE
|
|
|
|
interface. (Or a RESTful API. Just telnet to localhost and type HTTP
|
|
|
|
requests to get started.)
|
2007-07-23 01:21:29 +00:00
|
|
|
|
2007-08-07 21:23:23 +00:00
|
|
|
Because this software is new, it is not yet recommended for storage of
|
2008-01-08 18:01:44 +00:00
|
|
|
highly confidential data nor for valuable data which is not otherwise
|
|
|
|
backed up. However, it works well in practice, it comes with extensive
|
|
|
|
unit tests, and there are no known security flaws which would
|
|
|
|
compromise confidentiality or data integrity. (For a current
|
|
|
|
description of all known security issues and an overview of Tahoe's
|
|
|
|
security properties, please see the Security web page: [2].)
|
2007-08-07 21:23:23 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
This release of Tahoe is suitable for the "friendnet" use case [3] --
|
|
|
|
it is easy to create a filesystem spread over the computers of you
|
|
|
|
and your friends so that you can share files and disk space with one
|
|
|
|
another.
|
2007-04-19 20:55:13 +00:00
|
|
|
|
|
|
|
|
2007-05-01 15:26:47 +00:00
|
|
|
LICENCE
|
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
You may use this package under the GNU General Public License, version
|
|
|
|
2 or, at your option, any later version. See the file "COPYING.GPL"
|
|
|
|
for the terms of the GNU General Public License, version 2.
|
2007-08-17 19:25:09 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
You may use this package under the Transitive Grace Period Public
|
|
|
|
Licence, version 1.0. The Transitive Grace Period Public Licence says
|
|
|
|
that you may distribute proprietary derived works of Tahoe without
|
|
|
|
releasing the source code of that derived work for up to twelve
|
|
|
|
months, after which time you are obligated to release the source code
|
|
|
|
of the derived work under the Transitive Grace Period Public Licence.
|
|
|
|
See the file "COPYING.TGPPL.html" for the terms of the Transitive
|
|
|
|
Grace Period Public Licence, version 1.0.
|
2007-08-17 19:25:09 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
(You may choose to use this package under the terms of either licence,
|
|
|
|
at your option.)
|
2007-08-17 19:25:09 +00:00
|
|
|
|
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
INSTALLATION
|
2007-07-05 01:59:26 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
Tahoe works on Linux, Mac OS X, Windows, Cygwin, and Solaris. For
|
|
|
|
installation instructions please see "doc/install.html" [4].
|
2007-04-19 20:55:13 +00:00
|
|
|
|
|
|
|
|
2007-04-20 00:30:06 +00:00
|
|
|
HACKING AND COMMUNITY
|
2007-04-19 20:55:13 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
Please join us on the mailing list [5] to discuss uses of Tahoe.
|
|
|
|
Patches that extend and improve Tahoe are gratefully accepted --
|
|
|
|
roadmap.txt [6] shows the next improvements that we plan to make and
|
|
|
|
CREDITS [7] lists the names of people who've contributed to the
|
|
|
|
project. The wiki Dev page [8] contains resources for hackers.
|
2007-09-18 22:04:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
SPONSORSHIP
|
2007-07-05 01:59:26 +00:00
|
|
|
|
2008-01-08 18:01:44 +00:00
|
|
|
Tahoe is sponsored by Allmydata, Inc. [9], a provider of consumer
|
2007-07-05 01:59:26 +00:00
|
|
|
backup services. Allmydata, Inc. contributes hardware, software,
|
|
|
|
ideas, bug reports, suggestions, demands, and money (employing several
|
2007-08-17 20:33:03 +00:00
|
|
|
allmydata.org Tahoe hackers and allowing them to spend part of their
|
|
|
|
work time on the next-generation, free-software project). We are
|
|
|
|
eternally grateful!
|
2007-06-11 16:21:42 +00:00
|
|
|
|
|
|
|
|
2007-10-15 21:56:02 +00:00
|
|
|
Zooko O'Whielacronx
|
|
|
|
on behalf of the allmydata.org team
|
2008-01-08 18:01:44 +00:00
|
|
|
January 7, 2008
|
|
|
|
San Francisco, California
|
|
|
|
|
|
|
|
|
|
|
|
[1] http://allmydata.org/trac/tahoe/browser/relnotes.txt?rev=1346
|
|
|
|
[2] http://allmydata.org/trac/tahoe/wiki/Security
|
|
|
|
[3] http://allmydata.org/trac/tahoe/wiki/UseCases
|
|
|
|
[4] http://allmydata.org/source/tahoe/trunk/docs/install.html
|
|
|
|
[5] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
|
|
|
|
[6] http://allmydata.org/trac/tahoe/browser/roadmap.txt
|
|
|
|
[7] http://allmydata.org/trac/tahoe/browser/CREDITS?rev=1424
|
|
|
|
[8] http://allmydata.org/trac/tahoe/wiki/Dev
|
|
|
|
[9] http://allmydata.com
|