.me URI Scheme (v1)

📰 Medium · Programming

Learn about the .me URI Scheme, a semantic, sovereign, and distributed addressing protocol for personal identity and mesh networks, and how to use it to address resources in a decentralized manner

intermediate Published 12 Apr 2026
Action Steps
  1. Understand the main scheme of the .me URI: me://[namespace][selector]/[path]
  2. Define the namespace to represent the canonical identity
  3. Use the selector to define how to resolve the expression in the mesh, such as targeting a specific surface or broadcasting to all surfaces
  4. Specify the path to address a specific resource, such as a profile or a chat room
  5. Test the .me URI Scheme with official examples, such as me://jabellae.cleaker.me/profile or me://jabellae.cleaker.me[surface:iphone]/runtime.battery
Who Needs to Know This

Developers and engineers working on decentralized systems, mesh networks, and personal identity management can benefit from understanding the .me URI Scheme to design and implement more efficient and secure addressing protocols

Key Insight

💡 The .me URI Scheme provides a flexible and secure way to address resources in a decentralized manner, enabling new use cases for personal identity and mesh networks

Share This
Introducing the .me URI Scheme: a decentralized addressing protocol for personal identity and mesh networks #meURI #decentralized #meshnetworks

Key Takeaways

Learn about the .me URI Scheme, a semantic, sovereign, and distributed addressing protocol for personal identity and mesh networks, and how to use it to address resources in a decentralized manner

Full Article

Title: .me URI Scheme (v1)

URL Source: https://medium.com/@neurons.me/me-uri-scheme-v1-0ada773dd704?source=rss------programming-5

Published Time: 2026-04-12T06:54:39Z

Markdown Content:
# .me URI Scheme (v1). A semantic, sovereign, and distributed… | by neurons.me | Apr, 2026 | Medium

[Sitemap](https://medium.com/sitemap/sitemap.xml)

[Open in app](https://play.google.com/store/apps/details?id=com.medium.reader&referrer=utm_source%3DmobileNavBar&source=post_page---top_nav_layout_nav-----------------------------------------)

Sign up

[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40neurons.me%2Fme-uri-scheme-v1-0ada773dd704&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)

[](https://medium.com/?source=post_page---top_nav_layout_nav-----------------------------------------)

Get app

[Write](https://medium.com/m/signin?operation=register&redirect=https%3A%2F%2Fmedium.com%2Fnew-story&source=---top_nav_layout_nav-----------------------new_post_topnav------------------)

[Search](https://medium.com/search?source=post_page---top_nav_layout_nav-----------------------------------------)

Sign up

[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40neurons.me%2Fme-uri-scheme-v1-0ada773dd704&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)

![Image 1](https://miro.medium.com/v2/resize:fill:32:32/1*dmbNkD5D-u45r44go_cf0g.png)

# .me URI Scheme (v1)

[![Image 2: neurons.me](https://miro.medium.com/v2/resize:fill:32:32/1*_lEF6Hvqt8ck_qGlgF2B7A.png)](https://medium.com/@neurons.me?source=post_page---byline--0ada773dd704---------------------------------------)

[neurons.me](https://medium.com/@neurons.me?source=post_page---byline--0ada773dd704---------------------------------------)

2 min read

·

1 hour ago

[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fvote%2Fp%2F0ada773dd704&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40neurons.me%2Fme-uri-scheme-v1-0ada773dd704&user=neurons.me&userId=77049a2abfeb&source=---header_actions--0ada773dd704---------------------clap_footer------------------)

--

[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fbookmark%2Fp%2F0ada773dd704&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40neurons.me%2Fme-uri-scheme-v1-0ada773dd704&source=---header_actions--0ada773dd704---------------------bookmark_footer------------------)

[Listen](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2Fplans%3Fdimension%3Dpost_audio_button%26postId%3D0ada773dd704&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40neurons.me%2Fme-uri-scheme-v1-0ada773dd704&source=---header_actions--0ada773dd704---------------------post_audio_button------------------)

Share

A semantic, sovereign, and distributed addressing protocol for personal identity and mesh networks.

### Main Scheme

me://[namespace][selector]/[path]
### Formal Rules

**Scheme**me:// — Required. Identifies this as a .me URI.

**Namespace**

[a-z0–9._-]+ — Optional.

Example: jabellae.cleaker.me

Represents the canonical identity. If omitted, it defaults to local context.

**Selector***

Optional. Defines how to resolve the expression in the mesh.

Supported formats:

- `**[surface:iphone]**` — Target a specific surface

- **`[]`** — Broadcast to all surfaces

- **`[current]`** — Current surface only

- **`[claim:7f3k9p]`** — Special claim operation

**Path**Any semantic path — Optional.

Examples: `profile`, `wallet.balance`, `chat/general`

### Official Examples

**Public Profile**`me://jabellae.cleaker.me/profile`

**Broadcast to all surfaces**`me://jabellae.cleaker.me[]/chat`

**Specific Surface**`me://jabellae.cleaker.me[surface:iphone]/runtime.battery`

**Claim New Surface**`me://jabellae.cleaker.me[claim:7f3k9p]/new-surface`

## Get neurons.me’s stories in your inbox

Join Medium for free to get updates from
Read full article → ← Back to Reads