TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A Local Apple Notes LLM Chat Using Ollama

6 点作者 arnestrickmann3 个月前

3 条评论

arnestrickmann3 个月前
Notechat is a desktop app that lets you chat with your Apple Notes running an LLM locally on your machine.<p>Notechat accesses Apple Notes through macOS&#x27;s native AppleScript automation and uses AppleScript commands to safely read note contents and metadata directly from the Apple Notes app - this requires permission from the user through macOS security prompts.<p>All processing happens locally using Ollama and the notes never leave the users device.<p>Also working on a version that interacts with Gemini in cloud mode for better performance (but less privacy).
评论 #43244830 未加载
Mustafa_Yenler3 个月前
nice one! Love that it runs locally.
评论 #43268511 未加载
linuswetzig3 个月前
good stuff