Files
reticulum-meshchatX/README.md

37 lines
653 B
Markdown

# Reticulum MeshChatX
Custom fork of [Reticulum MeshChat](https://github.com/liamcottle/reticulum-meshchat)
## Features of this fork
- More stats in about page.
- Exe and Appimage builds with Python 3.13 and Node.js 22
- Actions are pinned to full-length SHA hashes.
- Docker images are smaller and use SHA256 hashes for the images.
## Usage
Check [releases](https://github.com/Sudo-Ivan/reticulum-meshchatX/releases) for pre-built binaries or appimages.
## Building
```bash
make install
make build
```
### Building in Docker
```bash
make docker-build
```
The build will be in the `dist` directory.
## Development
```bash
make develop
```