🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

hartk

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hartk

hartk 看板编排工具

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

hartk

hartk 是一个用看板编排 Claude Code / Codex / Cursor CLI 等本地 agent 使用流程的本地 Web 工具。

安装与启动

npm install -g hartk
hartk

启动后会自动打开 http://localhost:3000。需要换端口时:

PORT=3001 hartk

不想自动打开浏览器时:

HARNESS_OPEN_BROWSER=0 hartk

运行前提

  • 本机已安装并可用 git
  • 本机至少已安装并登录一个可用 agent CLI:claudecodexcursor-agent
  • 被操作项目自己的依赖、测试命令和 shell 环境可正常使用

这个 npm 包内置 hartk 前端构建产物和生产服务器入口。终端桥使用 node-pty,安装包时会按当前平台安装对应原生依赖。

FAQs

Package last updated on 02 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts