[WiP]A modular chat bridge! - Core
Find a file
2026-01-17 00:36:13 -08:00
.forgejo/workflows mixed up the two ;-; 2026-01-17 00:36:13 -08:00
resources Upload files to "resources" 2026-01-08 16:49:51 -08:00
.gitignore add makefile 2025-10-14 12:01:57 -07:00
actions.go add makefile 2025-10-14 12:01:57 -07:00
go.mod add install to makefile, some other progress 2026-01-11 15:08:37 -08: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
main.go add install to makefile, some other progress 2026-01-11 15:08:37 -08:00
Makefile add install to makefile, some other progress 2026-01-11 15:08:37 -08:00
metrics.go add install to makefile, some other progress 2026-01-11 15:08:37 -08:00
queue.go Dial socket, add logo and versioning 2025-10-29 22:22:10 -07:00
README.md add install to makefile, some other progress 2026-01-11 15:08:37 -08: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

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