47thtechcorner

RayCodes DeepSeek Harness — AI skill for Claude Code

AI community

DeepSeek Harness with Local Ollama: Complete Free Setup Guide - Open-source AI agent harness powered by Cordis micro-kernel with Ollama, OpenRouter, and DeepSeek API setup.

How to install RayCodes DeepSeek Harness

This entry records only its repository, not the path inside it, so there is no exact command to give. Open 47thtechcorner/RayCodes_DeepSeek_Harness and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What RayCodes DeepSeek Harness does

DeepSeek Harness with Local Ollama: Complete Free Setup Guide - Open-source AI agent harness powered by Cordis micro-kernel with Ollama, OpenRouter, and DeepSeek API setup.

Alternatives in AI

  • Opencodex — Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama… 12.3k ★
  • Zen MCP Server — The power of Claude Code + Gemini / OpenAI / Grok / OpenRouter / Ollama / Custom Model working as one 11.3k ★
  • Free GPT4 WEB API — Not just GPT4 690 ★

README

🤖 DeepSeek Harness (`dsh`) — Quickstart & Provider Guide

**DeepSeek Harness (`dsh`)** is an open-source, composability-first AI agent harness powered by the [Cordis micro-kernel](https://github.com/cordiverse/cordis). Every agent capability — models, sandboxed shell tools, file editing, subagents, and web UIs — is a mounted plugin.


📸 Visual Overview


⚡ Quick Start

🪟 For Windows Users (PowerShell)

Step 1: Check or Install Node.js (Requires Node.js >= 22)

Open **PowerShell** and check your Node.js version:

node -v
  • If it returns v22.x.x or higher (e.g. v24.x.x), you're ready! Skip to Step 2.
  • If Node.js is not installed or outdated, install the latest LTS version by running this in PowerShell:
winget install OpenJS.NodeJS.LTS

*(Restart your PowerShell window after installation completes).*

Step 2: Launch DeepSeek Harness Web UI

Paste and run this command in **PowerShell**:

npx @deepseek-ai/dsh web

Once running, open your browser to **`http://127.0.0.1:3080`**.


🐧 🍎 For Linux / macOS Users (Terminal / Bash)

Step 1: Install Node.js v22 via nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install 22
nvm use 22

Step 2: Launch Web UI

npx @deepseek-ai/dsh web

🛠️ Alternative: Run from Source

git clone https://github.com/deepseek-ai/