11<div align =" center " >
2- <h1 >PromptHub · AI Prompt Manager</h1 >
3- <p >An open-source, local-first AI Prompt management tool for efficient prompt organization, version control, and reuse.</p >
2+ <img src =" ./imgs/icon.png " alt =" PromptHub Logo " width =" 120 " height =" 120 " />
3+ <h1 >PromptHub</h1 >
4+ <p ><strong >🚀 Open-Source, Local-First AI Prompt Manager</strong ></p >
5+ <p >Efficient management, version control, variable filling, multi-model testing — All-in-one Prompt workflow</p >
6+
47 <p >
5- <a href="https://github.com/legeling/PromptHub/stargazers"><img src="https://img.shields.io/github/stars/legeling/PromptHub?style=flat-square" alt="GitHub Stars"/></a>
8+ <a href="https://github.com/legeling/PromptHub/stargazers"><img src="https://img.shields.io/github/stars/legeling/PromptHub?style=flat-square&color=yellow " alt="GitHub Stars"/></a>
69 <a href="https://github.com/legeling/PromptHub/network/members"><img src="https://img.shields.io/github/forks/legeling/PromptHub?style=flat-square" alt="GitHub Forks"/></a>
10+ <a href="https://github.com/legeling/PromptHub/releases"><img src="https://img.shields.io/github/v/release/legeling/PromptHub?style=flat-square&color=green" alt="Release"/></a>
11+ <a href="https://github.com/legeling/PromptHub/releases"><img src="https://img.shields.io/github/downloads/legeling/PromptHub/total?style=flat-square&color=blue" alt="Downloads"/></a>
12+ <img src="https://img.shields.io/github/license/legeling/PromptHub?style=flat-square" alt="License"/>
13+ </p >
14+
15+ <p >
716 <img src="https://img.shields.io/badge/TypeScript-5.0-3178C6?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript"/>
817 <img src="https://img.shields.io/badge/Electron-33-47848F?style=flat-square&logo=electron&logoColor=white" alt="Electron"/>
918 <img src="https://img.shields.io/badge/React-18-61DAFB?style=flat-square&logo=react&logoColor=white" alt="React"/>
10- <img src="https://img.shields.io/github/license/legeling/PromptHub?style=flat-square" alt="License"/>
19+ <img src="https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=flat-square&logo=tailwind-css&logoColor=white" alt="TailwindCSS"/>
20+ </p >
21+
22+ <p >
23+ <a href="../README.md">简体中文</a> ·
24+ <a href="./README.en.md">English</a>
1125 </p >
1226</div >
1327
14- <p align =" center " >
15- <a href =" ../README.md " >简体中文</a > ·
16- <a href =" ./README.en.md " >English</a >
17- </p >
28+ <br />
29+
30+ > 💡 ** Why PromptHub?**
31+ >
32+ > Tired of searching for prompts in notebooks, documents, and chat histories? PromptHub lets you manage prompts like code — version control, variable templates, multi-model testing, all local and privacy-first.
1833
1934---
2035
3449## 📸 Screenshots
3550
3651<div align =" center " >
52+ <p ><strong >Main Interface</strong ></p >
3753 <img src =" ./imgs/image.png " width =" 80% " alt =" Main Interface " />
54+ <br /><br />
55+ <p ><strong >Theme Settings</strong ></p >
56+ <img src =" ./imgs/theme.png " width =" 80% " alt =" Theme Settings " />
57+ <br /><br />
58+ <p ><strong >Data Backup</strong ></p >
59+ <img src =" ./imgs/data.png " width =" 80% " alt =" Data Backup " />
60+ <br /><br />
61+ <p ><strong >AI Model Configuration</strong ></p >
62+ <img src =" ./imgs/model.png " width =" 80% " alt =" AI Model Configuration " />
63+ <br /><br />
64+ <p ><strong >Version Comparison</strong ></p >
65+ <img src =" ./imgs/version-compare.png " width =" 80% " alt =" Version Comparison " />
3866</div >
3967
4068## 📦 Installation
@@ -45,8 +73,27 @@ Download the installer for your platform from [Releases](https://github.com/lege
4573
4674| Platform | Download |
4775| ----------| ----------|
48- | macOS | ` PromptHub-x.x.x.dmg ` |
49- | Windows | ` PromptHub-x.x.x-setup.exe ` |
76+ | macOS (Intel) | ` PromptHub-x.x.x-x64.dmg ` |
77+ | macOS (Apple Silicon) | ` PromptHub-x.x.x-arm64.dmg ` |
78+ | Windows | ` PromptHub-x.x.x-Setup-x64.exe ` |
79+
80+ ### macOS First Launch
81+
82+ Since the app is not notarized by Apple, you may see ** "PromptHub is damaged and can't be opened"** or ** "Cannot verify developer"** on first launch.
83+
84+ ** Solution (Recommended)** : Open Terminal and run the following command to bypass Gatekeeper:
85+
86+ ``` bash
87+ sudo xattr -rd com.apple.quarantine /Applications/PromptHub.app
88+ ```
89+
90+ > 💡 ** Tip** : If the app is installed elsewhere, replace the path with the actual installation path.
91+
92+ ** Or** : Open "System Settings" → "Privacy & Security" → scroll down to Security section → click "Open Anyway".
93+
94+ <div align =" center " >
95+ <img src =" ./imgs/install.png " width =" 60% " alt =" macOS Installation " />
96+ </div >
5097
5198### Build from Source
5299
@@ -134,7 +181,7 @@ PromptHub/
134181
135182## 🗺️ Roadmap
136183
137- ### v0.1.3 (Current)
184+ ### v0.1.5 (Current)
138185- [x] Prompt CRUD management
139186- [x] Folder and tag system
140187- [x] Favorites feature
@@ -147,15 +194,44 @@ PromptHub/
147194- [x] Folder drag & drop sorting
148195- [x] AI model configuration (18+ providers)
149196- [x] AI connection test & model comparison
197+ - [x] Multi-model configuration (unlimited)
198+ - [x] Full i18n support (homepage, editor, modals)
199+ - [x] In-app auto update
200+ - [x] Variable fill-in interface
150201
151202### Future Plans
152- - [ ] Variable fill-in interface
153203- [ ] Prompt template marketplace
154204- [ ] Browser extension
155- - [ ] Auto update
156205
157206## 📝 Changelog
158207
208+ ### v0.1.5 (2025-11-30)
209+ ** New Features**
210+ - ✨ Variable fill-in interface (auto-detect variables on copy, show fill-in dialog)
211+
212+ ** Improvements**
213+ - 🎨 Folder select dropdown now uses custom styled component
214+ - 🎨 Wider Edit/Create Prompt modal
215+ - 🔧 Fixed version comparison (current version added to version list)
216+ - 🔧 Disabled DevTools in production
217+
218+ ### v0.1.4 (2025-11-30)
219+ ** New Features**
220+ - ✨ Multi-model configuration (unlimited AI models)
221+ - ✨ Model comparison selection mode
222+ - ✨ Custom dropdown component
223+ - ✨ Full i18n support (homepage, editor, modals)
224+ - ✨ In-app auto update (check, download, install)
225+
226+ ** Improvements**
227+ - 🎨 Prompt card compression
228+ - 🎨 Multi-model compare button moved to right
229+ - 🎨 Improved README and screenshots
230+ - 🔧 Fixed macOS top bar drag issue
231+ - 🔧 Fixed language setting sync issue
232+ - 🔧 Fixed compare results persisting on prompt switch
233+ - 🔧 Removed macOS zip builds, DMG only
234+
159235### v0.1.3 (2025-11-29)
160236** New Features**
161237- ✨ AI model configuration (18+ domestic and international providers)
0 commit comments