Console applications can be packaged for Linux, Windows, and macOS. Note that console apps cannot be deployed to Android, iOS, or the Web as those platforms do not provide a user-accessible console.
macOS Specifics: Console apps on macOS are packaged as .pkg installers rather than .app or .dmg bundles. This ensures the binary is correctly placed on the user's path for command-line execution.
Executable Name: The command used to run the app in the terminal is the app name (e.g., hello-cli), not the formal name (e.g., Hello CLI).
$ briefcase create
$ briefcase build
$ briefcase package