Install Guide
Owner: PhantomPM User Docs Team
Last Updated: 2026-02-13
Status: Beta
Capability Status
- One-line curl installer:
Beta - Workspace install via npm scripts:
Real - npm global package install path:
Beta
Canonical Install (Beta)
curl -fsSL phantom.pm/install | sh
Expected behavior:
- detects platform
- installs PHANTOM binary
- configures PATH/completions
- runs
phantom doctor
Local Installer Test (Works Today)
npm run release:local
npm run installer:test-local
This generates a local manifest + archive and validates the install flow end-to-end.
Current Working Path
From repository root:
npm install
npm run build
npm run phantom -- --help
Fallback Install Path (Target)
npm install -g @phantompm/cli
phantom --version
Verify Installation
phantom --version
phantom --help
Next Step
Proceed to quickstart: