All Projects → BusterLabs → Partyshare

BusterLabs / Partyshare

Licence: mit
A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Partyshare

ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (-35.88%)
Mutual labels:  peer-to-peer, ipfs, file-sharing
Pcp
📦 Command line peer-to-peer data transfer tool based on libp2p.
Stars: ✭ 687 (+424.43%)
Mutual labels:  file-sharing, ipfs, peer-to-peer
Open Source Mac Os Apps
🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Stars: ✭ 28,908 (+21967.18%)
Mutual labels:  applications, open-source
Rust Ipfs
The InterPlanetary File System (IPFS), implemented in Rust.
Stars: ✭ 739 (+464.12%)
Mutual labels:  ipfs, peer-to-peer
Ipfspics Server
Content-addressable, peer-to-peer method of storing and sharing images on the internet.
Stars: ✭ 1,071 (+717.56%)
Mutual labels:  ipfs, peer-to-peer
Orbit Db
Peer-to-Peer Databases for the Decentralized Web
Stars: ✭ 6,381 (+4770.99%)
Mutual labels:  ipfs, peer-to-peer
Projectsend
ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple languages, detailed logs... and much more!
Stars: ✭ 671 (+412.21%)
Mutual labels:  file-sharing, open-source
Peergos
A p2p, secure file storage, social network and application protocol
Stars: ✭ 895 (+583.21%)
Mutual labels:  ipfs, peer-to-peer
Onionshare
Securely and anonymously share files, host websites, and chat with friends using the Tor network
Stars: ✭ 4,961 (+3687.02%)
Mutual labels:  file-sharing, open-source
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (-39.69%)
Mutual labels:  file-sharing, ipfs
Ipfd
An imageboard, but images are stored in a peer-to-peer network
Stars: ✭ 77 (-41.22%)
Mutual labels:  ipfs, peer-to-peer
Js Dag Service
Library for storing and replicating hash-linked data over the IPFS network.
Stars: ✭ 81 (-38.17%)
Mutual labels:  ipfs, peer-to-peer
Js Ipfs
IPFS implementation in JavaScript
Stars: ✭ 6,129 (+4578.63%)
Mutual labels:  ipfs, peer-to-peer
Gfile
Direct file transfer over WebRTC
Stars: ✭ 598 (+356.49%)
Mutual labels:  file-sharing, peer-to-peer
Sharedrop
Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
Stars: ✭ 5,222 (+3886.26%)
Mutual labels:  file-sharing, peer-to-peer
Docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
Stars: ✭ 827 (+531.3%)
Mutual labels:  file-sharing, open-source
Airdcpp Webclient
Communal peer-to-peer file sharing application for file servers/NAS devices
Stars: ✭ 106 (-19.08%)
Mutual labels:  file-sharing, peer-to-peer
Slate
WIP - An open source Filecoin storage and retrieval client that makes it easy to collect, organize, and share data anywhere.
Stars: ✭ 383 (+192.37%)
Mutual labels:  file-sharing, ipfs
Beam.cafe
🌠 Blazing fast file transfer app focused on user-experience. Fastest way to share files without uploading them.
Stars: ✭ 419 (+219.85%)
Mutual labels:  file-sharing, peer-to-peer
Syncthing Macos
Frugal and native macOS Syncthing application bundle
Stars: ✭ 1,096 (+736.64%)
Mutual labels:  file-sharing, peer-to-peer

Partyshare

A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.


It's a simple way to share files via IPFS.


Download

You can download the latest version at busterlabs.github.io/Partyshare. Please, report any issues you come across.

Contribute

Development

  1. Take a look at the open issues

  2. Assign any to yourself that you'd like to work on

  3. Start coding:

    $ curl -o- -L https://yarnpkg.com/install.sh | bash
    $ yarn install
    $ yarn start
    

Releases

Build Status

Releases are built by Travis CI, and automatically released on Github for every tagged commit pushed to master. To release a new version:

$ npm version
$ git push origin master --tags
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].