Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ipfs Companion | 1,871 | 2 days ago | 142 | cc0-1.0 | JavaScript | |||||
Browser extension that simplifies access to IPFS resources on the web | ||||||||||
2read | 86 | 2 years ago | 6 | gpl-3.0 | JavaScript | |||||
Convert article in current tab to readable form and upload it to P2P network - IPFS | ||||||||||
Pin Tweet To Ipfs | 19 | 19 days ago | 18 | mit | JavaScript | |||||
Web extension to Save tweets in a verifiable way to IPFS | ||||||||||
Ens Content Resolver | 18 | 5 years ago | 2 | JavaScript | ||||||
Chrome extension that resolves ENS domains to IPFS hashes and redirects your browser to the content | ||||||||||
Dscan | 18 | a month ago | 2 | mit | HTML | |||||
An extension that uploads the content to IPFS and generates decentralized QR codes. | ||||||||||
Passworlds | 7 | 4 years ago | 1 | mit | JavaScript | |||||
A password manager tapping the power of blockchain | ||||||||||
P2p Chat Extension | 2 | 10 months ago | TypeScript | |||||||
It's a p2p chat extension which contains screen sharing. |
Harness the power of IPFS in your browser!
![]() |
![]() ![]() ![]() ![]() |
---|---|
IPFS Companion harnesses the power of your locally running IPFS node (either through the IPFS Desktop app or the command-line daemon) directly inside your favorite Chromium-based or Firefox browser, enabling support for ipfs://
addresses, redirecting content-addressed websites and file paths to your local Gateway, easy IPFS file import and sharing, and more.
IPFS is a peer-to-peer hypermedia protocol designed to make the web faster, safer, more resilient, and more open. It enables the creation and dissemination of completely distributed sites and applications that dont rely on centralized hosting and stay true to the original vision of an open, flat web. Visit the IPFS Project website to learn more.
IPFS Companion detects and tests requests for IPFS-like paths ( such as /ipfs/{cid}
or /ipns/{peerid_or_host-with-dnslink}
) on any website. If a path is a valid IPFS address, it is redirected to load from your local gateway. The gateway at localhost
will also automatically switch to a subdomain to provide a unique origin for each website:
https://ipfs.io/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
http://localhost:8080/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
http://bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi.ipfs.localhost:8080
IPFS Companion detects DNSLink info in the DNS records of websites. If a site uses DNSLink (a few examples are https://docs.ipfs.io, https://ipld.io, and http://tr.wikipedia-on-ipfs.org), IPFS Companion redirects the HTTP request to your local gateway:
http://docs.ipfs.tech
http://localhost:8080/ipns/docs.ipfs.tech
http://docs.ipfs.tech.ipns.localhost:8080/
x-ipfs-path
headersIPFS Companion also upgrades transport to IPFS if it finds the x-ipfs-path
in any HTTP response headers; this also acts as a fallback for cases when an IPFS path is not present in the URL. Learn more.
You can disable and re-enable local gateway redirects by several means:
x-ipfs-companion-no-redirect
to the URL itself as a hash (example) or query parameter (example)IPFS Companion enables you to quickly and easily access common actions from your browser bar with just a few clicks:
You can toggle redirects (of any IPFS sub-resources) for an individual website under the Current Tab section of the main menu. If that site uses DNSLink, toggling off will restore the site's original URL, too.
To temporarily suspend all IPFS integrations (redirects, API status content scripts, protocol handlers, etc.), use the on/off button at the top of the IPFS Companion menu.
IPFS Companion ships with a variety of experimental features. Some are disabled by default, so be sure to check out IPFS Companion's Preferences to see them all.
Make plaintext IPFS links clickable (demo)
Re-route requests made via the following experimental protocols to an HTTP gateway (public or custom):
ipfs://$cid
ipns://$cid_or_fqdn
dweb:/ipfs/$cid
dweb:/ipns/$cid_or_fqdn
Switch between the external HTTP API of your local IPFS node (default setting) and a js-ipfs node embedded in your browser (note that this has some functionality limitations)
![]() |
![]() ![]() ![]() ![]() |
---|---|
Important! Make sure you have IPFS installed on your computer as well. Because IPFS Companion (in its standard configuration) talks to your computers local IPFS node to work its browser magic, youll need to have IPFS running on your computer, too.
It's also possible to grab vendor-specific packages for each release,
but these builds are not signed, nor will automatically update. .zip
bundles are meant only to be manually loaded via chrome://extensions
(Chromium) or about:debugging
(Firefox) for smoke-testing.
To work on IPFS Companion's code, you'll need to install it from source. Quick steps are below, but see the full developer notes for more detailed instructions and tips.
$ npm run dev-build chromium
$ npm run dev-build firefox # firefox:nightly works too!
All are welcome to help make IPFS Companion even better!
The release process has been documented here.
The best place to ask about IPFS Companion (or IPFS in general!) is in the official IPFS Forums, where you can search past discussions for others who may have had the same questions, too. There's also an active #ipfs community on IRC.
These frequently encountered troubleshooting situations may be helpful:
# Enable IPFS redirect to LOCAL
Site ^http://127.0.0.1:8080/(ipfs|ipns)*
Anonymize
# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Deny