{"id":43441401,"url":"https://github.com/jamditis/wristcontrol","last_synced_at":"2026-02-02T22:21:23.553Z","repository":{"id":333026753,"uuid":"1129208821","full_name":"jamditis/wristcontrol","owner":"jamditis","description":"Control and talk to your computer with your smart watch.","archived":false,"fork":false,"pushed_at":"2026-01-16T22:06:32.000Z","size":243,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-17T11:14:27.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamditis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-06T19:03:00.000Z","updated_at":"2026-01-16T22:06:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jamditis/wristcontrol","commit_stats":null,"previous_names":["jamditis/wristcontrol"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jamditis/wristcontrol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamditis%2Fwristcontrol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamditis%2Fwristcontrol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamditis%2Fwristcontrol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamditis%2Fwristcontrol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamditis","download_url":"https://codeload.github.com/jamditis/wristcontrol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamditis%2Fwristcontrol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29021112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T22:20:39.141Z","status":"ssl_error","status_checked_at":"2026-02-02T22:20:37.621Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-02T22:21:21.789Z","updated_at":"2026-02-02T22:21:23.547Z","avatar_url":"https://github.com/jamditis.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WristControl\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/logo.svg\" alt=\"WristControl Logo\" width=\"120\" height=\"120\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eVoice \u0026 Gesture Computer Control\u003c/strong\u003e\u003cbr\u003e\n  Control your computer with natural hand gestures and voice commands using your Samsung Galaxy Watch.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#configuration\"\u003eConfiguration\u003c/a\u003e •\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Overview\n\nWristControl transforms your Samsung Galaxy Watch into a powerful input device, enabling hands-free computer control through natural gestures and voice commands. Move your cursor, click, scroll, and type without touching your keyboard or mouse.\n\n**Key Differentiators:**\n- **Voice Integration** - Full voice command and dictation support\n- **Motion Cursor Control** - Continuous cursor movement from hand motion\n- **Privacy Focused** - Local speech-to-text processing option\n- **Open Source** - Fully customizable and extensible\n\n## Features\n\n### Gesture Control\n- **Tap** - Left click (finger pinch)\n- **Double Tap** - Double click\n- **Hold** - Right click / context menu\n- **Wrist Flick** - Scroll up/down\n- **Palm Up** - Pause cursor control\n\n### Voice Commands\n- Mouse actions: click, double-click, right-click, scroll\n- Keyboard shortcuts: copy, paste, undo, select all\n- Text dictation: \"type [your text]\"\n- Custom commands: define your own\n\n### Cursor Control\n- **Relative Mode** - Tilt hand to move cursor\n- **Absolute Mode** - Point to position cursor\n- Configurable sensitivity, acceleration, and dead zones\n\n## Requirements\n\n### Desktop\n- Windows 10/11, macOS 11+, or Linux (BlueZ 5.50+)\n- Bluetooth 4.0+ with BLE support\n- Python 3.10+ (for source installation)\n\n### Watch\n- Samsung Galaxy Watch 4 or newer (Wear OS)\n- Wear OS 3.0+ recommended\n\n## Installation\n\n### Pre-built Binaries\n\nDownload the latest release for your platform from the [Releases](https://github.com/wristcontrol/wristcontrol/releases) page.\n\n### From PyPI\n\n```bash\npip install wristcontrol\n```\n\n### From Source\n\n```bash\n# Clone the repository\ngit clone https://github.com/wristcontrol/wristcontrol.git\ncd wristcontrol/desktop\n\n# Create virtual environment\npython -m venv venv\nsource venv/bin/activate  # Windows: venv\\Scripts\\activate\n\n# Install in development mode\npip install -e \".[dev]\"\n```\n\n## Usage\n\n### Quick Start\n\n1. **Install** the desktop app on your computer\n2. **Enable Bluetooth** on both devices\n3. **Install** the WristControl app on your Galaxy Watch\n4. **Launch** both apps and follow the pairing wizard\n5. **Start controlling** your computer with gestures and voice\n\n### Running the Desktop App\n\n```bash\n# Run the application\nwristcontrol\n\n# Run with debug logging\nwristcontrol --debug\n\n# Run with specific config file\nwristcontrol --config /path/to/config.json\n```\n\n### Basic Gestures\n\n| Gesture | Action |\n|---------|--------|\n| Tap (pinch) | Left click |\n| Double tap | Double click |\n| Hold (500ms) | Right click |\n| Wrist flick left/right | Scroll |\n| Palm facing up | Pause control |\n\n### Basic Voice Commands\n\n```\n\"click\"           → Left click\n\"double click\"    → Double click\n\"right click\"     → Context menu\n\"scroll up/down\"  → Scroll\n\"copy\" / \"paste\"  → Ctrl+C / Ctrl+V\n\"type hello\"      → Types: hello\n```\n\n## Configuration\n\nConfiguration is stored in `~/.config/wristcontrol/config.json`:\n\n```json\n{\n  \"cursor\": {\n    \"sensitivity\": 1.0,\n    \"dead_zone\": 0.1,\n    \"acceleration\": 1.5,\n    \"smoothing\": 0.3,\n    \"mode\": \"relative\"\n  },\n  \"gestures\": {\n    \"tap_threshold\": 0.5,\n    \"double_tap_window\": 0.3,\n    \"hold_duration\": 0.5,\n    \"enabled_gestures\": [\"tap\", \"double_tap\", \"hold\", \"wrist_flick\"]\n  },\n  \"voice\": {\n    \"enabled\": true,\n    \"backend\": \"whisper_local\",\n    \"activation_mode\": \"push_to_talk\"\n  },\n  \"bluetooth\": {\n    \"auto_reconnect\": true\n  }\n}\n```\n\nSee the [Configuration Guide](web/docs.html#settings) for detailed options.\n\n## Project Structure\n\n```\nwristcontrol/\n├── desktop/                 # Desktop companion app (Python)\n│   ├── src/wristcontrol/   # Main package\n│   │   ├── core/           # App logic \u0026 config\n│   │   ├── bluetooth/      # BLE communication\n│   │   ├── gestures/       # Gesture recognition\n│   │   ├── voice/          # Speech-to-text\n│   │   ├── cursor/         # Input injection\n│   │   └── ui/             # User interface\n│   └── tests/              # Unit tests\n├── watch/                   # Watch app (Wear OS) [planned]\n├── web/                     # Website \u0026 documentation\n├── assets/                  # Logos \u0026 icons\n└── planning/               # PRD \u0026 design docs\n```\n\n## Development\n\n### Setup\n\n```bash\ncd desktop\npip install -e \".[dev]\"\n```\n\n### Running Tests\n\n```bash\npytest\npytest --cov=wristcontrol  # With coverage\n```\n\n### Code Quality\n\n```bash\n# Linting\nruff check src/\n\n# Formatting\nblack src/\n\n# Type checking\nmypy src/\n```\n\n## Performance Targets\n\n| Metric | Target |\n|--------|--------|\n| Input latency | \u003c 50ms |\n| Gesture accuracy | \u003e 95% |\n| Battery life | \u003e 4 hours |\n| Voice recognition | \u003e 90% |\n\n## Roadmap\n\n- [x] Desktop app skeleton\n- [x] Web assets \u0026 documentation\n- [ ] Bluetooth LE connection\n- [ ] Gesture recognition\n- [ ] Voice command processing\n- [ ] Motion cursor control\n- [ ] Watch app (Wear OS)\n- [ ] Configuration UI\n\n## Contributing\n\nContributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details.\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [DoublePoint TouchSDK](https://github.com/doublepointlab/touch-sdk-py) - Gesture detection reference\n- [OpenAI Whisper](https://github.com/openai/whisper) - Local speech-to-text\n- [Bleak](https://github.com/hbldh/bleak) - Cross-platform BLE library\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with gestures and voice\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamditis%2Fwristcontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamditis%2Fwristcontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamditis%2Fwristcontrol/lists"}