Skip to content

Distribute via Homebrew and other Linux package managers #56

@guillempuche

Description

@guillempuche

Right now the only install path is npm install -g agent-react-devtools (or npx). For a daemon-backed CLI that's meant to be used across projects, it would be nice to install it at the system level instead of tying it to whatever Node/nvm version was active at install time. Globals installed under one Node version tend to disappear after nvm use.

Would it be possible to publish through the package managers people normally use for CLIs?

macOS + Linux:

  • Homebrew (brew install agent-react-devtools) — one formula covers both macOS and Linux via Homebrew on Linux.

Linux:

  • .deb for Debian/Ubuntu
  • .rpm for Fedora/RHEL
  • AUR package for Arch
  • Nix / nixpkgs
  • Snap or Flatpak

Prebuilt binaries on GitHub Releases would also let all of the above consume the same artifacts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions