Demo.mp4
Demo.-.Summaries.mp4
Hi! I'm Jesai, and I develop and maintain Writing Tools (Windows & Linux) with help from our amazing contributors β
I want to especially shout out momokrono, who's extensively contributed to the Windows/Linux version, and Arya Mirsepasi, who built the entire macOS port!
Writing Tools will always remain completely free and open-source.
If you find value in it, it would mean the world to me if you could support my continued development of it β€οΈ
Writing Tools is an Apple Intelligence-inspired application for Windows, Linux, and macOS that supercharges your writing with an AI LLM (cloud-based or local).
With one hotkey press system-wide, it lets you fix grammar, optimize text according to your instructions, summarize content (webpages, YouTube videos, etc.), and more.
It's currently the world's most intelligent system-wide grammar assistant and works in almost any language, and it's been featured in π₯ 25+ publications (Beebom, XDA, How-To Geek, Neowin, Windows Central...).
Writing Tools was also the π₯ 8th most trending AI program in the world on GitHub in Oct '24.
- Select any text on your PC and invoke Writing Tools with
ctrl+space
. - Choose Proofread, Rewrite, Friendly, Professional, Concise, or even enter custom instructions (e.g., "add comments to this code", "make it title case", "translate to French").
- Your text will instantly be replaced with the AI-optimized version. Use
ctrl+z
to revert.
- Select all text in any webpage, document, email, etc., with
ctrl+a
, or select the transcript of a YouTube video (from its description). - Choose Summary, Key Points, or Table after invoking Writing Tools.
- Get a pop-up summary with clear and beautiful formatting (with Markdown rendering), saving you hours.
- Chat with the summary if you'd like to learn more or have questions.
- They're your own magic buttons. Dream, and it'll magically be done with AI.
- Press
ctrl+space
without selecting text to start a conversation with your LLM (for privacy, chat history is deleted when you close the window).
Aside from being the only Windows/Linux program like Apple's Writing Tools, and the only way to use them on an Intel Mac or in the EU:
- More intelligent than Apple's Writing Tools and Grammarly Premium: Apple uses a tiny 3B parameter model, while Writing Tools lets you use much more advanced models for free (e.g., Gemini 2.0 Flash [~30B]). Grammarly's rule-based NLP can't compete with LLMs.
- Completely free and open-source: No subscriptions or hidden costs. Bloat-free and uses ~0% of your CPU even when actively using it.
- Versatile AI LLM support: Jump in quickly with the free Gemini API & Gemini 2.0, or an extensive range of local LLMs (via Ollama [instructions], llama.cpp, KoboldCPP, TabbyAPI, vLLM, etc.) or cloud-based LLMs (ChatGPT, Mistral AI, etc.) through Writing Tools' OpenAI-API-compatibility.
- Does not mess with your clipboard, and works system-wide.
- Privacy-focused: Your API key and config files stay on your device. NO logging, diagnostic collection, tracking, or ads. Invoked only on your command. Local LLMs keep your data on your device & work without the internet.
- Supports multiple languages: Works with any language and translates text better than Google Translate (type "translate to [language]" in
Describe your change...
). - Code support: Fix, improve, translate, or add comments to code with
Describe your change...
." - Themes, Dark Mode, & Customization: Choose between 2 themes: a blurry gradient theme and a plain theme that resembles the Windows + V pop-up! Also has full dark mode support. Set your own hotkey for quick access.
- Go to the Releases page and download the latest
Writing.Tools.zip
file. - Extract it to your desired location (recommended:
Documents
orApp Data/Local
), runWriting Tools.exe
, and enjoy! :D
Note: Writing Tools is a portable app. If you extract it into a protected folder (e.g., Program Files), you must run it as administrator at least on first launch so it can create/edit its config files (in the same folder as its exe).
PS: Go to Writing Tools' Settings (from its tray icon at the bottom right of the taskbar) to enable starting Writing Tools on boot.
Writing Tools works well on x11. On Wayland, there are a few caveats:
- it works on XWayland apps
- and it works if you disable Wayland for individual Flatpaks with Flatseal.
The macOS version is a native Swift port, developed by Arya Mirsepasi. View the README inside the macOS folder to learn more.
To install it:
- Go to the Releases page and download the latest
.dmg
file. - Open the
.dmg
file, also open a Finder Window, and drag thewriting-tools.app
into the Applications folder. That's it!
YouTube.Summary.Tutorial.mp4
2οΈβ£ Make Writing Tools work better in MS Word: the ctrl+space
keyboard shortcut is mapped to "Clear Formatting", making you lose paragraph indentation. Here's how to improve this:
P.S.: Word's rich-text formatting (bold, italics, underline, colours...) will be lost on using Writing Tools. A Markdown editor such as Obsidian has no such issue.
MS.Word.Paragraph.Formatting.Being.Lost.Fix.mp4
I believe strongly in protecting your privacy. Writing Tools:
- Does not collect or store any of your writing data by itself. It doesn't even collect general logs, so it's super light and privacy-friendly.
- Lets you use local LLMs to process your text entirely on-device.
- Only sends text to the chosen AI provider (encrypted) when you explicitly use one of the options.
- Only stores your API key locally on your device.
Note: If you choose to use a cloud based LLM, refer to the AI provider's privacy policy and terms of service.
- Proofread: The smartest grammar & spelling corrector. Sorry not sorry, Grammarly Premium.
- Rewrite: Improve the phrasing of your text.
- Make Friendly/Professional: Adjust the tone of your text.
- Custom Instructions: Tailor your request (e.g., "Translate to French") through
Describe your change...
.
The following options respond in a pop-up window (with markdown rendering, selectable text, and a zoom level that saves & applies on app restarts):
- Summarize: Create clear and concise summaries.
- Extract Key Points: Highlight the most important points.
- Create Tables: Convert text into a formatted table. PS: You can copy & paste the table into MS Word.
These instructions are for Writing Tools Windows/Linux v7+, using its native Ollama provider:
- Download and install Ollama.
- Choose an LLM from here. Recommended:
Llama 3.1 8B
(~8GB RAM of VRAM required). - Run
ollama pull llama3.1:8b
in your terminal to download it. - Open Writing Tools Settings and simply select the Ollama AI Provider. The default model name is already
Llama 3.1 8B
. - That's it! Enjoy Writing Tools with absolute privacy and no internet connection! π From now on, you'll simply need to launch Ollama and Writing Tools into the background for it to work.
These instructions are for any Writing Tools version, using the OpenAI-Compatible provider:
- Download and install Ollama.
- Choose an LLM from here. Recommended:
Llama 3.1 8B
(~8GB RAM of VRAM/RAM required). - Run
ollama pull llama3.1:8b
in your terminal to download Llama 3.1. - In Writing Tools, set the
OpenAI-Compatible
provider with:- API Key:
ollama
(PS: For most local LLM providers, any random string here will suffice.) - API Base URL:
http://localhost:11434/v1
- API Model:
llama3.1:8b
- API Key:
- That's it! Enjoy Writing Tools with absolute privacy and no internet connection! π From now on, you'll simply need to launch Ollama and Writing Tools into the background for it to work.
-
(Being investigated) On some devices, Writing Tools does not work correctly with the default hotkey.
To fix it, simply change the hotkey to ctrl+` or ctrl+j and restart Writing Tools. PS: If a hotkey is already in use by a program or background process, Writing Tools may not be able to intercept it. The above hotkeys are usually unused.
-
The initial launch of the
Writing Tools.exe
might take unusually long β this seems to be because AV software extensively scans this new executable before letting it run. Once it launches into the background in RAM, it works instantly as usual.
Writing Tools would not be where it is today without its amazing contributors:
1. momokrono:
Added Linux support, switched to the pynput API to improve Windows stability. Added Ollama API support, the core logic for customisable buttons, and localization. Fixed misc. bugs and added graceful termination support by handling SIGINT signal.
@momokrono has been incredibly kind and helpful, and I'm forever grateful to have him as a contributor. Not only has he provided extensive help with code, but he's also played a big role in managing GitHub issues. - Jesai
2. Cameron Redmore (CameronRedmore):
Extensively refactored Writing Tools and added OpenAI Compatible API support, streamed responses, and the chat mode when no text is selected.
Helped add dark mode, the plain theme, tray menu fixes, and UI improvements.
Helped improve the reliability of text selection.
5. raghavdhingra24:
Made the rounded corners anti-aliased & prettier.
6. ErrorCatDev:
Significantly improved the About window, making it scrollable and cleaning things up. Also improved our .gitignore & requirements.txt.
7. Vadim Karpenko:
Helped add the start-on-boot setting!
A native Swift port created entirely by Arya Mirsepasi! This was a big endeavour and he's done an increadble job.
Over so many emails, @Aryamirsepasi has been someone I truly look up to, and it's rare to find people as kind as him. We're incredibly grateful for all his contributions here! β Jesai
1. Joaov41:
Developed the amazing picture processing functionality for WritingTools, allowing the app to now work with images in addition to text!
I welcome contributions! :D
If you'd like to improve Writing Tools, please feel free to open a Pull Request or get in touch with me (email below).
If there are major changes on your mind, it may be a good idea to get in touch before working on it.
Email: [email protected]
Made with β€οΈ by a high school student. Check out my other app, Bliss AI, a free AI tutor!
Distributed under the GNU General Public License v3.0.