Favicon of Gladys Assistant

Gladys Assistant

Automate your smart home with a privacy-first platform. Manage devices from a clean dashboard, create routines, and keep all your data stored locally.

Take full control of your smart home with a privacy-first automation platform that runs entirely on your local network. Designed for simplicity, this open-source solution lets you manage all your devices without relying on cloud servers, ensuring your personal data never leaves your home. The intuitive interface requires no coding or complex configuration files, making it accessible for everyone.

Key features include:

  • Centralized Dashboard: Monitor temperature, security cameras, and device status from a clean, user-friendly interface.
  • Custom Automations: Create daily routines like brewing coffee or adjusting lights without writing a single line of code.
  • Voice Control: Command your home using voice assistants like Google Home, Alexa, Siri, or via Telegram.
  • Broad Compatibility: Connect seamlessly with Zigbee, Matter, MQTT, Philips Hue, Sonos, and hundreds of other devices.
  • Local Data Storage: Keep your home secure with a self-hosted architecture that eliminates third-party tracking.

Directory Structure

gladys-assistant
gladys-data
.env
docker-compose.yml

docker-compose.yml

services:
  gladys:
    image: gladysassistant/gladys:v4
    container_name: gladys
    restart: always
    privileged: true
    network_mode: host
    environment:
      NODE_ENV: production
      SERVER_PORT: 80
      TZ: Europe/Paris
    volumes:
      - ./gladys-data:/var/lib/gladysassistant
      - /var/run/docker.sock:/var/run/docker.sock
      - /dev:/dev
    logging:
      driver: "json-file"
      options:
        max-size: "10m"

.env

# No sensitive environment variables are required for the default Gladys Assistant setup.
# Configuration is handled via the web UI and stored in the SQLite database within the volume.

Share:

Ad
Favicon

 

  
 

Similar to Gladys Assistant

Favicon

 

  
  
Favicon

 

  
  
Favicon