A discreet tool that enables you to read text on the screen without being detected by other software, all while staying visible above other applications.
- Stealth Mode: Operates discreetly without being detected by other applications
- Always on Top: Stays visible above other windows for quick access
- OCR Integration: Built-in OCR capabilities for text extraction
- AI-Powered: Smart responses using advanced AI models
- Cross-Platform: Available for Windows, macOS, and Linux
- Customizable: Configurable settings through
config.ini
- Node.js (v16 or higher)
- Python 3.8 or higher
- Tesseract OCR (for text recognition)
- Download the latest release from GitHub Releases
- Run the installer (
Ghostify-Setup-x.x.x.exe) - Follow the installation wizard
- Launch Ghostify from the Start Menu or desktop shortcut
-
Clone the repository:
git clone https://github.com/krushna06/Ghostify.git cd Ghostify -
Install dependencies:
cd backend pip install -r requirements.txt cd frontend npm install
-
Start the development server:
npm start
Ctrl + A: Capture entire screenCtrl + S: Capture selected areaCtrl + D: Toggle visibilityCtrl + W: Close application
- Electron for the desktop application framework
- Tesseract OCR for text recognition
This project is licensed under the MIT License - see the LICENSE file for details.