turso-cli icon indicating copy to clipboard operation
turso-cli copied to clipboard

Native Windows support

Open penberg opened this issue 1 year ago • 13 comments

We recommend people to use WSL, but there the CLI does work on Windows (with some bugs). If there's sufficient demand, let's fix up the issues to make native Windows a supported platform.

penberg avatar Apr 06 '23 10:04 penberg

FWIW, turso-cli runs perfectly fine on my WSL2 (e.g., I don't face missing urls from https://github.com/chiselstrike/turso-cli/issues/259), I installed via curl and am on Linux XXX 5.15.90.1-microsoft-standard-WSL2

Looking at VS Code and all those remote extensions from Microsoft supporting developing in WSL2, I assume that developing in WSL2 on Windows is kind of the default nowadays (unless you do native Windows software).

55lj avatar May 07 '23 16:05 55lj

developing in WSL2 on Windows is kind of the default nowadays (unless you do native Windows software).

It may be the default for some, but I - I know for certain I am not alone - usually have more than enough with git-bash. Install and use WSL only for Turso is kinda "heavy"!

TigersWay avatar Jul 09 '23 01:07 TigersWay

Noticed this too when wanting to try out turso. I would prefer not to use WSL since I don't use it for anything else. mintty_D9I9ZB3z0Z

henrikvilhelmberglund avatar Jul 12 '23 12:07 henrikvilhelmberglund

Is there an update for this? I really don't want to install so many dependencies just to connect to my DB. WSL2 is very heavy since its essentially an entire VM

sakgoyal avatar Aug 24 '23 13:08 sakgoyal

We're currently busy wrapping up other work. We will take this issue into consideration when planning future work. Sorry for the inconvenience.

haaawk avatar Aug 24 '23 13:08 haaawk

Noticed this too when wanting to try out turso. I would prefer not to use WSL since I don't use it for anything else. mintty_D9I9ZB3z0Z

same here :(

thatsmycode avatar Jan 09 '24 22:01 thatsmycode

I don't use anything else either. Would love a native Windows installation.

Or winget/scoop support.

I can't even find a way to install turso without opening Git Bash.

Only use Powershell nowadays.

This should be prioritized tbh.

deadcoder0904 avatar Jan 22 '24 09:01 deadcoder0904

Damn, it doesn't install in Git Bash too.

I got this while calling curl -sSfL https://get.tur.so/install.sh | bash:

$ curl -sSfL https://get.tur.so/install.sh | bash

Welcome to the Turso installer!

Operating system MINGW64_NT-10.0-22621 is not supported by this installation script

deadcoder0904 avatar Jan 22 '24 09:01 deadcoder0904

Is there a way to create a database without being able to install turso-cli?

I can't find anything in dashboard.

ps: the profile pic footer overlaps with everything. some css issue that makes me unable to click on those 4-5 items like settings, logout.

edit: no worries, went with ~~cloudflare d1~~ sqlite + litestream instead.

deadcoder0904 avatar Jan 22 '24 09:01 deadcoder0904

Same here. This is really annoying, would love MINGW64 support being implemented.

5vx avatar Mar 01 '24 05:03 5vx

Still an issue and is what's discouraging me from buying a Turso plan :(

5vx avatar Aug 02 '24 23:08 5vx

How about a re-write in rust ? Is the CLI that complicated ? it'd probably just calling some REST APIs & replicating the same on local ig

RayyanNafees avatar Aug 04 '24 14:08 RayyanNafees

i've activated WSL2 on my Windows 10 system and tried install Turso CLI using command in the quickstart:

curl -sSfL https://get.tur.so/install.sh | bash

but I get this error message:

curl: (6) Could not resolve host: get.tur.so

No issue at all when I'm on my Linux system though...but sometimes I need to do something from Windows.

Also I tried the same command in Windows without WSL:

curl: (6) Could not resolve host: github.com

Seems to be a problem connecting to the source?

rakshasha-medhi avatar Aug 12 '24 07:08 rakshasha-medhi