instant.io alternatives and similar software solutions
Based on the "Peer-to-peer filesharing" category.
Alternatively, view instant.io alternatives based on common mentions on social networks and blogs.
-
Firefox Send
A file sharing experiment which allows you to send encrypted files to other users. -
cloud-torrent
☁️ Cloud Torrent: a self-hosted remote torrent client -
Magnetico
Autonomous (self-hosted) BitTorrent DHT search engine suite. -
Magnetissimo
Web application that indexes all popular torrent sites, and saves it to the local database. -
peerflix-server
Streaming torrent client for Node.js with web ui. -
ShareFest
Web based p2p file sharing built on WebRTC Data Channels API -
bittorrent-tracker
🌊 Simple, robust, BitTorrent tracker (client & server) implementation -
rartracker
Complete private bittorrent tracker written in PHP and AngularJS -
Opentracker
opentracker is a open and free bittorrent tracker project -
Dat Project
Powerful decentralized file sharing applications built from a large ecosystem of modules.
Updating dependencies is time-consuming.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of instant.io or a related project?
README
Streaming file transfer over WebTorrent (torrents on the web)
Download/upload files using the WebTorrent protocol (BitTorrent over WebRTC). This is a beta.
Powered by WebTorrent, the first torrent client that works in the browser without plugins. WebTorrent is powered by JavaScript and WebRTC. Supports Chrome, Firefox, Opera (desktop and Android). Run localStorage.debug = '*' in the console and refresh to get detailed log output.
Install
If you just want to do file transfer on your site, or fetch/seed files over WebTorrent, then there's no need to run a copy of instant.io on your own server. Just use the WebTorrent script directly. You can learn more at https://webtorrent.io.
The client-side code that instant.io uses is here.
Run a copy of this site on your own server
To get a clone of https://instant.io running on your own server, follow these instructions.
Get the code:
git clone https://github.com/webtorrent/instant.io
cd instant.io
npm install
Modify the configuration options in config.js
to set the IP/port you want the server to listen on.
Copy secret/index-sample.js
to secret/index.js
and update the options in there to a valid TURN server if you want a NAT traversal service (to help peers connect when behind a firewall).
To start the server, run npm run build && npm start
. That should be it!
Tips
Create a shareable link by adding a torrent infohash or magnet link to the end of the URL. For example:
https://instant.io#INFO_HASH
orhttps://instant.io/#MAGNET_LINK
.You can add multiple torrents in the same browser window.
License
MIT. Copyright (c) WebTorrent, LLC.
*Note that all licence references and agreements mentioned in the instant.io README section above
are relevant to that project's source code only.