Installation
How to install and run cligram.
Last updated: April 19, 2026
1. Download or Build cligram
- Pre-built binaries: Download from releases page (Linux, macOS).
- Build from source: See this guide for instructions.
- Windows Support: While not officially supported, you can try running cligram using Windows Subsystem for Linux (WSL).
2. Using Docker
docker run --rm -it -v cligram_data:/root/.cligram \
kumneger/cligram:latestThis persists your session.
Note on File Attachments: When using Docker, cligram runs in an isolated environment and cannot directly access files from your host machine. To attach a file, you first need to copy it into the running Docker container using the docker cp command. For example:
docker cp /path/to/your/file.jpg <container_id>:/root/Once the file is copied, you can then attach it from within cligram.