Episode

FLOSS 849: Veilid: Be a Brick

Podcast
FLOSS Weekly
Published
Oct 1, 2025
Duration seconds
4377
Processing state
processed
Canonical source
https://b27a1a7a-dbb9-4922-ac3e-601e2d6ca1e1.libsyn.com/floss-849-veilid-be-a-brick
Audio
https://traffic.libsyn.com/secure/b27a1a7a-dbb9-4922-ac3e-601e2d6ca1e1/FLOSS-849.mp3?dest-id=4272468
JSON
/v1/public/podcasts/floss-weekly/episodes/floss-849-veilid-be-a-brick
Markdown
/podcast/floss-weekly/floss-849-veilid-be-a-brick.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/floss-weekly/episodes/floss-849-veilid-be-a-brick/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/floss-weekly/floss-849-veilid-be-a-brick.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

Explore the architecture of Veilid, a peer-to-peer networking framework designed for fully distributed, private communication. The discussion covers how its onion-routing-inspired design enables secure, decentralized applications without central authority.

Topics

  • Peer-to-peer networking
  • Onion routing
  • Distributed applications
  • Cybersecurity
  • Cryptography
  • WebAssembly
  • TypeScript
  • Decentralized identity

Highlights

  • Main idea: Veilid provides a low-level framework for building fully distributed applications that leverage shared network traffic
  • Technical advantage: The network uses a custom crypto suite to ensure all data is encrypted and signed, regardless of the underlying transport layer
  • Practical takeaway: Developers can use WebAssembly and TypeScript bindings to integrate Veilid's privacy features into web-based applications
  • Failure mode: Relying on unencrypted web sockets is safe because the framework handles end-to-end encryption and validation at the application level
  • Design philosophy: The project avoids cryptocurrency or economic incentives to prevent the centralization risks associated with token-based networks

Chapters

  1. 1:00 Introduction to the Veilid Core Team: An introduction to TC Johnson and Brandon Vandelgrift, highlighting their backgrounds in cybersecurity and full-stack engineering.
  2. 6:20 The Benefits of Shared Network Traffic: How popular applications on the Veilid network benefit from increased traffic, similar to the onion routing mechanism in Tor.
  3. 12:15 Encryption and the Crypto Suite: A look at how Veilid's internal crypto suite ensures data integrity and privacy even over unencrypted transport layers.
  4. 17:50 Achieving Private Routing: The mechanics of combining sender and receiver privacy to create secure, private routing paths.
  5. 23:20 Developer Accessibility and APIs: The transition from low-level primitives to higher-level, opinionated libraries for easier application development.
  6. 28:40 Handling NAT and Inbound Relays: How nodes without open ports can use inbound relays to maintain connectivity within the distributed network.
  7. 39:25 The Philosophy of the Brick: The inspiration behind the 'Brick' mascot and the vision of building strong, interconnected distributed systems.
  8. 44:45 Avoiding Economic Incentives: Why the Veilid team intentionally avoids using cryptocurrency or economic models to manage the network.