Preface¶
By default, the brand area in the top-left corner of the DSH Web interface displays a whale logo, the DeepSeek text, and the HARNESS badge. If you only want to replace the brand image in a local Web interface, or change the HARNESS badge to your own name—without directly modifying frontend files—you can use the DSH plugin dsh-custom-brand. Below are its features, installation method, and basic usage.
What It Is¶
dsh-custom-brand is a DSH plugin, hosted in the baisama-cloud/dsh-custom-brand repository, licensed under MIT. It turns the three elements in the top-left brand area of the DSH Web interface into interactive customizations: the whale logo, the DeepSeek text, and the HARNESS badge.
Core Features¶
- Whale logo: Double-click to select a local image, automatically scaled to
256px, with PNG transparency preserved; right-click to restore the default whale. - DeepSeek text: Double-click to select a local image; right-click to restore the original text.
- HARNESS badge: Double-click to edit the text, press
Enterto submit,Escto cancel. - Browser tab title syncs to the HARNESS badge text.
- Changes are saved in the browser
localStorageand are retained after restart.
Installation and Enablement¶
In DSH Settings → Plugin Marketplace, search for and install:
dsh-custom-brand
The original installation command provided in the documentation is:
dsh plugin --profile web add github:<owner>/dsh-custom-brand
This installation command includes the <owner> placeholder as originally stated. The verified GitHub repository address is:
https://github.com/baisama-cloud/dsh-custom-brand
Typical Usage¶
- Hover over the brand area in the top-left sidebar; a dashed border indicates editable positions.
- Double-click the whale or the DeepSeek text to open the file picker, select images such as
PNG/JPG/WebP, and they will be automatically scaled to fit. - Right-click an image slot to reset it to its original appearance.
- Double-click the HARNESS badge to enter a new name, and the browser tab title updates accordingly.
Storage and Runtime Information¶
Storage keys:
dsh.customLogo
dsh.customDeepSeekImg
dsh.customBrand
The Node version requirement declared in package.json is:
Node >=20
License:
MIT
Use Cases and Notes¶
This is suitable for users who need to replace local brand images in the DSH Web interface, modify the HARNESS badge text, and rely on the browser localStorage to persist the results.
Notes:
- The plugin runs with the current
dshprocess privileges; review the source code and license before installation. - The documentation does not provide a category, star count, or directory page URL; if installing via DSH Settings → Plugin Marketplace, you can search for
dsh-custom-brand.
Conclusion¶
The value of dsh-custom-brand lies in turning the top-left brand area of DSH Web into a locally customizable space: images can be replaced, badge text can be edited, and the tab title can stay in sync. The GitHub link is:
https://github.com/baisama-cloud/dsh-custom-brand
The directory page URL was not present in the verified documentation.