Skip to content
@promptLM

promptLM

promptLM - Lifecycle Management And Testing For Your Prompts and Clients
promptlm-animation-stay

Prompt Lifecycle Management for agentic applications

promptLM is an open-source framework for teams that want to treat prompts like production assets: design, evaluate, version, release, and consume prompts with confidence.

WebsiteCore FrameworkClient SDKsAll Repositories

promptLM prompt lifecycle

Status

Early alpha — APIs and workflows are evolving quickly. Feedback and contributions are welcome.

Why promptLM

When prompts power real features, ad-hoc copy/paste is not enough. You need:

  • Versioned prompt specs
  • Repeatable evaluation gates
  • Safe release workflows
  • Retrieval in app runtime through SDKs
  • Cost-aware integration testing support

Core capabilities

  • Prompt specs and lifecycle tracking in Git
  • Multi-model execution (OpenAI, Anthropic, optional LiteLLM gateway)
  • Evaluation and release gating
  • CLI, web app, and API workflows
  • SDK support for consuming released prompts in applications

Quick start

Install promptlm-cli (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/promptLM/promptlm-app/main/scripts/install.sh | bash

Install promptlm-cli (Windows PowerShell)

$script = irm https://raw.githubusercontent.com/promptLM/promptlm-app/main/scripts/install.ps1
& ([scriptblock]::Create($script))

Verify

promptlm-cli --version

Start promptLM Studio (macOS/Linux)

> promptlm-cli studio
Screenshot 2026-06-02 at 17 54 32

Featured repositories

Repository Purpose
promptlm-app Core framework, CLI, web app, and lifecycle workflows
promptlm-client-sdk Java, TypeScript, and Python SDK workspace
promptlm-junit-gitea-artifactory JUnit 5 + Testcontainers support for Gitea and Artifactory integration tests

promptLM modules

Contributing

License

promptLM is open source under the Apache-2.0 License.

Pinned Loading

  1. promptlm-junit-gitea-artifactory promptlm-junit-gitea-artifactory Public

    JUnit 5 test support for spinning up Gitea and Artifactory via Testcontainers.

    Java 4

  2. promptlm-app promptlm-app Public

    Git-based Prompt Lifecycle Management

    TypeScript 2

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…