Desktop App installation
Two parts: a Chrome extension and a Windows desktop app to help you find and connect information quickly.
⚡ Method 1: Run binary (recommended)
- Optionally install Everything for faster local search
- Download the release archive and extract
- Run EverythingFlaskSearch.exe
✅ 推薦方式:直接下載執行檔,無需安裝 Python 環境
🛠️ Method 2: Dev mode
- Install Python 3.13+.
- Go to desktop-app, install deps: pip install -r requirements.txt
- Start: python app_standalone.py.
⚠️ 開發模式:需要 Python 環境,適合開發者使用
📋 Requirements
- Windows 10/11
- Everything recommended (optional; demo mode available)
💡 See desktop-app/README.md for details and troubleshooting.