Show your support by giving us a star!

Run Dosei on Docker

To obtain the source files for the latest stable version of Dosei, run:

curl \
  --fail \
  --location \
  --progress-bar \
  --output dosei.zip \
  https://github.com/doseiai/engine/archive/refs/tags/0.0.9.zip

To install the Dosei Daemon, run the following commands:

unzip dosei.zip
cd engine-0.0.9
make install

Running Dosei with docker compose

docker compose -f docker-compose.hobby.yaml up

For a more complete installation, continue with these instructions.

Was this page helpful?