Foundational Go libraries + the apps built on top of them.
- golusoris/golusoris — the framework: composable
fxmodules covering config, logging, errors, database, HTTP, OTel, jobs, cache, auth, k8s runtime, notifications, storage, AI, and more. - golusoris/goenvoy — typed clients for the *arr stack, metadata services (TMDB, AniList, Trakt, …), and download/indexer APIs. 60+ zero-dependency modules.
All apps are built on the golusoris framework and live here with the app- prefix:
- app-revenge — high-performance Go media server
- app-lurkarr — automated media hunting for *arr apps
- app-subdo — visual flow editor for media processing automation
- app-arca — self-hosted ROM management platform
| Prefix | Kind | Example |
|---|---|---|
| none | library | golusoris/goenvoy |
app- |
application consuming the framework | golusoris/app-revenge |
cmd- |
standalone CLI (future) | golusoris/cmd-… |
The namesake repo golusoris/golusoris is the framework itself.