Temporal server local setup

Hello,

I want to understand temporal, workflows creation i am newbie here, and i learnt that for development we should have temporal server up and running in local environment,

Can you help me to know what are the ways to stand up temporal server in windows OS locally,

Note; i am working in organization network where i am not allowed to download docker compose and kubernetes

i am not allowed to download docker compose and kubernetes

For local development take a look at temporalite.

Will it work on windows?

Yes, readme: GitHub - temporalio/temporalite: An experimental distribution of Temporal that runs as a single process mentions support for Windows

Thanks let me try this.

I downloaded temprolite, but when I tried the command “tempralite start --namesapce default”

It says error "tempralite is not recognised as an internal or external command

Did you include it in the PATH?

There is a typo in your command. it should be temporalite not tempralite

temporalite start --namespace default