Show HN:BlueMouse – 具備 17 層驗證的 AI 代碼生成器
Hacker News 上推出了一款名為 BlueMouse 的新型 AI 代碼生成器,強調其 17 層驗證流程,並將其定位為 Cursor 和 Claude 等工具的 AI 安全層,旨在推廣工程思維而非憑感覺寫代碼。
Navigation Menu
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
License
Uh oh!
There was an error while loading. Please reload this page.
peijun1700/bluemouse
Folders and files
Latest commit
History
Repository files navigation
🐭 BlueMouse v6.6
The AI Safety Layer for Cursor & Claude | AI 代碼安全層
Stop Vibe Coding. Start Engineering. | 拒絕憑感覺寫代碼,回歸工程思維。
https://bluemouse.app
Contact | 聯繫: [email protected]
🌐 Works Everywhere | 全平台支援
BlueMouse is a standard MCP Server that works with ANY MCP-compatible client:
[EN] Don't have Cursor? No problem! BlueMouse works as a standalone web tool.
[中文] 沒有 Cursor?沒關係!BlueMouse 可以當獨立網頁工具使用。
🌟 Why BlueMouse? | 為什麼選擇 BlueMouse?
[EN] In the era of Vibe Coding, AI generates code faster than we can read. But even the best AI (Claude 3.5 / 4.5) hallucinates. BlueMouse is your Airbag. It's not another coding tool—it's a Quality Gate that stops bad code before it happens.
[中文] 在 Vibe Coding 盛行的時代,AI 產生代碼的速度比我們閱讀的速度還快。但即使是最強的 AI (Claude 3.5 / 4.5) 也會出現邏輯幻覺。BlueMouse 是您的安全氣囊。 它不是另一個寫代碼的工具,它是阻止爛代碼發生的守門員。
The Problem | 問題所在
The Solution | 解決方案
🔥 Core Features | 核心功能
🦠 Parasitic Architecture | 寄生架構
[EN] $0 Infrastructure Cost. BlueMouse sits between you and the compiler, intercepting commands in <10ms. No servers, no subscriptions, no cloud dependencies.
[中文] $0 營運成本。BlueMouse 寄生於您的開發環境,以 <10ms 的速度攔截指令。無需伺服器、訂閱或雲端依賴。
🧠 Socratic Logic Gate | 蘇格拉底邏輯門
[EN] Before writing code, BlueMouse interviews the AI with critical questions:
[中文] 在寫代碼之前,BlueMouse 會用關鍵問題面試 AI:
Forces you (and AI) to think before coding. | 強制您(和 AI)在寫代碼前先思考。
🛡️ 17-Layer Validation | 17層驗證
[EN] Code generation passes through 17 logic gates:
[中文] 代碼生成必須通過 17 道邏輯閘:
👆 One-Word Start | 一鍵啟動
BlueMouse automatically injects .cursorrules and starts protecting your code.
BlueMouse 會自動注入 .cursorrules 並開始保護您的代碼。
📐 System Architecture | 系統架構
[EN] BlueMouse uses a 4-layer hybrid architecture with intelligent fallback:
[中文] BlueMouse 使用 4 層混合架構,具有智能降級機制:
Key Features | 核心特性:
🏆 Industrial Grade Certification | 工業級認證
BlueMouse v6.6 has passed rigorous stress tests | BlueMouse v6.6 已通過嚴格的壓力測試:
🚀 Quick Start | 快速開始
Three Steps. That's It. | 三步驟,就這樣。
That's literally it. No Docker, no config files, no cloud setup.
就這樣。 沒有 Docker、沒有配置檔、沒有雲端設定。
Alternative: Use as Web Tool | 替代方案:當網頁工具用
Don't have Cursor? Open http://localhost:8001 after running ./Start.
沒有 Cursor?執行 ./Start 後打開 http://localhost:8001。
Detailed Setup | 詳細設定
For manual installation or troubleshooting, see CURSOR_GUIDE.md.
手動安裝或疑難排解,請參考 CURSOR_GUIDE.md。
📖 Usage | 使用方法
1. Enter Your Vision | 輸入您的構想
[EN] Describe what you want to build:
[中文] 描述您想建立的系統:
2. Answer Socratic Questions | 回答蘇格拉底式問題
[EN] BlueMouse will ask critical logic questions:
[中文] BlueMouse 會詢問關鍵邏輯問題:
3. Get Validated Code | 獲得驗證過的代碼
[EN] After passing 17 layers of validation, download your project ZIP containing:
[中文] 通過 17 層驗證後,下載包含以下內容的專案 ZIP:
🛡️ Enterprise Security | 企業安全
100% Local Execution | 100% 本地執行
AGPLv3 License | AGPLv3 授權
Read our Privacy Whitepaper for technical details.
閱讀我們的隱私白皮書了解技術細節。
🔧 Troubleshooting | 故障排除
python3: command not found
Mac/Linux:
Windows: Download from python.org
pip install fails | pip install 失敗
Try using a mirror | 嘗試使用鏡像:
Port 8001 already in use | 端口 8001 已被占用
Permission denied | 權限被拒絕
ModuleNotFoundError | 模組未找到
Browser doesn't open | 瀏覽器未打開
Manually navigate to | 手動訪問: http://localhost:8001
📚 Documentation | 文檔
🌍 Community | 社群
🎯 Roadmap | 路線圖
v6.6 (Current | 當前版本)
v7.0 (Planned | 計劃中)
❓ FAQ | 常見問題
Q1: BlueMouse 啟動後,Cursor 沒有反應?
A: 請確認以下步驟:
Q2: 出現 "Address already in use" 錯誤?
A: 端口 8001 被佔用。解決方法:
Q3: CRITICAL STOP 沒有觸發?
A: CRITICAL STOP 功能已實現!確認以下條件:
測試方法:
Q4: 需要 API Key 嗎?
A: 不需要! BlueMouse 可以完全本地運行。
Q5: 支援 Windows 嗎?
A: 支援!使用 Start.bat 啟動。
注意:部分功能可能需要 WSL (Windows Subsystem for Linux)
Q6: 如何解除安裝?
A:
Q7: 可以用在其他 IDE 嗎?
A: 可以!BlueMouse 是標準的 MCP Server,支援:
📄 License | 授權
BlueMouse is licensed under AGPLv3 | BlueMouse 採用 AGPLv3 授權。
What this means | 這意味著:
See LICENSE for details | 詳見 LICENSE。
🙏 Acknowledgments | 致謝
Built with | 使用以下技術構建:
📊 Stats | 統計
Made with ❤️ by developers who care about code quality
由關心代碼品質的開發者用心打造
Stop Vibe Coding. Start Engineering. | 拒絕憑感覺寫代碼,回歸工程思維。 🐭
About
Resources
License
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
3
Packages
0
Contributors
3
Languages
Footer
Footer navigation
相關文章