Take full control of your messaging experience with a dedicated desktop client designed for WhatsApp Web. Whether you need to separate personal and work conversations or simply want a personalized interface, this application provides the flexibility you need without relying on a browser.
Enjoy a richer messaging environment with these core features:
services:
altus:
image: lscr.io/linuxserver/altus:latest
container_name: altus
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 3000:3000
- 3001:3001
shm_size: "1gb"
restart: unless-stopped# No sensitive environment variables are required for the default configuration.
# You can customize PUID, PGID, and TZ directly in the docker-compose.yml file.Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago