cd /news/developer-tools/show-hn-multi-version-management-by-… · home topics developer-tools article
[ARTICLE · art-95867] src=openxlings.github.io ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Show HN: Multi-version management (by xlings) for DeepSeek Harness

Xlings, an open-source package manager, now supports multi-version management for DeepSeek Harness (dsh), allowing users to install and switch between dsh versions 0.1.0-rc.6 and 0.1.0-rc.3 via commands like 'xlings install dsh@0.1.0-rc.6' and 'xlings use dsh 0.1.0-rc.6'. The feature also enables isolated environments through 'xlings subos' for running different versions concurrently.

read1 min views1 publishedAug 13, 2026

xlings support multi-version management for package, I have add support for dsh. you can try it

Base Usage #

xlings install dsh@0.1.0-rc.6 -y && xlings install dsh@0.1.0-rc.3 -y xlings use dsh

xlings use dsh 0.1.0-rc.6 && dsh --version

xlings use dsh 0.1.0-rc.3 && dsh --version

Advanced Usage #

In terminal-1

xlings subos new dsh-1

xlings subos use dsh-1

xlings install dsh@0.1.0-rc.6 -y -u

dsh --version

In terminal-2

xlings subos new dsh-2

xlings subos use dsh-2

xlings install dsh@0.1.0-rc.3 -y -u

dsh --version

Repo: [https://github.com/openxlings/xlings](https://github.com/openxlings/xlings)

Comments URL: [https://news.ycombinator.com/item?id=49291049](https://news.ycombinator.com/item?id=49291049)

Points: 1

── more in #developer-tools 4 stories · sorted by recency
── more on @xlings 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-multi-versio…] indexed:0 read:1min 2026-08-13 ·