[WiP]A modular chat bridge! - Core
  • Go 93.5%
  • Makefile 6.5%
Find a file
2026-02-17 15:54:37 -08:00
.forgejo/workflows add some more CI, used gofmt, added more build instructions 2026-02-09 19:00:18 -08:00
resources add stuff to the schema 2026-02-17 15:54:37 -08:00
.gitignore add some more CI, used gofmt, added more build instructions 2026-02-09 19:00:18 -08:00
actions.go add some more CI, used gofmt, added more build instructions 2026-02-09 19:00:18 -08: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 some more CI, used gofmt, added more build instructions 2026-02-09 19:00:18 -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 add some more CI, used gofmt, added more build instructions 2026-02-09 19:00:18 -08:00
README.md add some more CI, used gofmt, added more build instructions 2026-02-09 19:00:18 -08:00
structs.go add some more CI, used gofmt, added more build instructions 2026-02-09 19:00:18 -08: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)

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

With Go

go install swee.codes/mandelbrot@latest

This just installs to ~/go/bin, very easy but not customizable