The Jamdesk CLI is available through several installation methods so you can choose what fits your workflow and operating system. Global installation via npm is the most common approach and works on macOS, Linux, and Windows. Homebrew and the curl installer are popular on macOS and Linux, while PowerShell is the recommended path on Windows. If you’d rather skip a global install entirely, you can also run the CLI on demand withDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/jamdesk/jamdesk-cli/llms.txt
Use this file to discover all available pages before exploring further.
npx.
Install
- npm
- Homebrew
- curl (macOS/Linux)
- PowerShell (Windows)
- npx
Install the After installation, the
jamdesk package globally using npm. This is the recommended method and works on all supported operating systems.jamdesk command will be available in any terminal session. Upgrade to the latest version at any time with:Verify Installation
Once installed, confirm the CLI is working by checking its version:PATH, or restart your terminal session and try again.
Requirements
The Jamdesk CLI requires the following environment:- Node.js v20.0.0 or later
- npm v8 or later (recommended)
- Operating system: macOS, Linux, or Windows — all tested in CI
For a full list of environment requirements and compatibility notes, see the Requirements page.
