OpenSource-Hub
G

Gladys Assistant

3.1k stars·System Optimization·SHA-256 checksum verified

Privacy-first, open-source smart home assistant that runs locally on your hardware.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Privacy-first open-source home assistant that keeps all data locally.

Core Features

  • Local privacy: all data stored on your device, no cloud uploads
  • One-command deploy via Docker
  • Runs on Raspberry Pi, NAS, mini-PC
  • Integrates lights, sensors, cameras, locks, and more
  • Voice control via Google Assistant & Amazon Alexa

What It Can't Do

  • The Docker command uses --privileged for hardware access; understand security implications. 2. SQLite may have performance limits under heavy load; regular backups recommended. 3. Some plugins require extra dependencies (e.g., ffmpeg for cameras). 4. For production, use a reverse proxy rather than default port 80.

Use Cases

  • Home automation: timers, scenes, schedules
  • Security monitoring: local alerts with cameras and sensors
  • Remote control via web interface

Detailed Introduction

Gladys Assistant is an open-source smart home platform designed with privacy at its core. It runs entirely on your own hardware (Raspberry Pi, NAS, mini-PC) and does not rely on cloud services, ensuring all your data stays local. With a single Docker command, you can deploy a fully functional home automation system that integrates with many devices like lights, sensors, locks, and cameras. Gladys offers a clean web interface, voice control via Google Assistant/Amazon Alexa, and a flexible rule engine for automation. Its active community contributes plugins, translations, and documentation. Compared to Home Assistant, Gladys emphasizes simplicity and privacy, making it ideal for users who want a straightforward, self-hosted solution without complex configuration.

Tags

smart-homeiotprivacyopen-sourcedocker

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Install Docker on your device (Raspberry Pi, PC, etc.)

4

Step 2: Run the provided docker run command from the README

5

Step 3: Access the web UI at http://your-device-ip

Install Guide
  1. Step 1: Install Docker on your device (Raspberry Pi, PC, etc.)
  2. Step 2: Run the provided docker run command from the README
  3. Step 3: Access the web UI at http://your-device-ip
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop container: sudo docker stop gladys; Remove: sudo docker rm gladys; Delete image: sudo docker rmi gladysassistant/gladys:v4. Data volume /var/lib/gladysassistant must be manually deleted (backup first).

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-05-13 15:24:25
GitHub RepositoryOfficial Website

Similar Projects