Agregore

From IndieWeb


Agregore is a minimal web browser that supports distributed web protocols such as IPFS and Dat (now Hyper) in addition to standard web content.

Agregore is developer-focused, to enable the development of local-first and decentralized apps using web technology. It can be extended via WebExtensions to add new features, protocol support, and more.

It aims to support linking, embedding, and sharing of content over distributed protocols like hyper://, ipfs:// and ipns://. This is often accomplished with wrapper libraries that translate JavaScript fetch requests into protocol-specific actions. For example, [js-ipfs-fetch](https://github.com/RangerMauve/js-ipfs-fetch) allows fetching content from and posting content to IPFS.

See Also