Skip to content

Scrypted is a high performance home video integration and automation platform

License

Notifications You must be signed in to change notification settings

fuliang2015/scrypted

This branch is 2390 commits behind koush/scrypted:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 10, 2023
Oct 19, 2023
Jan 14, 2023
Oct 23, 2023
Oct 15, 2023
Oct 24, 2023
Oct 25, 2023
Oct 24, 2023
Oct 25, 2023
Oct 3, 2021
Jul 6, 2023
Aug 13, 2023
Nov 16, 2022
Jul 11, 2023
Apr 6, 2023
May 8, 2023

Repository files navigation

Scrypted

Scrypted is a high performance home video integration platform and NVR with smart detections. Instant, low latency, streaming to HomeKit, Google Home, and Alexa. Supports most cameras. Learn more.

Installation and Documentation

Installation and camera onboarding instructions can be found in the docs.

Community

Scrypted has active communities on Discord, Reddit, and Github. Check them out if you have questions!

Development

Debug Scrypted Plugins in VS Code

# this is an example for homekit.
# check out the code
git clone https://github.com/koush/scrypted
cd scrypted
# get the dependencies for the server and various plugins
./npm-install.sh
# open the homekit project in VS Code
code plugins/homekit

You can now launch (using the Start Debugging play button) the HomeKit Plugin in VS Code. Please be aware that you do not need to restart the Scrypted Server if you make changes to a plugin. Edit the plugin, launch, and the updated plugin will deploy on the running server.

If you do not want to set up VS Code, you can also run build and install the plugin directly from the command line:

# currently in the plugins/homekit directory.
npm run build && npm run scrypted-deploy 127.0.0.1

Plugin SDK Documentation

Want to write your own plugin? Full documentation is available here: https://developer.scrypted.app

Debug the Scrypted Server in VS Code

Debugging the server should not be necessary, as the server only provides the hosting and RPC mechanism for plugins. The following is for reference purpose. Most development can be done by debugging the relevant plugin.

# check out the code
git clone https://github.com/koush/scrypted
cd scrypted
# get the dependencies for the server and various plugins
./npm-install.sh
# open server project in VS Code
code server

You can now launch the Scrypted Server in VS Code.

About

Scrypted is a high performance home video integration and automation platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.5%
  • Python 9.9%
  • Vue 8.1%
  • JavaScript 1.3%
  • SCSS 0.6%
  • Shell 0.5%
  • Other 0.1%