Get started

openPrompting is a CLI. Node.js and a terminal are enough — no account, no API key, no editor plugin.

  1. 01
    Install
    Global install via npm. Node.js 20 or newer is required. No post-install network calls.
    npm install --global openprompting
  2. 02
    Configure
    Record the model and harness you are using, with optional profiles and task routes. Previews YAML before writing.
    openprompting setup
  3. 03
    Browse guidance
    Read the guidance for the resolved model and harness, with evidence and sources.
    openprompting guide
  4. 04
    Create a task prompt
    Render an editable, structured prompt skeleton for the task at hand.
    openprompting new planning
  5. 05
    Inspect configuration
    Run read-only diagnostics over config, routing, instruction files, and knowledge freshness.
    openprompting doctor

What runs locally

  • Guidance resolution reads from the local knowledge base.
  • Configuration is stored in project-local .openprompting/config.yml.
  • No model calls, no telemetry, no account.

What openPrompting is not

  • Not a collection of one-thousand prompts.
  • Not a model-powered prompt generator.
  • Not a leaderboard, SaaS platform, or orchestration product.