Install

Typical Users

We recommend that most users run Gthnk via Docker:

docker run -d --rm \
    --name gthnk-server \
    -p 1620:1620 \
    -e TZ=America/Toronto \
    -v ~/.gthnk:/home/gthnk/.gthnk \
    iandennismiller/gthnk

Once Gthnk is running, click Next to learn about how to use Gthnk.

Next

Advanced Users

The installation process is described in detail in the documentation. Advanced Python users might find this faster.