Manning the helm
Windows users
This program requires Edge Webview2 component. On Windows 11 and some Windows 10 machines it is already preinstalled. The installers will automatically detect if it is not installed, download and run the official installer. You can also get it manually from https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
Use TrguiNG_x.x.x_x64-setup.exe
if you don't want to give administrative rights to the installer. You will not be able to install the program into a protected folder like "Program Files" if you run the installer as a normal user. Right click and choose "Run as administrator" if you want to install to "Program Files" or other protected folder.
MSI installer is provided as a backup and an option for automated installs, it requires administrator privileges.
Linux users
A flatpak bundle is available on flathub for x86_64 and arm64 architectures.
Prebuilt .deb package and AppImage built on ubuntu 22 are available below.
Arch package is available at https://aur.archlinux.org/packages/trgui-ng
For compilation instructions see readme in the repository.
If you encounter a blank screen, you may be running into a known webkitgtk issue, a workaround is to set environment variable
WEBKIT_DISABLE_DMABUF_RENDERER=1
MacOS users
Use TrguiNG_aarch64.app.tar.gz
for apple silicon machines
Use TrguiNG_x86_64.app.tar.gz
for intel machines
After extracting the app and moving it to Applications folder run this in terminal to reset attributes:
xattr -cr /Applications/TrguiNG.app
Otherwise you will run into "App is damaged and can’t be opened" error.
Changelog
- Disable LTO in arch pkgbuild generation 550d116 @username227
- Pull in latest patch of lava_torrent d2b4b8f @qu1ck
- Add ability to delete saved directory path b1915e0 @qu1ck
- Update to tauri 1.6.1 ff22bc8 @qu1ck
- Fix theme not remembered if changed from settings dialog 09ccc6a @qu1ck
- Add space for the dropdown in edit labels dialog d3bd0b7 @qu1ck
- Add option to show file list instead of tree in details b09f6e9 @qu1ck
- Prevent scrolling the Name column into view when focusing rows in tables 0f4a772 @jpovixwm
- Update opener lib to 0.7 28862de @qu1ck
- Fix server list panel height when there are no servers 770720e @qu1ck
- add conflicts line in the pkgbuild 0876824 @username227
- Add "update blocklist" button in server settings d4a10c6 @qu1ck
- Fix terrible initial performance of table virtualizer bb359ea @qu1ck
- Fix flat file tree toggle not taking effect immediately ba4d52e @qu1ck
- Implement preconfigured labels aca0def @qu1ck
- Npm audit fix 3990b38 @qu1ck
- Implement progress bar style options: not animated and colorful 05303b6 @qu1ck
- Fix some icon clipping and alignment b1188cd @qu1ck
- Fix labels remove button color in white theme 34ef484 @qu1ck
- Fix magnet link not recognized as existing if hash is not in lowercase d23bf04 @qu1ck
- Fix list of last dirs not updating when switching servers f19c65b @qu1ck
- Implement keyboard nav in filters dacdf68 @qu1ck
- Bump version to 1.3.0 5ed72be @qu1ck