1. Check the prerequisite
Use a current Node.js LTS release. Confirm that Node and npm are available before starting.
node --version2. Verify the pinned CLI
The version pin makes the result reproducible while the project is in Developer Preview.
npx -y @deepseek-ai/dsh@0.1.0-rc.6 --help3. Start the Web UI
Run the official web profile and open the local address printed by the command.
npx -y @deepseek-ai/dsh@0.1.0-rc.6 webVerify the baseline
- The CLI help command exits normally.
- The Web UI loads at the local address.
- A model can be configured without a community Bundle.
- Record the DSH version and keep the working Profile recoverable.
Common errors and alternatives
- If npm cannot resolve the package, check network and registry configuration before changing commands.
- If the port is occupied, follow the CLI’s current help output rather than guessing an old flag.
- If the release candidate has changed, use the official repository to evaluate the newer version before updating your baseline.