Veilid
Plataforma P2P
Comunidad
Enlaces
Detalles
Licencia Open source (GitLab: veilid/veilid); Mozilla Public License 2.0
Estado de Desarrollo 🟢 Activo
Detalle del Estado de Desarrollo Released — production framework; active development; multiple downstream apps (VeilidChat, vproxy, Stigmerge, vnewb)
Propietario Cult of the Dead Cow (cDc) — long-running US hacktivist collective. Released by Christien "DilDog" Rioux and Katelyn "medus4" Bowden at DEF CON 31
Órgano de Gobierno None (Cult of the Dead Cow hacktivist collective; no formal governing body or legal entity)
País USA (project; cDc collective)
Año de Inicio 2023
Stack Rust (core); Flutter/Dart (UI bindings and VeilidChat); Python bindings; WebAssembly for in-browser nodes
Financiamiento Volunteer / cDc-supported; donations
Última Investigación 1 jul 2026
Plataforma P2P Atributos
Orígenes Cult of the Dead Cow (cDc) — three-year development effort prior to 2023 release
Base de Datos Built-in shared decentralized storage layer (DHT-based, IPFS-inspired content storage) — applications using Veilid get a P2P-storage substrate without bringing their own database
Lenguaje de Consulta N/A — Veilid exposes API access through its SDKs (Rust, Dart, Python) with DHT lookup primitives rather than a general query language
Formatos de Datos CBOR-like internal serialization; opaque encrypted blobs over the wire
Edición Colaborativa en Vivo Application-layer concern — Veilid provides the P2P substrate; collaborative apps can be built on top using the framework's primitives
Edición de Texto Enriquecido N/A — framework, not an end-user app; rich-text concerns belong to applications built on Veilid (e.g., VeilidChat)
Soporte Móvil Yes — Android, iOS (via Flutter); mobile-first design
Soporte Web Yes — WebAssembly node (vnewb) runs in browser
Aplicaciones Nativas Linux, macOS, Windows, Android, iOS
Términos Open source; "no profit motive" — explicitly non-commercial framing by cDc
Fondos None / Unknown — cDc volunteer-led with no central funding source by design; donation accepted via cDc channels; no token, no VC funding, explicitly anti-VC; no specific budget published
Basado En Conceptually inspired by Tor (anonymizing routing) and IPFS (content-addressed DHT); QUIC-style transport over UDP and TCP
Arquitectura P2P Pure peer-to-peer — every node equal; 256-bit public-key node IDs; no IP addresses exposed between peers; UDP and TCP transports
Herramientas de Desarrollo veilid-core Rust crate; Flutter bindings; Python bindings; veilid-cli; vnewb (browser WASM node)
Opciones de Despliegue Embedded as library in any app; standalone node binaries; browser WASM; vproxy (TCP service tunneling over Veilid)
Autenticación e Identidad 256-bit public-key node IDs; encrypted authenticated channels (Diffie-Hellman key exchange, signed/timestamped)
Modelo de Almacenamiento Local encrypted storage (encrypted with derived keys; password-protectable); DHT-based shared storage similar to IPFS; no inherent persistence guarantees
Interoperabilidad Provides framework primitives (DHT, app messaging, RPC) for arbitrary apps to build on; not yet widely interoperable with non-Veilid networks
Grafo Social No built-in social graph layer — apps build their own (e.g. VeilidChat) atop Veilid primitives