Skip to content

ux: warn at startup if multiple altimate binaries are on $PATH #824

Description

@anandgupta42

Found during v0.7.1 release review (Chaos Gremlin / Supply Chain Auditor).

After the v0.7.1 rename, a user who installed v0.7.0 via npm and switches to brew (or vice versa) ends up with two altimate binaries on PATH at different versions from different vendors. We have no detection or warning. Same for curl-installed (~/.altimate/bin/altimate) coexisting with an npm install (<prefix>/bin/altimate).

Acceptance

On startup, run which -a altimate (or equivalent on Windows) and log a one-line warning if more than one path resolves. Suggest uninstalling the duplicate. Suppressed in test/CI environments via existing telemetry-disabled env vars.

Why this isn't in v0.7.1

Not a regression in PR #820 — the multi-install scenario was always possible. Surfacing the warning is a small but real UX feature, deserves its own PR with proper test coverage.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions