A modular chat bridge! - Core
Find a file
2025-10-29 22:22:10 -07:00
resources add some thingies 2025-10-29 17:28:30 -07:00
.gitignore add makefile 2025-10-14 12:01:57 -07:00
actions.go add makefile 2025-10-14 12:01:57 -07:00
buildall.sh add makefile 2025-10-14 12:01:57 -07:00
go.mod draft: use shlex 2025-10-13 12:52:51 -07:00
go.sum draft: use shlex 2025-10-13 12:52:51 -07:00
LICENSE Save for now 2025-10-27 21:42:53 -07:00
logo.txt Dial socket, add logo and versioning 2025-10-29 22:22:10 -07:00
Makefile Dial socket, add logo and versioning 2025-10-29 22:22:10 -07:00
mandelbrot.go Dial socket, add logo and versioning 2025-10-29 22:22:10 -07:00
metrics.go Dial socket, add logo and versioning 2025-10-29 22:22:10 -07:00
queue.go Dial socket, add logo and versioning 2025-10-29 22:22:10 -07:00
README.md Dial socket, add logo and versioning 2025-10-29 22:22:10 -07:00
structs.go Dial socket, add logo and versioning 2025-10-29 22:22:10 -07:00

mandelBRot

A modular chat bridge!

Note

This is only the core, for platforms, view the supported platforms list and install the plugins for them.

Requirements

Usage

  • A UNIX-like OS (Linux, FreeBSD, OpenBSD, NetBSD)

Important

mandelBRot does not support Windows, it uses UNIX sockets to communicate with plugins.

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