[WiP]A modular chat bridge! - Core
| .forgejo/workflows | ||
| resources | ||
| .gitignore | ||
| actions.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| logo.txt | ||
| main.go | ||
| Makefile | ||
| metrics.go | ||
| queue.go | ||
| README.md | ||
| structs.go | ||
A modular chat bridge!
Note
This is only the core, for platforms, view the supported platforms list and install the plugins for them.
Requirements
For Usage
- A UNIX-like OS (Linux, FreeBSD, OpenBSD, etc) or Windows (not recommended)
For Building
- Go 1.25 and newer
- Make
Building
make # Simplest way
make GOOS=freebsd # Build for different OS
make GOARCH=arm64 # Build for different architecture
Installing
With make
make install # installs to /usr/local/bin/mandelbrot
make WHERE=/usr/bin install # installs to /usr/bin/mandelbrot