TreeMaker 5 running in Docker with a browser-based GUI via noVNC.
- Docker Desktop (or Docker Engine + Compose plugin)
docker-compose up --buildBuild takes ~5 minutes (compiles TreeMaker from source). Subsequent starts are instant.
docker-compose upOpen http://localhost:6080 in your browser. The TreeMaker window appears in the noVNC canvas.
docker-compose down # stopThe ./files directory next to docker-compose.yml is mounted at /files inside the container. When saving a .tmd file, navigate to /files in the file dialog to persist it on your host machine.
docker-compose up --build