Go to file
2023-08-02 14:14:18 +00:00
.cargo wasm fixes 2022-11-29 22:51:51 -05:00
.vscode more semantics 2023-07-14 19:37:06 -04:00
doc network fixes 2023-07-19 10:07:51 -04:00
docs/guide Adds markdown version of guide 2022-10-18 12:14:14 -07:00
external update submodules 2023-07-19 14:41:10 -04:00
files Add Test CA and simple certs for testing 2021-11-22 09:02:41 -05:00
package service restart if running, instructs to start if not 2023-07-17 20:55:45 -05:00
scripts add better dht debugging 2023-06-26 21:29:02 -04:00
veilid-cli 0.1.7 2023-07-30 19:33:58 -04:00
veilid-core 0.1.7 2023-07-30 19:33:58 -04:00
veilid-flutter 0.1.7 2023-07-30 19:33:58 -04:00
veilid-python 0.1.7 2023-07-30 19:33:58 -04:00
veilid-server 0.1.7 2023-07-30 19:33:58 -04:00
veilid-tools 0.1.7 2023-07-30 19:33:58 -04:00
veilid-wasm 0.1.7 2023-07-30 19:33:58 -04:00
.bumpversion.cfg Add docs and mod version bumping 2023-08-01 21:37:38 -05:00
.earthlyignore add eartly build 2022-01-09 15:17:36 -05:00
.gitignore fix crypto 2023-06-24 21:23:48 -04:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2023-08-02 14:14:18 +00:00
.gitmodules fix cursive buffered backend submodule url 2023-07-04 20:59:15 -05:00
Cargo.lock 0.1.7 2023-07-30 19:33:58 -04:00
Cargo.toml version bump 2023-07-16 14:35:51 -04:00
CHANGELOG.md 0.1.7 release notes 2023-07-30 17:22:47 -04:00
code_of_conduct.md Add docs and mod version bumping 2023-08-01 21:37:38 -05:00
CONTRIBUTING.md Add docs and mod version bumping 2023-08-01 21:37:38 -05:00
DEVELOPMENT.md Add docs and mod version bumping 2023-08-01 21:37:38 -05:00
Earthfile earthfile update 2023-07-22 14:24:43 -04:00
install_linux_prerequisites.sh Added ability to skip install of android SDK when running prerequisites script, and skip checking android config in setup_linux.sh 2023-07-17 15:10:15 -07:00
INSTALL.md Add docs and mod version bumping 2023-08-01 21:37:38 -05:00
README.md Add docs and mod version bumping 2023-08-01 21:37:38 -05:00
RELEASING.md Add docs and mod version bumping 2023-08-01 21:37:38 -05:00
setup_linux.sh Updated setup_macos.sh to ask if Android SDK has been installed - if it hasn't then skip those checks. 2023-07-18 15:48:03 -07:00
setup_macos.sh first version bump 2023-07-16 15:04:00 -04:00
setup_windows.bat fixes for windows 2023-05-29 17:04:28 -07:00
version_bump.sh version 2023-07-19 13:01:55 -04: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 netowrk 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 cruicial 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.

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