Show HN: Open-source private home security camera system (end-to-end encryption)
Summary
Secluso is an open-source, end-to-end encrypted home security camera system for Raspberry Pi that allows remote access without cloud surveillance. It features a 5-minute setup and reproducible builds.
View Cached Full Text
Cached at: 05/30/26, 01:22 AM
secluso/core
Source: https://github.com/secluso/core
Secluso
Private DIY home security for Raspberry Pi, with encrypted remote access and a 5-minute software setup.
Download Secluso Deploy • Build Your Own Guide • Security Model • Website
Secluso is a private home security camera system for Raspberry Pi. Watch live video, get alerts, and open recordings from your phone without handing your footage to a cloud provider.
Secluso is developed by Secluso, Inc. and co-founded by:
- Ardalan Amiri Sani, a UC Irvine professor with expertise in computer security and privacy,
- John Kaczman, an open source and privacy enthusiast with experience in automation, systems, and AI.
Features
- End-to-end encrypted remote access: Watch live video, get alerts, and open recordings from your phone.
- 5-minute setup: Secluso Deploy handles image building, pairing, and relay setup in the normal path.
- Open source: Inspect the code, self-host it, and contribute.
- Fully reproducible releases: Verify the released runtime binaries, deploy tool, Android mobile app and Secluso OS against the public source code.
Requirements
- Raspberry Pi: Raspberry Pi Zero 2W
- Camera: Raspberry Pi Camera Module V1 and V2 (or any camera with a OV5647 or IMX219 Sony sensor)
- Relay: your own Linux VPS login, or an email to us for free beta relay hosting while testing
- Phone: Android or iPhone for pairing, alerts, and playback
Set up in 5 minutes (Quick Start)
- Download Secluso Deploy from the latest releases.
- Generate your personalized Secluso OS image and camera secret QR code locally
- Let Secluso Deploy provision your relay over SSH, or email us if you want free beta relay hosting while testing.
- Boot the Pi and pair it in the mobile app.
If you need help choosing hardware or a VPS, Build Your Own Guide gives you hardware suggestions and a simple starting path.
Mobile App
After setup, use the mobile app to check in remotely, review recent events, and open encrypted clips.
iOS Mobile App • Android Mobile App
Security
See WHITE_PAPER.md for the full security model, including the untrusted-relay design, forward secrecy, and post-compromise security. See SECURITY.md for how to report a vulnerability.
Reproducible Builds
We do distribute a prebuilt Raspberry Pi image called “Secluso OS”. Secluso Deploy generates unique credentials on your machine and injects them into this prebuilt image. Secluso OS, the deploy tool, our runtime binaries, and our Android app are completely reproducible.
See releases/README.md for the reproducibility checker for the binaries and deploy tool. See mobile_client/tool/repro/README.md for the reproducibility checker for the Android mobile app. See os/README.md for the reproducibility checker for Secluso OS. The image must be checked before the deploy tool modifies it (download from our releases directly).
Contributing
Questions and contributions are welcome. Contributions are made under the project license in LICENSE.
Contact
If you need help with anything else, please feel free to contact us at [email protected]
Disclaimers
This project uses cryptography. Check your local laws before use.
Use at your own risk. The project authors provide no guarantees of privacy or home security.
Similar Articles
Show HN: Exploiting Slack's video embeds to achieve E2EE communication
This article describes a proof-of-concept tool that exploits Slack's video embed feature to achieve end-to-end encrypted messaging within Slack, using browser crypto and openpgpjs.
securix: NixOS-based secure operating system. Provides a hardened environment with strong isolation, reproducibility, and policy-driven configurations
Sécurix is a NixOS-based secure operating system developed by the French digital department (DINUM) for hardened environments with strong isolation, reproducibility, and policy-driven configurations, currently in alpha.
Optocam Zero: a Pi Zero based digital camera made using off the shelf components
Optocam Zero is a compact DIY digital camera based on Raspberry Pi Zero, using off-the-shelf components and 3D-printed parts. It features autofocus, filters, GIF recording, and easy image transfer via hotspot.
Signal Alums Reveal ‘Encrypted Spaces,’ a System for Making Private Collaboration Apps
Former Signal developers and cryptographers from Harvard and Microsoft Research release Encrypted Spaces, a set of open-source libraries enabling developers to build end-to-end encrypted collaborative apps using zero-knowledge proofs.
francescopace/espectre
An open-source motion detection system that uses Wi-Fi Channel State Information (CSI) on ESP32 devices, with native Home Assistant integration via ESPHome.