mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
4d35cb1b6ed456e9c68456fd8b89202efe1eea87
Scrypted Home Automation
Discord
Supported Platforms
- Google Home
- Apple HomeKit
- Amazon Alexa
Supported accessories:
Installation
Run on Docker
# checkout source
git clone https://github.com/koush/scrypted.git
cd scrypted
# build image from current checkout
sudo docker build -t scrypted .
# run it
sudo docker run --network host -v $(pwd)/server/volume:/server/volume scrypted
Run Locally for Development
Prerequisites
- Node v16 (older versions seem to have issues with the cluster module)
- Windows is not supported, but may work.
Linux Prerequisites
sudo apt install libavahi-compat-libdnssd-dev
Run
# checkout source
git clone https://github.com/koush/scrypted.git
cd scrypted
cd scrypted/server
npm install
npm run serve
# visit https://localhost:9443/ in a browser
Plugin Development Documentation
https://developer.scrypted.app
HomeKit Secure Video Setup
- Install Scrypted
- Open https://localhost:9443/
- Install the HomeKit Plugin from the available plugins tab
- Install the Unifi or Amcrest camera plugin
- (optional/recommended) Install the Prebuffer plugin to keep a short video loop of the stream leading up to the motion.
- Pair with the Scrypted Hub accessory using your HomeKit app on iOS or Mac.
Description
Languages
TypeScript
79.8%
Python
16.3%
JavaScript
2.3%
Shell
1.4%
PowerShell
0.1%