multiprocessio / datastation

App to easily query, script, and visualize data from every database, file, and API.
https://datastation.multiprocess.io
Other
2.9k stars 112 forks source link

Does this work on apple silicon natively? #270

Closed anarchy89 closed 2 years ago

anarchy89 commented 2 years ago

Do the pre built binaries work on apple silicon or does it use Rosetta?

eatonphil commented 2 years ago

It might work if you build DataStation yourself. Based on https://github.com/multiprocessio/datastation/pull/243 @akhenakh might know.

I just don't have automated tests set up for it yet (I haven't even checked if Github Actions supports it).

And no the published binaries are not apple silicon binaries. They would use Rosetta.

akhenakh commented 2 years ago

Yes the official binary is working on M1 using Rosetta. Prefer doing a Silicon native build if you can, it will perform better. Hopefully the author can update the test workflow in the future.

eatonphil commented 2 years ago

Until Github Actions supports M1, M1 won't be officially supported and M1 builds won't be officially provided. You can follow https://github.com/github/roadmap/issues/528.

But you can most like build it yourself by following instructions in HACKING.md.