BiteWire is a simple, secure chat application that allows users to connect to hosted servers, communicate in real-time, and manage their own server through a dedicated server application.
To host a BiteWire server, an SSL certificate is required for encrypted connections. Example of a self-signed certificate:
openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -sha256 -days 365
| / | Windows (.exe) | Debian (.deb) | Red Hat (.rpm) |
|---|---|---|---|
| BiteWire 1.1.0 | ⬇️ BiteWire_1.1.0.exe | ⬇️ BiteWire_1.1.0.deb | ⬇️ BiteWire_1.1.0.rpm |
| BiteWire Server 1.0.0 | ⬇️ BiteWire_Server_1.0.0.exe | ⬇️ BiteWire_Server_1.0.0.deb | ⬇️ BiteWire_Server_1.0.0.rpm |
This project is still in an early stage of development.
Bugs and missing features may be present.
If you like the project, consider giving it a star ⭐