A modern, decentralized, and customizable chatting client.
Note: This is in early development, expect lots of changes and potientally unstable code.
Neta is a modern, decentralized, and customizable chatting client. It uses a developer-friendly ecosystem to enable use of plugin and theme APIs, so users can build a more personal chatting client, but not at the expense of security, usability, or price.
You cannot currently install neta from npm, dep files, etc... You wont be able to until v1. Until then, clone this repository and see "Usage" as well as "Building & Packaging" below.
Building the source files (outputs to out):
$ npm run buildBuilding the source and packaging (outputs to dist):
$ npm run packageWhen packaging from gulp, you can use specific systems:
package-win32: Windowspackage-linux: linuxpackage-mac: Mac OSpackage: Everything
Build Neta and start with Electron:
$ npm startWatch file changes and restart Neta as needed:
$ npm run watch(Close the Electron process and gulp will reopen it when the source changes)
| @jamen |
GPL v3 © Jamen Marzonie