VeilidChat
Find a file
2025-04-17 18:55:43 -04:00
.gitlab/issue_templates Added template to new issue creation [ci skip] 2024-08-08 16:44:48 +00:00
android debugging and cleanup 2025-03-13 21:34:12 -04:00
assets ui cleanup 2025-03-20 17:31:02 -04:00
dev-setup more log work 2025-02-18 21:43:05 -05:00
doc big identity refactor 2024-06-07 14:42:04 -04:00
flatpak Build Arm64 flatpaks 2025-04-04 13:17:46 -04:00
ios clean up a bunch of exceptions 2025-04-17 18:55:43 -04:00
lib clean up a bunch of exceptions 2025-04-17 18:55:43 -04:00
linux more log work 2025-02-18 21:43:05 -05:00
macos debugging and cleanup 2025-03-13 21:34:12 -04:00
packages/veilid_support clean up a bunch of exceptions 2025-04-17 18:55:43 -04:00
snap/gui icon 2023-09-29 12:31:16 -04:00
test checkpoint 2023-01-09 22:50:34 -05:00
web Remove duplicate html inside of index.html 2025-04-06 13:45:34 -04:00
windows more log work 2025-02-18 21:43:05 -05:00
.bumpversion.cfg Version update: v0.4.6 → v0.4.7 2025-04-06 17:33:17 -05:00
.gitignore more log work 2025-02-18 21:43:05 -05:00
.gitlab-ci.yml Update .gitlab-ci.yml file to run builds when a new version tag is published. 2025-04-07 14:49:00 +00:00
.metadata initial flutter create 2023-01-07 21:43:31 -05:00
analysis_options.yaml lint cleanup 2023-07-26 17:42:11 -04:00
build.yaml debugging and cleanup 2025-03-13 21:34:12 -04:00
CHANGELOG.md Update changelog for v0.4.7 2025-04-06 17:30:30 -05:00
code_of_conduct.md Setting up the repo for opening 2023-09-26 21:22:54 -05:00
CONTRIBUTING.md Setting up the repo for opening 2023-09-26 21:22:54 -05:00
devtools_options.yaml clean up a bunch of exceptions 2025-04-17 18:55:43 -04:00
LICENSE Setting up the repo for opening 2023-09-26 21:22:54 -05:00
process_flame.sh cleanup 2024-07-03 20:59:54 -04:00
pubspec.lock Version update: v0.4.5 → v0.4.6 2025-03-30 14:48:58 -05:00
pubspec.yaml Version update: v0.4.6 → v0.4.7 2025-04-06 17:33:17 -05:00
README.md fix readme 2024-06-06 07:51:30 -04:00
reset_run.bat work 2023-07-26 10:23:42 -04:00
reset_run.sh work 2023-07-26 10:23:42 -04:00
update_generated_files.bat ui cleanup 2025-03-17 00:51:16 -04:00
update_generated_files.sh ui cleanup 2025-03-17 00:51:16 -04:00
update_icons.sh work 2023-07-26 22:38:09 -04:00
version_bump.sh darwin-specific sed 2024-06-02 14:03:10 -05:00

VeilidChat

VeilidChat is a chat application written for the Veilid (https://www.veilid.com) distributed application platform. It has a familiar and simple interface and is designed for private, and secure person-to-person communications.

For more information about VeilidChat: https://veilid.com/chat/

For more information about the Veilid network protocol and app development platform: https://veilid.com

Setup

While this is still in development, you must have a clone of the Veilid source checked out at ../veilid relative to the working directory of this repository.

For Linux Systems:

./dev-setup/setup_linux.sh

For Mac Systems:

./dev-setup/setup_macos.sh

Updating Code

To update the WASM binary from veilid-wasm:

  • Debug WASM: run ./dev-setup/wasm_update.sh
  • Release WASM: run ./dev-setup/wasm_update.sh release