All Projects → JFreegman → Toxic

JFreegman / Toxic

Licence: gpl-3.0
An ncurses-based Tox client (please make pull requests on the development fork: https://github.com/toktok/toxic)

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Toxic

Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+164.94%)
Mutual labels:  p2p, decentralization, privacy
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-81.76%)
Mutual labels:  p2p, decentralization, decentralized-applications
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-83.28%)
Mutual labels:  p2p, decentralization, decentralized-applications
Qtox
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
Stars: ✭ 3,843 (+289.36%)
Mutual labels:  tox, p2p, privacy
Alternative Internet
A collection of interesting new networks and tech aiming at decentralisation (in some form).
Stars: ✭ 4,510 (+356.94%)
Mutual labels:  decentralization, decentralized-applications
Decentralized Internet
A SDK/library for decentralized web and distributing computing projects
Stars: ✭ 406 (-58.87%)
Mutual labels:  p2p, decentralized-applications
Graphite
Encrypted, secure, user-owned productivity suite
Stars: ✭ 505 (-48.83%)
Mutual labels:  decentralized-applications, privacy
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+626.34%)
Mutual labels:  dht, p2p
Tribler
Privacy enhanced BitTorrent client with P2P content discovery
Stars: ✭ 3,915 (+296.66%)
Mutual labels:  p2p, privacy
Firo
The privacy-focused cryptocurrency
Stars: ✭ 528 (-46.5%)
Mutual labels:  p2p, privacy
Objctox
No longer maintained
Stars: ✭ 35 (-96.45%)
Mutual labels:  tox, p2p
Go Spacemesh
Go Implementation of the Spacemesh protocol full node. 💾⏰💪
Stars: ✭ 389 (-60.59%)
Mutual labels:  p2p, decentralization
Antidote
No longer maintained
Stars: ✭ 388 (-60.69%)
Mutual labels:  tox, p2p
Berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
Stars: ✭ 5,101 (+416.82%)
Mutual labels:  p2p, privacy
Constellation
Peer-to-peer encrypted message exchange
Stars: ✭ 365 (-63.02%)
Mutual labels:  p2p, privacy
Monero
Monero: the secure, private, untraceable cryptocurrency
Stars: ✭ 6,503 (+558.87%)
Mutual labels:  p2p, privacy
Gateway
🏰 Serving distributed Web Annotations from the decentralized web
Stars: ✭ 25 (-97.47%)
Mutual labels:  p2p, decentralization
Peergos
A p2p, secure file storage, social network and application protocol
Stars: ✭ 895 (-9.32%)
Mutual labels:  p2p, privacy
Dat React Native
Browse through the web with the Dat protocol in your device!
Stars: ✭ 25 (-97.47%)
Mutual labels:  p2p, decentralization
Node P2p Chord
A light weight Chord protocol and algorithm library that creates a distributed hash table (DHT) for a p2p network.
Stars: ✭ 12 (-98.78%)
Mutual labels:  dht, p2p
Coverity Scan Build Status

Toxic is a Tox-based instant messaging and video chat client.

Toxic Screenshot

Installation

See the install instructions

Settings

Running Toxic for the first time creates an empty file called toxic.conf in your home configuration directory ("~/.config/tox" for Linux users). Adding options to this file allows you to enable auto-logging, change the time format (12/24 hour), and much more. You can view our example config file here.

Troubleshooting

If your default prefix is "/usr/local" and you receive the following:

error while loading shared libraries: libtoxcore.so.0: cannot open shared object file: No such file or directory

you can attempt to correct it by running sudo ldconfig. If that doesn't work, run:

echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
sudo ldconfig
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].