Skip to content

A quick prototype of a Tox client powered by JS running everywhere.

License

Notifications You must be signed in to change notification settings

SkyzohKey/Tox-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tox client (Electron)

A quick prototype of a Tox client powered by JS running everywhere.

Screenshots

Tox client main window screenshot

To use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/SkyzohKey/Tox-client
# Go into the repository
cd Tox-client
# Install dependencies and run the app
npm install && npm run dev

Learn more about Electron and its API in the documentation.

Moaaar screenshots!

Tox client login screenshot Tox client add friend modal screenshot Tox client emoji autocomplete

Compiling for your OS

You can use any of the following commands to create distributable ready builds.

  1. Install npm install -g electron-packager
Linux
# Go into the repository
cd Tox-client
# Start the build for linux
npm run build:linux
OSX
# Go into the repository
cd Tox-client
# Start the build for OSX
npm run build:osx
Windows
# Go into the repository
cd Tox-client
# Start the build for Windows
npm run build:windows

License

The MIT License.

About

A quick prototype of a Tox client powered by JS running everywhere.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published