From 6c6d637e009d39efeef9acc7ebcac718304c3ab3 Mon Sep 17 00:00:00 2001 From: Dave Justice Date: Fri, 22 Sep 2023 11:20:26 -0400 Subject: [PATCH 1/2] Add Durin to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f6487d..a00d1cb 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ If you have an idea for an awesome thing to do with IPFS, a good place to ask ab - [Autonomica "IPFS Social Proof"](https://github.com/IBM/ipfs-social-proof) - Autonomica is a Keybase-like Dapp for creating an identity and proving this identity via published social media and web proofs. - [brig](https://github.com/sahib/brig) - File synchronization with git like interface and FUSE filesystem. - [Diffuse](https://github.com/icidasset/diffuse) - Play music from your IPFS node, or any other cloud/distributed storage service you use. +- [Durin](https://durin.site/) - Mobile app for accessing and uploading content on the IPFS network. - [galacteek](https://github.com/pinnaculum/galacteek) - A multi-platform Qt5-based browser for the distributed web. - [Hardbin](https://github.com/jes/hardbin) - Hardbin is an encrypted pastebin, with the decryption key passed in the URL fragment - [InterPlanetary Wayback](https://github.com/oduwsdl/ipwb) - Web Archive (WARC) indexing and replay using IPFS. From f2355f5e154a9e3b7855c187c3cb7c2e28d636e0 Mon Sep 17 00:00:00 2001 From: Dave Justice Date: Fri, 22 Sep 2023 15:55:24 -0400 Subject: [PATCH 2/2] Create browsers section Since IPFS is a protocol and one of our priorities is to get support across multiple platforms (especially the web), it makes sense to show where we have browser support IMO --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f6487d..dd0a598 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ If you have an idea for an awesome thing to do with IPFS, a good place to ask ab - [Autonomica "IPFS Social Proof"](https://github.com/IBM/ipfs-social-proof) - Autonomica is a Keybase-like Dapp for creating an identity and proving this identity via published social media and web proofs. - [brig](https://github.com/sahib/brig) - File synchronization with git like interface and FUSE filesystem. - [Diffuse](https://github.com/icidasset/diffuse) - Play music from your IPFS node, or any other cloud/distributed storage service you use. -- [galacteek](https://github.com/pinnaculum/galacteek) - A multi-platform Qt5-based browser for the distributed web. - [Hardbin](https://github.com/jes/hardbin) - Hardbin is an encrypted pastebin, with the decryption key passed in the URL fragment - [InterPlanetary Wayback](https://github.com/oduwsdl/ipwb) - Web Archive (WARC) indexing and replay using IPFS. - [Interplanetary Wiki](https://github.com/jamescarlyle/ipfs-wiki) - Wiki built on top of IPFS @@ -39,6 +38,12 @@ If you have an idea for an awesome thing to do with IPFS, a good place to ask ab - [Skiff](https://github.com/skiff-org/skiff-mail) - Privacy-first, end-to-end encrypted email, file storage, and collaboration platform using IPFS storage. - [Valist](https://github.com/valist-io/valist) - A trustless universal package repository enabling you to digitally sign and distribute software in just a few steps. +## Browsers +A list of web browsers with IPFS integrations +- [Agregore](https://github.com/AgregoreWeb/agregore-browser) - A minimal web browser for the distributed web. Supports downloading/uploading data from IPFS using the browser's `fetch()` API +- [Brave](https://brave.com/ipfs-support/) - A privacy-focused browser with many future forward features. +- [galacteek](https://github.com/pinnaculum/galacteek) - A multi-platform Qt5-based browser for the distributed web. + ## Tools - [create-ipfs-app](https://github.com/alexbakers/create-ipfs-app) - Set up a decentralized web3 app by running one command.