No description
Find a file
Christien Rioux 26ad56947e 0.5.1 Release
2025-12-22 15:33:45 -05:00
.cargo wasm fixes 2022-11-29 22:51:51 -05:00
.dagger Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00
dev-setup Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00
doc Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00
package Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00
scripts Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00
veilid-cli 0.5.1 Release 2025-12-22 15:33:45 -05:00
veilid-core 0.5.1 Release 2025-12-22 15:33:45 -05:00
veilid-flutter 0.5.1 Release 2025-12-22 15:33:45 -05:00
veilid-python 0.5.1 Release 2025-12-22 15:33:45 -05:00
veilid-remote-api 0.5.1 Release 2025-12-22 15:33:45 -05:00
veilid-server 0.5.1 Release 2025-12-22 15:33:45 -05:00
veilid-tools 0.5.1 Release 2025-12-22 15:33:45 -05:00
veilid-wasm 0.5.1 Release 2025-12-22 15:33:45 -05:00
.bumpversion.cfg 0.5.1 Release 2025-12-22 15:33:45 -05:00
.earthlyignore capnp and protoc versioning 2023-09-16 16:51:57 -04:00
.gitignore Add post 0.5.0 fixes 2025-12-22 11:36:21 -05:00
.gitlab-ci.yml Needed to replicate the build cache tagging logic in the test build job 2025-12-21 22:41:47 +00:00
BOOTSTRAP-SETUP.md Bootstrap V1 2025-05-06 13:19:30 -04:00
build_docs.bat Add post 0.5.0 fixes 2025-12-22 11:36:21 -05:00
build_docs.sh Add post 0.5.0 fixes 2025-12-22 11:36:21 -05:00
Cargo.lock 0.5.1 Release 2025-12-22 15:33:45 -05:00
Cargo.toml Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00
CHANGELOG.md 0.5.1 Release 2025-12-22 15:33:45 -05:00
clippy.toml Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00
code_of_conduct.md Fix a couple markdownlint issues, no change to content. 2023-09-10 16:32:38 -04:00
CONTRIBUTING.md Dev network setup docs 2023-09-18 21:28:56 -05:00
dagger.json Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00
DAGGER.md Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00
DEVELOPMENT.md Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00
Earthfile Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00
INSTALL.md Merge branch 'tmcarr-main-patch-16887' into 'main' 2024-08-15 12:33:48 +00:00
LICENSE Add LICENSE 2023-08-10 19:34:50 +00:00
README-DE.md Cleaned up .md files syntax 2023-09-12 08:43:09 -05:00
README-JP.md Japanese translation of the README 2023-10-14 18:14:02 +00:00
README-pt_BR.md Rename config structs, wasm now uses config object 2025-05-03 17:31:14 -04:00
README.md Add READMEs, basic veilid-core example 2025-05-31 00:05:58 +00:00
RELEASING.md Changelog and releasing readme updates 2025-06-03 10:15:13 -05:00
version_bump.sh Version update: v0.4.8 → v0.5.0 2025-12-21 20:35:18 +00:00

Welcome to Veilid

From Orbit

The first matter to address is the question "What is Veilid?" The highest-level description is that Veilid is a peer-to-peer network for easily sharing various kinds of data.

Veilid is designed with a social dimension in mind, so that each user can have their personal content stored on the network, but also can share that content with other people of their choosing, or with the entire world if they want.

The primary purpose of the Veilid network is to provide the infrastructure for a specific kind of shared data: social media in various forms. That includes light-weight content such as Twitter's tweets or Mastodon's toots, medium-weight content like images and songs, and heavy-weight content like videos. Meta-content such as personal feeds, replies, private messages, and so forth are also intended to run atop Veilid.

Run a Node

The easiest way to help grow the Veilid network is to run your own node. Every user of Veilid is a node, but some nodes help the network more than others. These network support nodes are heavier than the node a user would establish on their phone in the form of a chat or social media application. A cloud based virtual private server (VPS), such as Digital Ocean Droplets or AWS EC2, with high bandwidth, processing resources, and up time availability is crucial for building the fast, secure, and private routing that Veilid is built to provide.

To run such a node, establish a Debian or Fedora based VPS and install the veilid-server service. To make this process simple we are hosting package manager repositories for .deb and .rpm packages. See the installing guide for more information.

Building with Veilid

See the README for veilid-core

Development

If you're inclined to get involved in code and non-code development, please check out the contributing guide. We're striving for this project to be developed in the open and by people for people. Specific areas in which we are looking for help include:

  • Rust
  • Flutter/Dart
  • Python
  • Gitlab DevOps and CI/CD
  • Documentation
  • Security reviews
  • Linux packaging