About Baserow development and running on Windows10

I tried to start Baserow directly on Windows system, but there are some dependencies that do not support Windows system, such as uvloop, then I read relevant discussions in Baserow community.

I want to confirm that I must install Docker on Windows to run Baserow?

Yes that’s right. Although it is technically possible to install all dependencies (maybe not on windows) outside of docker and run all services manually, this is not advised since it takes a lot of time and there are many points at which your installation can get messed up.

For development, and for hosting you should use docker.

Ok, got it. Thanks Alex :slight_smile: