Sailing the high seas
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
- Fix macos crash in dialog.open api 759d089 @qu1ck
- rearrange title to put info first 6d261d2 @qu1ck
- Fix JS error in file tree for magnetized torrents 6ab6567 @qu1ck
- Make colorchooser more compact and switch float sides correctly 536713a @qu1ck
- Make color overrides theme dependent fe2d9f3 @qu1ck
- Set focus to default buttons on modals 13f46f8 @qu1ck
- Make rename button more visible and give it a tooltip 51ab26d @qu1ck
- Bind F2 to rename abac0c5 @qu1ck
- Make arrow keys work in tables, escape cancel renaming aa7cc40 @qu1ck
- Render optimizations + fix cursor keys in filetreetable b4bdc3b @qu1ck
- Make arrow left/right keys toggle expandable rows f20f832 @qu1ck
- Add a few custom icons, tweak colors for contrast/uniformity 2b2e079 @qu1ck
- Inline flag svgs into css, update dbip url b6113dc @qu1ck
- Bump version to v1.0.0 152724a @qu1ck