Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.42 KB

File metadata and controls

57 lines (45 loc) · 1.42 KB

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.