Ody Agent — personal desktop client for WellSpr.ing / NNN.today. Runs as a silent background daemon on Windows, macOS, and Linux.
Find a file
Ody WellSpr.ing 6aac38fb3b Initial commit: Ody Agent v1.0.0
Cross-platform desktop daemon for WellSpr.ing / NNN.today merchants.
Runs silently at login on Windows (Task Scheduler), macOS (LaunchAgent),
and Linux (systemd user service).

Build commands:
  Windows: GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-s -w -H=windowsgui" -o ody-agent-win.exe .
  macOS:   GOOS=darwin  GOARCH=arm64 CGO_ENABLED=0 go build -ldflags "-s -w" -o ody-agent-mac .
  Linux:   GOOS=linux   GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-s -w" -o ody-agent-linux .
2026-04-24 01:38:20 +00:00
go.mod Initial commit: Ody Agent v1.0.0 2026-04-24 01:38:20 +00:00
main.go Initial commit: Ody Agent v1.0.0 2026-04-24 01:38:20 +00:00
proc_other.go Initial commit: Ody Agent v1.0.0 2026-04-24 01:38:20 +00:00
proc_windows.go Initial commit: Ody Agent v1.0.0 2026-04-24 01:38:20 +00:00