{"id":27556773,"url":"https://github.com/violt-app/violt-core","last_synced_at":"2026-04-11T03:34:39.829Z","repository":{"id":283482781,"uuid":"951803237","full_name":"violt-app/violt-core","owner":"violt-app","description":"Violt Core is an open-source, privacy-first smart home automation platform that runs locally, ensuring full data security without cloud dependency. It supports Zigbee, Z-Wave, Wi-Fi, MQTT, and Matter, enabling custom automations, real-time monitoring, and API integrations on self-hosted devices like Raspberry Pi and NUC. 🚀","archived":false,"fork":false,"pushed_at":"2025-06-27T07:17:00.000Z","size":490,"stargazers_count":4,"open_issues_count":15,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-27T07:27:02.761Z","etag":null,"topics":["ai","amazon-alexa","docker","fastapi","google-home","home-automation","internet-of-things","iot","mqtt","nextjs","open-source","python","raspberry-pi","robotics","typescript","websocket","xiaomi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/violt-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-20T09:13:48.000Z","updated_at":"2025-06-27T06:12:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9bc8cee-cbed-48bb-a5af-2c1fae741df0","html_url":"https://github.com/violt-app/violt-core","commit_stats":null,"previous_names":["violt-app/violt-core"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/violt-app/violt-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violt-app%2Fviolt-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violt-app%2Fviolt-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violt-app%2Fviolt-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violt-app%2Fviolt-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/violt-app","download_url":"https://codeload.github.com/violt-app/violt-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violt-app%2Fviolt-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","amazon-alexa","docker","fastapi","google-home","home-automation","internet-of-things","iot","mqtt","nextjs","open-source","python","raspberry-pi","robotics","typescript","websocket","xiaomi"],"created_at":"2025-04-19T19:56:07.541Z","updated_at":"2026-04-11T03:34:39.809Z","avatar_url":"https://github.com/violt-app.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Violt Core CI](https://github.com/violt-app/violt-core/actions/workflows/ci.yml/badge.svg)](https://github.com/violt-app/violt-core/actions/workflows/ci.yml)\n\n# Violt Core Lite\n\nViolt Core Lite is a local-only, open-source smart home automation platform designed to run on both Raspberry Pi and Windows systems. It provides a comprehensive solution for managing smart home devices, creating automation rules, and integrating with popular platforms like Xiaomi devices, Amazon Alexa, and Google Home.\n\n## Features\n\n- **Local-only execution** with no cloud dependency\n- **Device management** for various smart home devices\n- **Automation engine** with IF/THEN rules\n- **Cross-platform support** for Raspberry Pi and Windows\n- **Integration with popular platforms**:\n  - Xiaomi devices\n  - Amazon Alexa\n  - Google Home\n- **Real-time updates** via WebSockets\n- **Responsive web interface** for desktop and mobile\n- **Docker support** for easy deployment\n- **Windows service** for native Windows installation\n\n## System Requirements\n\n### Raspberry Pi\n- Raspberry Pi 3 or newer\n- Raspberry Pi OS (32-bit or 64-bit)\n- 2GB RAM minimum (4GB recommended)\n- 1GB free disk space\n\n### Windows\n- Windows 10, Windows 11, or Windows Server 2016/2019/2022\n- 2GB RAM minimum (4GB recommended)\n- 1GB free disk space\n\n## Installation Options\n\nViolt Core Lite can be installed in several ways:\n\n1. **Docker Installation** (cross-platform)\n2. **Native Windows Installation**\n3. **Native Raspberry Pi Installation**\n\n### Docker Installation (Cross-Platform)\n\n1. Install Docker and Docker Compose for your platform\n2. Clone or download this repository\n3. Navigate to the project directory\n4. Run Docker Compose:\n\n```bash\ndocker-compose up -d\n```\n\n5. Access the web interface at http://localhost:3000\n\nFor detailed Docker installation instructions, see [Docker Installation Guide](docs/docker_installation.md).\n\n### Native Windows Installation\n\n1. Install Python 3.11 or higher\n2. Download or clone this repository\n3. Run the Windows installer:\n\n```\npython windows_install.py\n```\n\n4. Access the web interface at http://localhost:8000\n\nFor detailed Windows installation instructions, see [Windows Installation Guide](docs/windows_installation.md).\n\n### Native Raspberry Pi Installation\n\n1. Install Python 3.11 or higher\n2. Download or clone this repository\n3. Run the installation script:\n\n```bash\n./install.sh\n```\n\n4. Access the web interface at http://localhost:8000\n\nFor detailed Raspberry Pi installation instructions, see [Raspberry Pi Installation Guide](docs/raspberry_pi_installation.md).\n\n## Quick Start\n\nAfter installation, follow these steps to get started:\n\n1. Open the web interface in your browser\n2. Register a new user account\n3. Add your smart home devices\n4. Create automation rules\n5. Enjoy your automated smart home!\n\n## Documentation\n\nComprehensive documentation is available in the `docs` directory:\n\n- [User Guide](docs/user_guide.md)\n- [API Reference](docs/api_reference.md)\n- [Developer Guide](docs/developer_guide.md)\n- [Windows Installation Guide](docs/windows_installation.md)\n- [Raspberry Pi Installation Guide](docs/raspberry_pi_installation.md)\n- [Docker Installation Guide](docs/docker_installation.md)\n- [Troubleshooting Guide](docs/troubleshooting.md)\n\n## Windows-Specific Features\n\nWhen running on Windows, Violt Core Lite offers several platform-specific features:\n\n- **Windows Service**: Runs as a background service that starts automatically with Windows\n- **Command-Line Interface**: Manage the application using the `violt.bat` script\n- **Start Menu Integration**: Easy access to the web interface and documentation\n- **Registry Integration**: Proper Windows application registration\n\nTo manage Violt Core Lite on Windows, use the provided batch script:\n\n```\nviolt.bat install   # Install the application\nviolt.bat start     # Start the service\nviolt.bat stop      # Stop the service\nviolt.bat restart   # Restart the service\nviolt.bat status    # Check service status\nviolt.bat uninstall # Uninstall the application\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some 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 file for details.\n\n## Acknowledgements\n\n- [Home Assistant](https://github.com/home-assistant/core) for inspiration and reference\n- All the open-source libraries and frameworks that made this project possible\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviolt-app%2Fviolt-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviolt-app%2Fviolt-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviolt-app%2Fviolt-core/lists"}