@sipher.dev/agents
v0.3.5
Published
SIPHER Agents CLI — one-release npm migration package. Prefer https://devbox.sipher.gg/install.sh or https://devbox.sipher.gg/install.ps1 for fresh installs (no Node required).
Downloads
2,855
Readme
@sipher.dev/agents
One-release migration notice. This npm package is a temporary migration aid for existing Node-based installs. It is not a second supported fresh-install path.
Fresh install (required)
Install with the Node-free platform scripts. No Node, npm, or Bun is required on the host.
macOS
Pipe:
curl -fsSL https://devbox.sipher.gg/install.sh | shDownload, inspect, then run:
curl -fsSL https://devbox.sipher.gg/install.sh -o install-agents.sh
less install-agents.sh
sh install-agents.shWindows (PowerShell)
Pipe:
irm https://devbox.sipher.gg/install.ps1 | iexDownload, inspect, then run:
Invoke-WebRequest -Uri https://devbox.sipher.gg/install.ps1 -OutFile install-agents.ps1
notepad install-agents.ps1
powershell -ExecutionPolicy Bypass -File .\install-agents.ps1The installer adds the stable Agents shim directory to your user PATH. Open a new terminal after the
first install so agents is available (~/.local/bin on macOS/Linux and
%LOCALAPPDATA%\Sipher\Agents\bin on Windows).
Then:
agents loginExisting npm users (this package)
If you already installed via npm install -g @sipher.dev/agents, you can keep using this one-release
migration package until you move to the scripts above. After that migration release, public guidance
points only at the install scripts; do not treat this package as a permanent install path.
To switch now:
- Install with
install.sh/install.ps1(see above). - Confirm
agentsresolves to the new user-scoped shim (~/.local/bin/agentson macOS, or%LOCALAPPDATA%\Sipher\Agents\bin\agents.cmdon Windows). - Optionally remove the global npm package:
npm uninstall -g @sipher.dev/agents.
Connector services are independent of the CLI install path; switching the CLI does not stop or remove an existing Machine connector service.
