Demo.mp4
Writing Tools is an Apple Intelligence-inspired application for Windows, Linux, and macOS (alpha) that supercharges your writing with AI LLMs. It lets you fix up grammar and more with one hotkey press, system-wide. It's currently the world's most intelligent system-wide grammar assistant.
Aside from being the only Windows/Linux program that works like Apple's Writing Tools:
- Versatile AI LLM Support: Jump in quickly with support for the free Gemini API, or use an extensive range of local LLMs (via Ollama [instructions below], llama.cpp, KoboldCPP, TabbyAPI, vLLM, etc.) or cloud-based LLMs (ChatGPT, Mistral AI, etc.) with Writing Tools' OpenAI-API-Compatibility.
- System-wide Functionality: Works instantly in any application where you can select text. Does not overwrite your clipboard.
- Completely free and Open-source: No subscriptions, no hidden costs. Bloat-free & uses pretty much 0% of your CPU.
- Chat Mode: Invoke Writing Tools with no text selected to enter a chat mode for quick queries and assistance.
- 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 Many Languages: Works for any language! It can even translate text across languages better than Google Translate (type "translate to [language]" in "Describe your change...").
- Code Support: Select code and ask Writing Tools to work on it (fix, improve, convert languages) through "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.
Writing Tools has been featured on Beebom, XDA, Neowin, and more!
- Proofread: The smartest grammar and spelling corrector. Sorry not sorry, Grammarly Premium.
- Rewrite: Improve the phrasing of your text.
- Make Friendly/Professional: Adjust the tone of your writing.
- Summarize: Create concise summaries of longer texts.
- Extract Key Points: Highlight the most important information.
- Create Tables: Convert text into a structured Markdown table (use Obsidian or Markdown-to-Excel to work with the markdown table).
- Custom Instructions: Give specific directions for text modifications (e.g.
Translate to French
).
Invoke Writing Tools with no text selected to enter a chat mode.
- Select any text in any application (or don't select any text to use chat mode).
- Press your hotkey (default: Ctrl+Space).
- Choose an option from the popup menu or enter a custom instruction.
- Watch as your text is magically improved!
-
Go to the Releases page and download the latest
Writing.Tools.zip
file. For Linux and macOS, run it from source with the instructions further below. -
Extract it where you want, run
Writing Tools.exe
, and enjoy! :DNote: If you extract Writing Tools into a protected system folder like Program Files, you'll need to run it as administrator at least on the first launch or it won't be able to create/edit its config file (in the same folder as its exe).
-
To let it automatically start when you boot your PC, add a shortcut of the
Writing Tools.exe
to the Windows Start-Up folder (Open Run and typeshell:startup
to get to this folder).
- Download and install Ollama.
- Choose the LLM you want to use form here. Recommended: Llama 3.1 8B if you have ~8GB of RAM or VRAM.
- Open your terminal, and type
ollama run llama3.1:8b
. This will download and run Llama 3.1. That's it! Leave this running in the background. - In Writing Tools, choose the
OpenAl Compatible
AI Provider, and set your API Key toollama
, your API Base URL tohttp://localhost:11434/v1
, and your API Model tollama3.1:8b
. Enjoy Writing Tools with absolute privacy and no internet connection! 🎉
I believe strongly in protecting your privacy. Writing Tools:
- 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.
- 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.
Note: Privacy policies may vary depending on the AI provider you choose. Please review the terms of service for your selected provider.
-
(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 usualy unused.
-
(Fix almost ready!) On some devices, Writing Tools may not work in Microsoft Word.
-
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.
If you prefer to run the program directly from the main.py
file, follow these OS-specific instructions.
The code in the macOS folder is more outdated, but will work on macOS. The code in the Windows_and_Linux folder is slightly improved, and has been refactored to be cross-platform so it may work on macOS too!
1. Download the Code
2. Install Dependencies
After extracting the folder, open your Terminal (or Command Prompt) in the relevant directory.
-
Windows:
cd path\to\Windows_and_Linux pip install -r requirements.txt
-
macOS/Linux:
cd /path/to/Windows_and_Linux pip3 install -r requirements.txt
Make sure Python is installed!
3. Run the Program
- Windows:
pythonw main.py
- macOS/Linux:
python3 main.py
Here's how to compile it with PyInstaller:
- Install PyInstaller:
pip install pyinstaller
- Run the build script:
pyinstaller-build-script.py
Ideally, run this in a Python venv.
Writing Tools would not be where it is today without its amazing contributors:
1. Cameron Redmore (CameronRedmore):
Extensively refactored Writing Tools and added OpenAI Compatible API support, streamed responses, and the chat mode when no text is selected.
2. momokrono:
Added Linux support and switched to the pynput API to improve Windows stability. Fixed misc. bugs, such as handling quitting onboarding without completing it. @momokrono has been super kind and helpful, and I'm very grateful to have them as a contributor - Jesai.
3. Disneyhockey40 (Soszust40):
Helped add dark mode, the plain theme, tray menu fixes, and UI improvements.
I welcome contributions! :D If you'd like to improve Writing Tools, feel free to open a Pull Request or get in touch with me.
My email: [email protected]
Made with ❤️ by a high school student. Check out my other AI app, Bliss AI, a novel AI tutor free on the Google Play Store!
Distributed under the GNU General Public License v3.0.