Urbit

Decentralized personal computing platform created by Curtis Yarvin
Urbit
TypeDecentralized personal server platform
Date2002 (conceived); 2013 (network launch)
StatusActive
CreatorCurtis Yarvin
DeveloperTlon Corporation
LanguagesHoon, Nock
LicenseMIT License
Websiteurbit.org

Urbit is a decentralized personal server platform built on a peer-to-peer network, conceived by Curtis Yarvin in 2002 and developed publicly from 2013 onward.[1] Its stated goal is to return ownership and control of personal computing to individual users by replacing the client-server architecture of the contemporary internet with a federated network of self-sovereign personal computers. Each node on the network — called a "ship" — functions as its own server, with a permanent cryptographic identity registered on the Ethereum blockchain. The platform attracted interest from Remilia-adjacent communities in the early 2020s, when its vision of decentralized, privacy-preserving networking resonated with the anti-institutional ethos of those scenes.

Development

Yarvin began developing Urbit as a solo personal project in 2002, working alone on the protocol for approximately eleven years before any public release.[2] The first code release came in 2010, and the Urbit network launched in 2013. In that year Yarvin co-founded Tlon Corporation in San Francisco — named after the Borges short story "Tlön, Uqbar, Orbis Tertius" — to develop Urbit commercially, with Galen Wolfe-Pauly as co-founder. Tlon secured funding from Peter Thiel's Founders Fund. Yarvin departed Tlon in January 2019, writing in a farewell post that the project had matured sufficiently to continue without him, though he retained financial and intellectual involvement. He returned to a leadership role in 2024.

The first user-facing release, Urbit OS1, launched in April 2020 during the COVID-19 lockdowns, a period that intensified interest in alternative digital infrastructure as centralized platforms consolidated power. Urbit ID (the identity system, Azimuth) went live on Ethereum in January 2019, preceding the OS release.

Technical architecture

Urbit's software stack was built from first principles, deliberately rejecting existing conventions of networked computing. It consists of three primary components. Arvo is the Urbit operating system kernel — a single-level store that functions as the personal computer layer. Azimuth is the identity system, implemented as a suite of smart contracts on the Ethereum blockchain that determines ownership of network addresses. Ames is the encrypted peer-to-peer networking protocol through which ships communicate.

The platform uses two purpose-built programming languages. Nock is a minimal low-level functional language comprising 32 lines of specification, forming the foundation of the entire stack. Hoon is a higher-level language compiled to Nock, designed to be learnable by developers building on Urbit.

Address space

Urbit's network identity system organizes addresses into a strict hierarchy of scarcity. At the top are 256 galaxies, which function as the network's governing nodes, responsible for peer discovery and protocol governance. Each galaxy can issue up to 65,536 stars, which distribute software updates and sponsor planets. Each star can issue up to approximately 4 billion planets, which are the primary single-user identities — one planet per person. Planets can in turn issue moons representing associated devices. Free comets (128-bit addresses) exist at the bottom of the hierarchy for anonymous or disposable use.[3]

Each address is represented by a mnemonic name derived from a set of 256 pronounceable syllable prefixes and suffixes — galaxy names are monosyllabic (e.g. ~zod), star names two syllables (e.g. ~marzod), and planet names four syllables (e.g. ~laptel-holfur). The entire address space was initially held by Yarvin, who distributed galaxies to Tlon, investors, employees, and early contributors over time to decentralize ownership of the network's infrastructure layer.[4]

Urbit and Remilia

Urbit attracted interest from Remilia-adjacent communities in the early 2020s. Its vision of a decentralized, censorship-resistant, self-sovereign internet — outside the reach of Big Tech platforms — resonated with the anti-institutional sensibility of the "Weird Theory" scene on Twitter, which overlapped significantly with the communities forming around Milady Maker and Remilia Corporation. In 2022, the podcast Other Life produced a series on Urbit featuring a member of the Remilia Collective as a guest, framing the platform's appeal in relation to the Gen Z edge of that scene.

That same year, Urbit hosted events in New York City that served as physical gathering points for overlapping communities in the downtown art and crypto scenes with which Remilia had connections. The platform's broader philosophical context — Yarvin's neoreactionary politics and the Peter Thiel connection — contributed to the controversies surrounding Remilia's reception during the same period.

See also

References

  1. "Urbit". Wikipedia.
  2. "The History of Urbit since 2002". Urbit Guide.
  3. "Azimuth (Urbit ID)". Urbit Docs.
  4. May 15, 2016. "The Urbit Address Space". Urbit Blog.