Run Opengist in development mode

January 27, 2026 ยท View on GitHub

With Docker

Assuming you have Make installed,

# Clone the repository
git clone git@github.com:thomiceli/opengist.git
cd opengist

# Build the development image
make build_dev_docker

Now you can run the development image with the following command:

make run_dev_docker

Opengist is now running on port 6157, you can browse http://localhost:6157

As a binary

Requirements:

git clone git@github.com:thomiceli/opengist.git
cd opengist
make install
make watch

Opengist is now running on port 6157, you can browse http://localhost:6157