Skip to content

Latest commit

 

History

202 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

promptLM

CI Release License: Apache 2.0

promptLM is an open-source framework for managing the full lifecycle of LLM prompts — authoring, versioning, releasing, and consuming them from your application — backed by a Git-native store so every prompt has a real commit history, branches, and release tags. It ships as a CLI, a Studio web app, and client SDKs (Java, TypeScript).

Quick install

Pre-built native binaries for macOS, Linux, and Windows are attached to each GitHub release once 0.1.0 is cut. Until then, build from source — see DEVELOPER.md.

# macOS / Linux (once a release is published)
curl -fsSL https://raw.githubusercontent.com/promptLM/promptlm-app/main/scripts/install.sh | bash
# Windows (once a release is published)
$script = irm https://raw.githubusercontent.com/promptLM/promptlm-app/main/scripts/install.ps1
& ([scriptblock]::Create($script))

Verify:

promptlm-cli --version

Documentation

The full user and developer documentation is published at promptlm.dev/docs and sourced from docs/ — covering installation, CLI usage, REST and SSE APIs, client SDKs, the LiteLLM gateway, the Spring AI execution backends, and the development quickstart.

License

Apache License 2.0 — see LICENSE.

About

Git-based Prompt Lifecycle Management

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages