Skip to content

Scout v0.9.57

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 15:31

Scout macOS 测试版(DMG,Apple Silicon / aarch64)。

  • 由 GitHub Actions 在 macos-14(Apple Silicon)上自动构建。
  • 未做代码签名 / 公证(开源免费分发),首次运行 macOS Gatekeeper 会拦截:
    右键点击 App →「打开」,或终端执行 xattr -dr com.apple.quarantine /Applications/Scout.app
  • Intel Mac 用户请从源码构建。放行步骤 / SHA256 校验 / 从源码构建:见
    安装指南

模型文件(均可选,首选应用内「快速入门」一键下载;也可手动放置到 ~/Library/Application Support/Scout/models/):

  • embeddinggemma-300m-q8_0.gguf —— 语义召回 embedding 模型(启用「按意思找到」/ 跨语言)。缺失则语义召回降级纯关键词(FTS)。
  • qwen3-0.6b-q4_k_m.gguf —— 生成模型 fallback(复杂查询 AI 解析)。缺失则降级 parser-only。

两者均不放置也可正常使用(纯关键词搜索)。「选项 → 常规 / 语义召回」可查看各模型状态。

(详细 changelog 发版后补全)