Rigging the bowsprit
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
- Make tabs in details panel configurable 7097c37 @qu1ck
- Add npm to arch script makedepends 7faf82b @qu1ck
- Use patched lava_torrent lib 0368388 @qu1ck
- Don't propagate double click in rename field 35a1e09 @qu1ck
- Deduplicate trackers when editing tracker list bc4195b @qu1ck
- Make different view(instead of zero) in U/D field for never uploaded torrents bd4c80b @dukobpa3
- Proper sorting for U/D column 833778c @dukobpa3
- Feature/condensed folders tree (#139) d081123 @dukobpa3
- Add "Show global speeds" toggle to status bar context menu (fixes #143) 10d6f6a @jpovixwm
- Use configured background color during initialization 40611b5 @jpovixwm
- Add options to reset "delete data" flag or remember user choice a491644 @qu1ck
- Fix "open folder" not working for files that are not complete b9afec6 @qu1ck
- Fix geoip lookup result when country is not found 1a3c1c7 @qu1ck
- Show speeds in app window titlebar 0fe9b79 @qu1ck
- Add basic CSRF protection to built-in HTTP server ea69a07 @jpovixwm
- Fix rust lint a77f304 @qu1ck
- Improve horizontal scrolling performance of the headers row in tables 626eb2a @jpovixwm
- Update to tauri 1.6.0 ca1a33d @qu1ck
- Bump version to 1.2.0 5786630 @qu1ck