DOWNLOAD ZIP
A chat app from your terminal!
Chat securely, anonymously, globally or in private rooms.
Data sent and received from the server is encrypted!
/name=jhon
: set your name (not compulsory)/expose=0|1
: expose your name, can be found using id (0-false, 1-true)/whois=user_id
: find username using id (if exposed)/online=id|name
: get list of all active ids or names (if hidden, name will not appear, but id can)/me=
: see your data/help=
: see this list
/create={max_members}/{show_type(id|name)}
: create aname or id type
private room (explained below)./join=room_id
: join a room/leave=
: leave a room/kick=user_id
: kick a user (only for host)
For your confidential messages, create private rooms.
Cmd for creating one: /create={max_members}/{show_type(id|name)}
eg. /create=5/name
If show_type=id
, members can join your room without setting a proper name, or can even hide there names (/expose=0
).
If show_type=name
, members will have to set their name using /name
, otherwise they can't join.
Even if they are hidden globally, their names still will be visible in your room when sending msg or in the /online=name
list.
- curl-windows.zip
- curl-linux.zip
- curl-macos.zip
Download and use, simple!