Skip to content

mohlek/gTox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTK3-Style Tox-Client

Features

For comparison https://wiki.tox.im/Client

gTox Issue Comment
Interface Desktop GUI
Linux Yes
Windows Maybe If you can build Gtk+..
OS X Maybe If you can build Gtk+..
BSD-like Maybe If you can build Gtk+..
Android No
iOS No
1v1 messaging Yes
File transfer No #55
Group chat No
Group audio No
Audio No
Video No
DNS discovery No
Chat logs Yes
Proxy support No
Audio Filtering No
Faux offline messaging No
Contact aliases No
Contact blocking No
Save file encryption No
Multilingual Yes English / German / Russian / Spanish / Italian
Multiprofile Yes #26
Typing notification No
Audio notifications Yes When a message comes in
Emoticons Yes/No #25 Only UTF-8
Spell check No
Desktop sharing No
Inline images No
File resuming No
Read receipts Yes But log wont save "failed" yet
Message splitting No
Changing nospam No
tox: URI No #93
Avatars Yes/No #27 only receiving

Special to gTox:

  • Markup support bold(crtl+b), italic (crtl+i), underline (crtl+u)

Not much, not ready for daily use ! Please wait for the first release.

How to install

Archlinux

MAKEPKG

yaourt gtox-git

Linux

Check "How to build" and make install

Mac, Windows

No idea. Somehow get dependencies installed. Good luck.

How to build

First read https://github.com/irungentoo/toxcore/blob/master/INSTALL.md.
This project will need toxcore.

git clone https://github.com/KoKuToru/gTox.git
cd gTox
git submodule init
git submodule update
mkdir build
cd build
cmake ../Source
make

Linux Dependencies

gtkmm3, libnotifymm, librsvg, sqlite, gettext, libcanberra, gstreamermm

Screenshot

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.8%
  • CMake 4.1%
  • CSS 1.7%
  • Other 0.4%