TablePlus / TablePlus-Linux

TablePlus Linux issue tracker
https://tableplus.com
293 stars 30 forks source link

Aarch64 version #69

Closed baarkerlounger closed 1 year ago

baarkerlounger commented 4 years ago

Any chance of a release that'll run on aarch64?

huyphams commented 4 years ago

You can try this repo @baarkerlounger https://aur.archlinux.org/packages/tableplus/

baarkerlounger commented 4 years ago

That looks like it's based on an amd64.deb?

adojck commented 3 years ago

I'm also interested in aarch64 (ARM64) version. Note that aarch64 is a CPU architecture, like x86_64/AMD64 as example. It is not an operating system, which was assumed by huyphams.

huyphams commented 1 year ago

I've built a aarch64 version of TablePlus Linux but I'm not sure if I should publish it or not. Could you guys tell me more about your aarch64 setup? Which devices are you using TablePlus Linux?

Screenshot 2023-03-01 at 10 24 40 PM
baarkerlounger commented 1 year ago

Pinebook Pro and PineTab with debian

huyphams commented 1 year ago

You may want to try the build at:

# Add TablePlus gpg key
wget -qO - https://deb.tableplus.com/apt.tableplus.com.gpg.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/tableplus-archive.gpg > /dev/null

# Add TablePlus repo
sudo add-apt-repository "deb [arch=arm64] https://deb.tableplus.com/debian/22-arm tableplus main"

# Install
sudo apt update
sudo apt install tableplus
huyphams commented 1 year ago

Please let me know if you are seeing any issue

baarkerlounger commented 1 year ago

Works nicely. Thanks!