Skip to content
/ Rchat Public

Rchat is a encrypted, private and memory safe remote chat, built in rust. It is modular and supports features such as sending files.

Notifications You must be signed in to change notification settings

H4k1l/Rchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04165ac · · Aug 25, 2025

History

13 Commits
Aug 13, 2025
Aug 25, 2025
Aug 25, 2025
Aug 13, 2025

Repository files navigation

Rchat


Rchat is a encrypted, private and memory safe remote chat, built in rust. It is modular and supports features such as sending files.

Install


sudo apt update &&
sudo apt upgrade &&
sudo apt install git &&
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh &&
git clone https://github.com/H4k1l/Rchat.git &&
cd Rchat &&
cargo run -- -h
 &&
cd Rchat &&
cargo run -- -h
-- -h

Screenshots


Rchat

Usage


cargo run -- -h
Rchat is a encrypted, private and memory safe remote chat, built in rust

Usage: Rchat [OPTIONS] --port  --name 

Options:
  -a, --address 
the address to connect to -p, --port the port to host/connect --host host a connection --connect connect to an host -n, --name your name identifier --protected the password for the host -h, --help Print help help Print help Print help

For host a chat:

cargo run -- --host --port  --name 
lt;NAME>

For connect to a remote host:

cargo run -- --connect -a 
--port --name name <NAME>

For clear the chat while in chat:

!clear

!!!Disclaimers!!!


!!Rchat is currently in developing and is not finished yet, many parts of the software is not avalable yet!! The author is not responsible for any damages, misuse or illegal activities resulting from the use of this code..

About

Rchat is a encrypted, private and memory safe remote chat, built in rust. It is modular and supports features such as sending files.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages