dapp3.eth

Local-first ENS gateway browser extension (Helios + Kubo).

As of June 2026, dapp3.eth has 30 users and a 5.00/5 rating from 1 reviews in the Functionality & UI category.

Usersno change0%
30
30
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
1.1.1
Manifest V3
90-day change · In the last 90 days this extension 1 version update, changed permissions.

History

9 snapshots

Tracking since Apr 23, 2026.

39.3629.519.64Apr 23, 2026Jun 11, 2026
View as table
DateUsersRatingReviewsVersion
Apr 23, 20261.0.0
Apr 27, 20261.0.0
May 5, 2026211.0.0
May 10, 2026241.0.0
May 16, 2026375.0011.0.0
May 22, 2026375.0011.1.1
May 29, 2026385.0011.1.1
Jun 5, 2026305.0011.1.1
Jun 11, 2026295.0011.1.1
Now305.0011.1.1

Changelog

  • May 16, 2026
    description
    dapp3.eth lets you open .eth websites in Chrome without trusting any gateway or RPC provider.
    
    Type vitalik.eth in the address bar and dapp3.eth takes over: it looks up the ENS record on Ethereum mainnet using an Ethereum light client that runs locally inside the extension, gets the IPFS content hash for the site, and loads it from the IPFS node running on your own computer. No eth.limo. No ipfs.io. No third party in the middle.
    
    == Why use it ==
    
    - No trusted gateway. Public ENS/IPFS gateways see every .eth site you visit, can show you the wrong site, and can disappear overnight (as eth.limo did). dapp3.eth removes them from the path entirely.
    - Verified against Ethereum itself. ENS lookups are verified by a built-in Helios light client, not taken on faith from an RPC provider.
    - Served from your own machine. Content loads from the Kubo IPFS node running on your computer, which you control.
    - Private by design. No analytics, no telemetry, no accounts. Every endpoint the extension talks to is either on your own device or one you picked yourself.
    
    == What you need ==
    
    - A running Kubo IPFS node on your machine (the extension walks you through this on first launch). See https://docs.ipfs.tech/install/command-line/
    - An Ethereum execution RPC endpoint of your choice (any mainnet RPC works, your own node, Infura, Alchemy, etc.).
    
    Open source at https://github.com/apoorvlathey/dapp3
    dapp3.eth lets you open .eth websites in Chrome without trusting any gateway or RPC provider.
    
    Type vitalik.eth in the address bar and dapp3.eth takes over: it looks up the ENS record on Ethereum mainnet using an Ethereum light client that runs locally inside the extension, gets the IPFS content hash for the site, and loads it from the IPFS node running on your own computer. No eth.limo. No ipfs.io. No third party in the middle.
    
    Onchain dapps work too. If the ENS name has no IPFS contenthash but resolves to an ERC-4804 / ERC-5219 contract (the kind that stores its HTML directly on Ethereum), dapp3.eth fetches the onchain HTML via a Helios-verified eth_call, pins it to your local Kubo node, and serves it from the same isolated origin. No w3eth.io, no w3link.io. The extension also intercepts navigations to 0x<addr>.w3eth.io so address-mode links resolve locally.
    
    == Why use it ==
    
    - No trusted gateway. Public ENS/IPFS gateways see every .eth site you visit, can show you the wrong site, and can disappear overnight (as eth.limo did). dapp3.eth removes them from the path entirely.
    - Verified against Ethereum itself. ENS lookups are verified by a built-in Helios light client, not taken on faith from an RPC provider.
    - Served from your own machine. Content loads from the Kubo IPFS node running on your computer, which you control.
    - Onchain HTML supported. ERC-4804 dapps (like zRouter) render the same way as IPFS sites, with their bytes verified end to end and pinned locally.
    - Private by design. No analytics, no telemetry, no accounts. Every endpoint the extension talks to is either on your own device or one you picked yourself.
    
    == What you need ==
    
    - A running Kubo IPFS node on your machine (the extension walks you through this on first launch). See https://docs.ipfs.tech/install/command-line/
    - An Ethereum execution RPC endpoint of your choice (any mainnet RPC works, your own node, Infura, Alchemy, etc.).
    
    Open source at https://github.com/apoorvlathey/dapp3
  • May 16, 2026
    host_permissions
    http://127.0.0.1/*, http://localhost/*, http://*.localhost/*, *://*.eth/*, *://*.eth.limo/*, *://*.eth.link/*
    http://127.0.0.1/*, http://localhost/*, http://*.localhost/*, *://*.eth/*, *://*.eth.limo/*, *://*.eth.link/*, *://*.w3eth.io/*

Permissions & access

Permissions
webNavigationtabsstorageoffscreendeclarativeNetRequest
Host access
http://127.0.0.1/*, http://localhost/*, http://*.localhost/*, *://*.eth/*, *://*.eth.limo/*, *://*.eth.link/*, *://*.w3eth.io/*

Screenshots

dapp3.eth screenshot 1dapp3.eth screenshot 2dapp3.eth screenshot 3dapp3.eth screenshot 4dapp3.eth screenshot 5

About

dapp3.eth lets you open .eth websites in Chrome without trusting any gateway or RPC provider.

Type vitalik.eth in the address bar and dapp3.eth takes over: it looks up the ENS record on Ethereum mainnet using an Ethereum light client that runs locally inside the extension, gets the IPFS content hash for the site, and loads it from the IPFS node running on your own computer. No eth.limo. No ipfs.io. No third party in the middle.

Onchain dapps work too. If the ENS name has no IPFS contenthash but resolves to an ERC-4804 / ERC-5219 contract (the kind that stores its HTML directly on Ethereum), dapp3.eth fetches the onchain HTML via a Helios-verified eth_call, pins it to your local Kubo node, and serves it from the same isolated origin. No w3eth.io, no w3link.io. The extension also intercepts navigations to 0x<addr>.w3eth.io so address-mode links resolve locally.

== Why use it ==

- No trusted gateway. Public ENS/IPFS gateways see every .eth site you visit, can show you the wrong site, and can disappear overnight (as eth.limo did). dapp3.eth removes them from the path entirely.
- Verified against Ethereum itself. ENS lookups are verified by a built-in Helios light client, not taken on faith from an RPC provider.
- Served from your own machine. Content loads from the Kubo IPFS node running on your computer, which you control.
- Onchain HTML supported. ERC-4804 dapps (like zRouter) render the same way as IPFS sites, with their bytes verified end to end and pinned locally.
- Private by design. No analytics, no telemetry, no accounts. Every endpoint the extension talks to is either on your own device or one you picked yourself.

== What you need ==

- A running Kubo IPFS node on your machine (the extension walks you through this on first launch). See https://docs.ipfs.tech/install/command-line/
- An Ethereum execution RPC endpoint of your choice (any mainnet RPC works, your own node, Infura, Alchemy, etc.).

Open source at https://github.com/apoorvlathey/dapp3

Technical

Version
1.1.1
Manifest
V3
Size
1.67MiB
Min Chrome
116
Languages
1
Featured
No

Metadata

ID
gagojfdpbmahciaapdcejmmaeehgpmib
Developer ID
ue596e3775df5cbe3b69042271f30d56a
Developer Email
[email protected]
Created
Apr 22, 2026
Last Updated (Store)
May 14, 2026
Last Scraped
Jun 11, 2026
Website
Support URL

Data sourced from the Chrome Web Store · last verified Jun 11, 2026.