1.19.6
Diode Collab v1.19.6 was released on April 12, 2026.
- Features:
- Adhoc web3 and web2 tunneled deep links
#Adhoc deeplinks for tunneled browsing
Building on the deeplink feature for bookmark invocation, this version brings adhoc tunneled browsing deeplinks. You can post a link that doesn’t need to include zone or bookmark details.
Adhoc tunneled browsing deep links start with “ddrive://browser?” and then only require an encoded URL. URLs can be diode:// or https://:
- diode:// -> the system will use direct tunneling
- https:// -> the system will use regional tunneling, defaulting to a USA exit
You can additionally specify a regional exit proxy based on its Diode address with the proxy parameter.
#Examples
#Direct tunnel
URL: diode://haikunnumberone.diode:8001
Deeplink: ddrive://browser?target=diode%3A%2F%2Fhaikunnumberone.diode%3A8001
#Regional USA tunnel
URL: https://diode.io
Deeplink: ddrive://browser?target=https%3A%2F%2Fdiode.io
#Regional USA Dallas tunnel
URL: https://diode.io
Dallas Exit Node: 0x1df0dc07cbcc45d2170fb86e1abc4a2aea89559a
Deeplink: ddrive://browser?target=https%3A%2F%2Fdiode.io&proxy=0x1df0dc07cbcc45d2170fb86e1abc4a2aea89559a
#HTML/Markdown hyperlink for Direct tunnel
URL: diode://haikunnumberone.diode:8001
Deeplink: ddrive://browser?target=diode%3A%2F%2Fhaikunnumberone.diode%3A8001
HTML Link: https://diode.io/deeplink/?url=ddrive://browser?target=diode%3A%2F%2Fhaikunnumberone.diode%3A8001