v1.2.0-alpha.32 - auto crash reports (no prompt)

KTS Hip Forge
Spec in. Working app out.

Write what you need. KHF keeps requirements, checks, and delivery in one place so AI tools and humans stay aligned from first note to shipped app.

click to copy $ curl -fsSL https://www.hforge.online/install.sh | bash

Why KHF

AI tools write code fast. KHF keeps the plan, checks, and feedback connected so work stays clear from idea to release.

1

Start from plain requirements

Write what the product should do in simple docs. KHF turns them into a clear, structured plan your team and AI tools can follow.

2

Works with your AI tools

Plug into Droid, Claude Code, Cursor, and similar tools. Agents can read the plan, open tasks, and check progress without extra setup scripts.

3

Know what is done

Every requirement links to acceptance checks and tests. You can see what is covered, what is missing, and what is ready to ship.

4

Nothing gets lost

Project memory keeps requirements, decisions, and session history. Come back tomorrow and pick up where you left off.

5

Report bugs in one command

Crashes and command errors report automatically (no prompt). Or run khf feedback "what broke". Opt out anytime with khf feedback --off.

6

One install, light footprint

A single small app. No heavy runtime stack to babysit. Install once, then use khf update when a newer version is out.

Get started in 30 seconds

Install once. Use it with your AI coding tools. Currently shipping for macOS Apple Silicon.

1
Command install
~11MB
Download size
33
AI tools built in
Auto
Crash reports
1. Install
# Recommended
curl -fsSL https://www.hforge.online/install.sh | bash

# Check it worked
khf --version
# khf 1.2.0-alpha.32 (KTS Hip Forge CLI)

# Later updates
khf update
2. Start a project
# Inside your repo
cd your-project
khf init

# Manual feedback anytime
khf feedback "what happened"

# Crashes/errors auto-report by default (no prompt)
# Opt out: khf feedback --off

# Connect your AI tool (Droid / Claude Code)
# .factory/mcp.json
{
  "mcpServers": {
    "khf": {
      "command": "khf",
      "args": ["--mcp-stdio"]
    }
  }
}
Read public changelog

Stay current

Version checks and app updates use simple public endpoints. No extra update service to run.

GET /latest.json
{
  "version": "1.2.0-alpha.32",
  "notes": "auto crash reports on by default",
  "pub_date": "2026-07-19T10:30:00Z",
  "platforms": {
    "darwin-aarch64": {
      "url": "https://github.com/hieple7985/kts-hip-forge/releases/download/v1.2.0-alpha.32/"
    }
  }
}
GET /cli-version.txt
$ curl https://www.hforge.online/cli-version.txt
1.2.0-alpha.32

$ curl https://www.hforge.online/versions.json
{
  "stable": "1.2.0-alpha.32",
  "latest": "1.2.0-alpha.32",
  "release_url": "https://github.com/hieple7985/kts-hip-forge/releases/tag/v1.2.0-alpha.32"
}

# Bug reports go here (POST)
# https://www.hforge.online/api/feedback