duke5am

Deepseek Harness On Android — Design skill for Claude Code

Design community

Step-by-step tutorial: install & run DeepSeek Harness (dsh) on Android without root — Termux + proot-distro + Ubuntu + Node.js/npm + dsh CLI/web UI + environment skills.

How to install Deepseek Harness On Android

This entry records only its repository, not the path inside it, so there is no exact command to give. Open duke5am/deepseek-harness-on-android and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Deepseek Harness On Android does

Step-by-step tutorial: install & run DeepSeek Harness (dsh) on Android without root — Termux + proot-distro + Ubuntu + Node.js/npm + dsh CLI/web UI + environment skills.

Alternatives in Design

  • Deepclaude — Use Claude Code's autonomous agent loop with DeepSeek V4 Pro, OpenRouter, or any Anthropic-compatible backend 2.3k ★
  • Pi Tasks — A pi extension that brings Claude Code-style task tracking and coordination to pi 187 ★
  • Section — Build one section from a Figma node 104 ★

README

DeepSeek Harness (dsh) on Android — Termux + proot-distro + Ubuntu Setup

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![dsh](https://img.shields.io/badge/dsh-0.1.1--rc.2-4D6BFE.svg)](https://github.com/deepseek-ai/deepseek-harness) [![Termux](https://img.shields.io/badge/Termux-ready-21b352.svg)](https://f-droid.org/en/packages/com.termux/) [![PRoot](https://img.shields.io/badge/PRoot-supported-green.svg)](https://github.com/termux/proot-distro) [![Ubuntu 26.04 LTS](https://img.shields.io/badge/Ubuntu-26.04%20LTS-E95420.svg)](https://ubuntu.com)

A complete, copy-paste guide to **install** and **run DeepSeek Harness (dsh)** — the CLI + browser-web-UI **agent harness** — on an **Android** phone with **Termux**, **proot-distro**, and **Ubuntu**. Covers **Node.js/npm**, **dsh installation**, first-run configuration, the **environment skills**, and **Python dependencies**. Verified on **Ubuntu 26.04 LTS "Resolute Raccoon" (aarch64) under PRoot** — no root required.

[DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) is an open-source **agent harness** (a CLI + browser **web UI**) that boots a *profile* — an ordered stack of plugin layers — to run an **LLM agent** with tools. This repository is a step-by-step **tutorial** for running it on an **Android** phone with **Termux** + **proot-distro** (Ubuntu under PRoot, no root), plus the companion environment skills from [`duke5am/skills-for-proot-distro-ubuntu`](https://github.com/duke5am/skills-for-proot-distro-ubuntu).

Quick start (TL;DR)

The entire setup, condensed to two copy-paste blocks:

# --- 1. In Termux ---
pkg update && pkg upgrade
pkg install proot-distro
proot-distro install ubuntu
proot-distro login ubuntu
# --- 2. Inside Ubuntu (as root) ---
apt update && apt install -y curl git
curl -fsSL https://deb.nodesource.com/setup_22.x -o /tmp/setup_node.sh && bash /tmp/setup_node.sh
apt install -y nodejs
npm install -g @deepseek-ai/dsh