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