@zimzaza4/dsh-bash-win: Adding Git Bash and WSL2 Bash Tools to DSH on Windows
@zimzaza4/dsh-bash-win is a Cordis plugin designed for Windows environments to address the limitations encountered by the DeepSeek Harness (DSH) agent when invoking bash commands. The plugin offers two core tools: `git_bash` (based on local Git Bash/MSYS2) and `wsl_bash` (based on WSL2/Linux). It supports approval mode, sandbox isolation, background task management, foreground timeout control, and Web terminal card display. Key features include automatic detection of execution paths and customization of Git Bash and WSL paths via configuration files or environment variables. Output collection is capped at a 256 KiB memory limit to optimize performance. For security, the plugin operates with full permissions by default.
Read Moredsh-bash-terminal: Unifying PowerShell, Git Bash, and WSL Shell Tools on Windows
dsh-bash-terminal is a DSH community plugin maintained by MAXeaglet, providing additional shell and terminal tools on Windows. Users set the default terminal (PowerShell, Git Bash, or WSL) via the Web UI, which is automatically used as the backend for model command execution and cannot be switched manually. The shell starts a fresh process each time, suitable for one-off commands, while the terminal maintains the current working directory and variables across rounds, ideal for interactive CLI. The plugin integrates with DSH's official sandbox and background task mechanisms without occupying the official pwsh tool. Installation requires global npm installation and running the install.ps1 patch to set up the whitelist.
Read Moredsh-win32: Fixing and Diagnosing DeepSeek Harness on Native Windows
dsh-win32 (sjh9714) is a Windows workflow plugin for DeepSeek Harness that uses the npx command to check the official PowerShell, Workspace Write, and ACL sandbox stack on native Windows, offering support for setup, verify, doctor, fix, and legacy presets. It does not rely on WSL, nor does it install Git or PowerShell. Licensed under MIT, the current version is 0.17.0.
Read MoreWindows Can Also Run DSH in Minimal Mode: dsh-gitbash-preset Workflow Plugin
The native minimal mode of DSH is difficult to use on Windows due to PTY platform limitations and the absence of bash in the PATH. The community plugin dsh-gitbash-preset provides a one-click installation for the "Minimal Mode (Git Bash)" preset, mapping bash calls to the MSYS shell of Git for Windows, retaining the dual-tool interface of str_replace_editor, and integrating sandbox-aware gating. This article introduces its pain point background, core capabilities, installation commands, and typical usage, suitable for developers running the DSH web version on Windows as a reference.
Read MoreLaunch DeepSeek Harness by double-clicking its desktop shell with qyqy-1109 on Windows
deepseek-harness-desktop is a Windows Electron desktop wrapper maintained by qyqy-1109 (v0.1.8, categorized by directory theme and appearance, 9 stars). Double-clicking it will automatically launch or reuse the dsh web, and the window will minimize to the system tray when closed. The installation package includes the dsh CLI, Node 24 and pnpm, as well as Codex-style themes and background image libraries. The directory page installation command is `dsh plugin add github:qyqy-1109/deepseek-harness-desktop`. This is a community project, the plugin runs with the permissions of the current dsh process, and the source code and license need to be verified before installation.
Read MorePack the complete DSH web interface into Windows with deepseek-harness-desktop
Maintained by ningbainb, deepseek-harness-desktop uses Electron to host the official @deepseek-ai/dsh, packaging the complete web interface as-is into a Windows EXE without rewriting the page. This article verifies how the standalone desktop profile, 11 skins, dock, Skills, QQ Bot and SSH work, as well as the installation command on the community directory page and EXE verification steps, based on the community directory page, GitHub README, docs/desktop.md and the 2.0.0 Release. This is a community project, not an official release by DeepSeek.
Read MoreEnable DeepSeek Harness Minimal Mode on Windows Using dsh-gitbash-preset
`dsh-gitbash-preset` is a DeepSeek Harness community plugin maintained by Liceses (MIT License, npm package name `@icelily/dsh-gitbash-preset`, current version 0.1.2). It maps the official minimal-mode bash calls to the MSYS shell of Git for Windows, bypasses the limitation of unavailable PTY on Win32 via `bash -c` each time, and implements sandbox-aware gating. This article organizes the installation commands, preset usage, detection paths and precautions based on the plugin directory page, GitHub source code and npm documentation.
Read MoreInstallation of TensorFlow
This article provides a detailed introduction to the specific steps of model training and prediction using TensorFlow locally, with special emphasis on how to install and configure TensorFlow through Docker containers to ensure the stability and portability of the development environment. The main contents include the following aspects: 1. **Installing TensorFlow Dependencies**: First, it is necessary to install a specific version of Python, pip, and a virtual environment. A specified version (such as 3.5) is recommended to avoid compatibility issues. 2. **Simplifying Installation Using Docker Containers**
Read MoreInstalling Ubuntu Linux Subsystem on Windows 10
This article introduces two methods to install the Ubuntu subsystem on Windows 10. The first method is to search and obtain it through the Microsoft Store, which requires opening the Settings and enabling Developer Mode first. The second method is to use the command `lxrun /install` in PowerShell for installation. The detailed process includes downloading the installation package, setting up the username and password, and other steps. After installation, you can launch the Ubuntu subsystem by entering "bash" in PowerShell and check the root directory to confirm the successful installation. If uninstallation is needed, you can use the PowerShell command... (Note: The original Chinese text was cut off at "uninstall can be done in Powe", so the translation assumes the continuation with relevant commands, but only the provided content is translated as per the user's input.) (根据用户提供的原文结尾截断情况,上述翻译中保留了原文最后不完整的部分“can be done in Powe”,完整翻译需基于完整原文。若用户实际原文末尾还有内容,需补充完整后再次翻译。)
Read More