No description
Find a file
dependabot[bot] 0b7cc03802
Bump docker/setup-buildx-action from 2 to 3 (#209)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 10:23:55 +02:00
.github Bump docker/setup-buildx-action from 2 to 3 (#209) 2023-09-13 10:23:55 +02:00
assets Server implementation. (#90) 2021-11-21 14:03:18 +01:00
build_tools Use go:embed for statics (#92) 2021-11-21 18:31:47 +01:00
cmd/distribyted Load torrent files from folder on start. (#149) 2022-10-08 19:36:55 +02:00
config Load torrent files from folder on start. (#149) 2022-10-08 19:36:55 +02:00
fs Improve trackers list (#107) 2021-12-18 08:28:35 +01:00
fuse Allow Drive Letters on mounts for windows (#115) 2021-12-21 20:36:16 +01:00
http chore: os.SEEK_END has been deprecated since Go 1.7 (#198) 2023-07-24 15:20:28 +02:00
iio New Expandable file formats (#95) 2021-11-29 11:07:54 +01:00
log Update deps and go version (#202) 2023-09-05 17:05:27 +02:00
mkdocs Update mkdocs dependency 2022-03-31 11:35:16 +02:00
templates Load torrent files from folder on start. (#149) 2022-10-08 19:36:55 +02:00
torrent Update deps and go version (#202) 2023-09-05 17:05:27 +02:00
webdav New Expandable file formats (#95) 2021-11-29 11:07:54 +01:00
.gitignore Reload server and edit configuration. (#15) 2020-11-08 18:19:25 +01:00
Dockerfile Use 1.20 go alpine docker image 2023-09-05 20:02:30 +02:00
go.mod Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1 (#189) 2023-09-05 19:49:52 +02:00
go.sum Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1 (#189) 2023-09-05 19:49:52 +02:00
http_fs.go Use go:embed for statics (#92) 2021-11-21 18:31:47 +01:00
LICENSE Create LICENSE 2020-07-28 10:43:38 +02:00
Makefile Update main dependencies (#113) 2022-01-05 21:17:28 +01:00
README.md Update README.md 2021-11-29 18:10:43 +01:00

Releases Contributors Forks Stargazers Issues GPL3 License Coveralls Docker Image


Logo

distribyted

Torrent client with on-demand file downloading as a filesystem.

Report a Bug · Request Feature

About The Project

Distribyted Screen Shot

Distribyted is an alternative torrent client. It can expose torrent files as a standard FUSE, webDAV or HTTP endpoint and download them on demand, allowing random reads using a fixed amount of disk space.

Distribyted tries to make easier integrations with other applications using torrent files, presenting them as a standard filesystem.

Note that distribyted is in beta version, it is a proof of concept with a lot of bugs.

Use Cases

  • Play multimedia files on your favorite video or audio player. These files will be downloaded on demand and only the needed parts.
  • Explore TBs of data from public datasets only downloading the parts you need. Use Jupyter Notebooks directly to process or analyze this data.
  • Give access to your latest dataset creation just by sharing a magnet link. People will start using your data in seconds.
  • Play your ROM backups directly from the torrent file. You can have virtually GBs in games and only downloaded the needed ones.

Documentation

Check here for further documentation.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Some areas need more care than others:

  • Windows and macOS tests and compatibility. I don't have any easy way to test distribyted on these operating systems.
  • Web interface. Web development is not my forte.
  • Tutorials. Share with the community your use case!

Special thanks

License

Distributed under the GPL3 license. See LICENSE for more information.