Live data from Hacker News

Toxic – A distributed, secure, command-line based instant messenging client

github.com

1–10 of 91 posts

Re: Toxic – A distributed, secure, command-line based instant messenging client

#2
It's not really command-line since it relies on ncurses. I thought it was something different like where you're literally sitting at the command-line within some short of shell like:

toxuser@toxbox:~$ tox send pg "Hi, YC looks cool!"

Or maybe even crazier like that Zero project thing (I forget what it is called).

That said, good stuff. :)

Re: Toxic – A distributed, secure, command-line based instant messenging client

#3
post #2

It's not really command-line since it relies on ncurses. I thought it was something different like where you're literally sitting at the command-line within some short of shell like: toxuser@toxbox:~$ tox send pg "Hi, YC looks cool!" Or maybe even crazier like that Zero project thing (I forget what it is called). That said, good stuff. :)

True, but I figure it's close enough. There is a true CLI client for Tox called Ratox. It's pretty neat. https://wiki.tox.im/Ratox

Re: Toxic – A distributed, secure, command-line based instant messenging client

#4
post #2

It's not really command-line since it relies on ncurses. I thought it was something different like where you're literally sitting at the command-line within some short of shell like: toxuser@toxbox:~$ tox send pg "Hi, YC looks cool!" Or maybe even crazier like that Zero project thing (I forget what it is called). That said, good stuff. :)

True, but I figure it's close enough. There is a true CLI client for Tox called Ratox. It's pretty neat. https://wiki.tox.im/Ratox

raTox is a actually really fun to use, but it's less of a client and more of a command line tool in a bash script.

Re: Toxic – A distributed, secure, command-line based instant messenging client

#7

Is Tox secure ? Compared to tinfoil chat

Tox is DHT/P2P based which means it does not rely on any type of centralized authority, and all traffic is encrypted using the sodium crypto library (https://github.com/jedisct1/libsodium).

Full disclosure: Tox has not yet been professionally audited.

Re: Toxic – A distributed, secure, command-line based instant messenging client

#10
core C lib: https://github.com/irungentoo/toxcore

Qt client: https://github.com/tux3/qTox

ncurses client: https://github.com/Tox/toxic

metro/windows client: https://github.com/Reverp/Toxy

plain C client (uses xlib/win32 to draw the UI): https://github.com/notsecure/uTox

racket client: https://github.com/lehitoskin/blight

there's also java bindings: https://github.com/sonOfRa/tox4j

etc...

Post reply on HN