Show HN: I built an open-source Apple Intelligence-like Writing Tool for Windows
7 points
2 days ago
| 1 comment
| github.com
| HN
As a high school student, I love LLMs and the execution of Apple's Appel Intelligence Writing Tools, but was disappointed that nothing like that existed for Windows. So, I created Writing Tools, a better than Apple Intelligence open-source alternative that works system-wide on Windows!

Key features: - Uses Google's Gemini 1.5 Flash model for superior AI-assisted writing (much better than the tiny 2B parameter Apple Intelligence model) - Works in any application with a customizable hotkey - Proofreads, rewrites, summarizes, and more - Free and privacy-focused (your API key stays local, no logging, no tracking, etc.)

It's built with Python and PySide6, and I've made it easy to install with a pre-compiled exe. For the technically inclined, the well-documented source is available to run or modify.

I'd love feedback from the HN community on both the concept and the implementation. Are there features you'd like to see? Any thoughts on making it more robust or user-friendly?

GitHub: https://github.com/theJayTea/WritingTools

P.S. This is my first major Windows coding project, so I'm especially keen on advice for best practices and potential improvements! Thanks so much for your time :)

KetoManx64
1 day ago
[-]
Wow!! This is very very cool! Are you planning on adding Llama support for people that want to use a self hosted model for privacy reasons?
reply