Skip to content

SvenTann/Harness-Control

Repository files navigation

English | 中文

Harness Control

Your AI, Made Visible. Made Yours.

A desktop app that lets everyday users see and tune what their AI assistant
knows about them — no command line, no code, just a clean visual dashboard.

Electron React Platform License Version


Who is this for?

You use an AI assistant (like Claude Code) to help with your work, your writing, your projects. But have you ever wondered: what does it actually remember about me? Does it know my preferences? Is it following the rules I think it is?

If you're not a programmer, those answers are buried in hidden folders full of code-like files. You're not supposed to look.

Harness Control changes that. It's a friendly desktop window that shows you exactly what your AI knows — and later, lets you adjust things with a click. Think of it as the "Settings" app for your AI.

What you can do with it

  • See what your AI remembers about you — your name, where you live, how you like to communicate. All displayed as simple cards, not configuration files.
  • Check which AI model you're using — and understand what each model means (speed vs. capability) in plain language.
  • Browse your projects — see what special rules the AI follows in each one.
  • Review installed skills — the extra abilities your AI has (web search, image generation, PDF reading).
  • Switch between English and Chinese — one click.

You don't need to become a prompt engineer. You just need to see the dashboard.

Why it matters

AI assistants get better the more they know about you. But when that knowledge is invisible, you lose the ability to:

  • Catch mistakes ("I don't live in Beijing anymore")
  • Update preferences ("I actually prefer formal tone now")
  • Understand why the AI behaves differently in different projects

Better visibility = better output. When you can see and tune what your AI knows, your results improve — without writing a single line of code.

Getting started

  1. Download the app from the Releases page (coming soon)
  2. Open it. It reads your existing AI configuration automatically.
  3. Explore the tabs to see what your AI knows.

Want to try the development version?

git clone https://github.com/SvenTann/harness.git
cd harness
npm install
npm run dev

Prerequisites: Node.js 18+, npm 9+

What's next

  • In-app editing — change memories, toggle skills, switch models, all from the UI
  • Multi-AI support — Codex (OpenAI), OpenClaw, Hermes
  • Conflict detection — spot when your AI has contradictory instructions
  • Guided setup wizard — help new users configure their AI from scratch

How it works

 Your AI's hidden config files         Harness Control
 ┌──────────────────────┐          ┌─────────────────────┐
 │ About you            │          │ ┌─────────────────┐ │
 │ How to communicate   │    →     │ │ "Lives in Moscow"│ │
 │ Project rules        │          │ │ "Prefers essays" │ │
 │ Installed skills     │          │ │ 4 projects       │ │
 │ Model settings       │          │ │ 3 skills         │ │
 └──────────────────────┘          │ └─────────────────┘ │
                                   └─────────────────────┘

Harness Control reads your agent's configuration, translates everything into readable cards, and shows it in a clean dashboard. It never changes anything unless you tell it to.

Supported AI assistants

Assistant Status
Claude Code Working now
Codex (OpenAI) Coming soon
OpenClaw Coming soon
Hermes Agent Coming soon

Adding a new assistant means writing one adapter file. Want to help?


MIT · Made with curiosity

About

Harness-Control! 一款桌面应用,让普通用户也能看见和调整 AI 助手对你的了解 不用命令行,不用写代码,一个干干净净的可视化面板就够了。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors