Open-source automation platform that combines intelligent screen capture, UI-aware annotation, and voice-driven workflows.
- 🎯 Smart Screen Selection - Computer-vision based UI element detection and region capture
- Voice Control - Multi-provider speech recognition for hands-free commands and annotations
- Multi-language Support - Localized interface (RU/EN) with extendable i18n system
- Rich Annotation Tools - Draw, add text, arrows, shapes and structured UI annotations
- Flexible Recognition - Local (Vosk) and cloud (Yandex, Google) speech recognition backends
- Highly Customizable - Modular architecture, presets and project-based configuration
git clone https://github.com/void2byte/screph.git
cd screph
python -m venv venv
# Windows: .\venv\Scripts\activate
# Linux/macOS: source venv/bin/activate
pip install -r requirements.txt
python main.py- See docs/ directory in the repository.
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0) - see the LICENSE file for details.