The safe browser doesnt open for me on windows 10

That’s something at least. Can you provide more details on your system and the exact steps you’ve taken (CLI / authd versions installed, browser version downloaded, snapp version downloaded, commands run etc)?

Im on windows 10, i dont know what else to say about my computer that might affect this software, its a laptop, i7 intel processor w/intel onboard gfx card. As i explained i installed the safebrowser linked on safenetwork.tech and proceeded to run it, but it did not do anything except open 3 processes. The download page had no info on how to run it. The only page i could find with any information about setup was the CLI download page https://github.com/maidsafe/safe-api/tree/master/safe-cli#download

So i proceded to download gitbash and ran the install script ```
$ curl -so- https://safe-api.s3.amazonaws.com/install.sh | bash

It installed. I followed the next step regarding using this with the mock network (baby fleming i imagine this is referring to)

$ cd safe-cli

Which returned the error “no such file or directory”. Then i ran “$ cargo build --features mock-network”

which gives the error “command not found”.

However if i just type “safe” into the gitbash window it will open the safe interactive shell. So if i try those commands again the first cd command returns “command is unknown or not supported yet”. If i run the cargo build command it returns the same error. I have also tried adding the $ before the commands and it returns the same error. The guide is not clear where else i am supposed to input this, or if it is out of date.

Moving onto the vault install section of the guide, i input “safe vault install” and also “vault install” both returned the error “command safe vault install is unknown or not supported yet”.

It doesnt appear as if i can go any further if the vault wont install as the next instructions assume it did.

edit: to followup to upstates post i downloaded the safe auth for windows and ran it and it does open a processes safe-authd.exe. Opening the safe browser alpha exe once again opens 3 processes but nothing else happens. This was attempted again with the CLI running (open gitbash and typed in “safe”). The commands listed on https://github.com/maidsafe/safe-api/blob/master/README.md are incorrrect, “safe-authd start” gives an error, the command “safe auth start” works, but its the same as running the exe.

Running “safe auth” attempst to auth the CLI but gives an error “failed - you need to log in to a safe network account first”. Trying “safe auth login --self-auth” causes the CLI to hang.

The instructions are unclear on what else can be done.