Rust-powered performance for AI workflows. Terminal-native speed you can feel. Open source, works with any AI tool. 1000+ organic downloads.
Terminal-native speed meets enterprise-grade AI workflows
Rust-powered performance delivers consistent speed. Average 8ms response time with imperceptible latency.
ph use essentials/commit # 8ms average
Works with any AI tool - Claude, GPT, Ollama, custom APIs. No vendor lock-in, just pure Unix pipes.
ph use essentials/debug "API timeout" | ollama run llama2
git diff main | ph use essentials/review | claude
Chain prompts like Unix commands. Build complex AI workflows that save hours of manual work.
cat buggy-code.js | ph use essentials/debug | claude | ph use 10x/refactor | claude
Curated, battle-tested prompts for every use case. Instant access to community expertise.
ph use essentials/review "handleSubmit function" | claude
cat api.py | ph use essentials/review | claude
Rich terminal interface for browsing, organizing, and managing your prompt libraries visually.
ph tui # Opens interactive browser
Share prompts across teams, sync between devices, and collaborate on AI workflows - all included.
ph sync # Cloud sync
ph share api-design @team
MIT licensed. Fork it, modify it, self-host it. No vendor lock-in, no hidden features, no limits.
git clone github.com/joryeugene/prompthive
Open source, community-driven, built for developers
Built with Rust for maximum performance. PRs welcome!
Your prompts, your infrastructure, your control.
Get started in under 60 seconds
Rust-powered performance, straight from crates.io
cargo install prompthive
Build from source for latest features
git clone github.com/joryeugene/prompthive && cargo build --release
ph --version
claude "$(git diff --staged | ph use essentials/commit)"
ph tui