Provide a macOS PKG Installer for the Coder CLI #27713
naytbrookes
started this conversation in
Coder
Replies: 1 comment 4 replies
|
Which constraint would you remove first if a lighter tool existed? (wave5-160030-git-10) |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Please provide a signed and notarised macOS
.pkginstaller for the Coder CLI to support enterprise deployment.Problem
The current macOS installation instructions rely on Homebrew. While that's fine for individual developers, it doesn't work well in enterprise environments where software is centrally managed.
Many organisations either prohibit Homebrew or don't allow end users to install software themselves. Instead, applications are deployed through MDM platforms such as:
Without an official installer, administrators have to either:
None of these options are ideal, and they add unnecessary operational overhead.
Proposed Solution
Publish a signed and notarised macOS
.pkginstaller alongside the existing release assets.The installer should:
coderbinary into a standard location (for example/usr/local/bin).Benefits
An official PKG installer would:
Additional Context
This isn't intended to replace Homebrew. Homebrew is a great option for individual developers. This request is simply to provide a deployment option for organisations that manage software through standard enterprise tooling.
All reactions