//go:build !windows && !darwin package ctrld // IsDesktopPlatform indicates if ctrld is running on a desktop platform, // currently defined as macOS or Windows workstation. func IsDesktopPlatform() bool { return false }