TablePlus / TablePlus-Linux

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

Linux ARM version for tableplus #112

Closed JeanRomain closed 1 year ago

JeanRomain commented 3 years ago

Hello, An ARM version can be useful to run on virtualized linux on M1 Macs Thanks guys

baarkerlounger commented 3 years ago

Duplicate of https://github.com/TablePlus/TablePlus-Linux/issues/69 ?

JeanRomain commented 3 years ago

I think yes since it's a virtualized ARM64 Linux on a ARM64 processor But i don't know if it works the same on all distros

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. Why do you want to use it on virtual machine instead of macOS @JeanRomain ?

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

That build works for me to use it in a Raspberry Pi and in a remote Linux desktop over a cloud, please share it!

huyphams commented 1 year ago

Okie, I will share it this week. Please wait for it. Btw which repo Raspberry Pi use, Debian or Arch?

elalecs commented 1 year ago

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