Skip to main content
BotMux is a monolithic Go application compiled into a single binary with an embedded SPA.

Source Files

Dependencies

Key Design Decisions

  • No CLI vs web bot distinction — all bots are functionally identical
  • Single binary — web UI embedded via go:embed
  • No CGO — pure Go dependencies for easy cross-compilation
  • SQLite with WAL mode — simple, reliable storage