A powerful AI-powered writing assistant that integrates seamlessly with your workflow through system tray access and global hotkeys.
python Windows_and_Linux/scripts/dev_script.pypython Windows_and_Linux/scripts/build_dev.pypython Windows_and_Linux/scripts/build_dev.py --console- 🤖 Multiple AI Providers: OpenAI, Gemini, Ollama (auto-install), Anthropic, Mistral
- ⚡ Global Hotkeys: Quick access from anywhere
- 🎨 Smart Theming: Auto dark/light mode detection
- 📋 System Tray: Unobtrusive background operation
- 🔧 Flexible Configuration: Per-provider settings and customization
- 🌍 Cross-Platform: Windows and Linux support
- Python 3.8+
- Virtual environment (automatically created)
- Windows 10/11 or Linux
- Quick Testing:
python Windows_and_Linux/scripts/dev_script.py - Build Testing:
python Windows_and_Linux/scripts/build_dev.py - Debug Issues:
python Windows_and_Linux/scripts/build_dev.py --console - Production Build:
python Windows_and_Linux/scripts/build_final.py
All scripts work perfectly with Code Runner:
- Open any script file
- Press
Ctrl+F5 - Script runs with proper environment setup
# Debug startup issues
python Windows_and_Linux/scripts/startup_debug.py
# For boot-time issues
python Windows_and_Linux/scripts/install_startup_debug.py# Update dependencies first
python Windows_and_Linux/scripts/update_deps.py
# Then try console mode for detailed output
python Windows_and_Linux/scripts/build_dev.py --console- Check API keys in Settings
- Verify internet connection
- Try different provider in Settings window
- Development Setup - Detailed development guide
- Building Guide - Complete build instructions
- Running from Source - Source execution guide
- Scripts Documentation - All available scripts explained
- Major Changes - What's new in this version
- Launch the application using any of the methods above
- Configure your AI provider in the system tray settings
- For Ollama: Click "Install Ollama" for automatic setup, then install models via command line (
ollama pull llama3.2)
- For Ollama: Click "Install Ollama" for automatic setup, then install models via command line (
- Set up hotkeys for quick access
- Select text anywhere and use your hotkey
- Choose from predefined prompts or create custom ones
- Get AI-powered writing assistance instantly
This version features a complete architectural overhaul with:
- Multi-mode system (dev/build-dev/build-final)
- Robust settings management with automatic migration
- Enhanced debugging tools for development
- Improved build system with console mode support
- Better error handling and logging
- Fork the repository
- Create a feature branch
- Use the development scripts for testing
- Submit a pull request
[Add your license information here]
Based on the original Writing Tools project, enhanced with modern development practices and improved reliability.
Need help? Check the troubleshooting section or review the documentation for detailed guides.