cligram Docs
Installation – cligram Docs

Installation

How to install and run cligram.

Last updated: April 19, 2026

1. Download or Build cligram

2. Using Docker

docker run --rm -it -v cligram_data:/root/.cligram \
  kumneger/cligram:latest

This 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.