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 (NOT compatible with ubuntu 24).
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 tabs styling in settings dialog 674a005 @qu1ck
- Fix update blocklist button label not fitting the width 09501a7 @qu1ck
- Tweak field types of numeric fields 1f79360 @qu1ck
- Remember last open server tab ba63c3a @qu1ck
- Add option to sort last save dirs alphabetically d2fd0e4 @qu1ck
- Fix erroneous torrent complete notifications when transmission restarts 6178ade @qu1ck
- Add http timeout detection and indication fa2140a @qu1ck
- Add interface settings export/import 5efef01 @qu1ck
- Ignore backup trackers when determining error state 3a64023 @qu1ck
- Add option to register magnet link hander in web version 872bb8c @qu1ck
- Autofocus on add button in add magnet dialog 5083b4a @qu1ck
- Update deps effbb88 @qu1ck
- Add errorString "Tracker error" column e111530 @cheeseandcereal
- Add expand/collapse toggle to add torrent dialog 7455121 @qu1ck
- Bump rust requirement 0e38a04 @qu1ck
- Update generate_pkgbuild.py ac23590 @username227
- Fix link to Tauri in the README 01a04af @mark-ignacio
- Fix macOS build (#225) 14caf62 @L00Cyph3r
- Colorful + animated progress bars (#215) 807041d @melyux
- Mute down progessbar colors a bit 01c09bb @qu1ck
- Remove https from trackers d39746b @qu1ck
- Run npm audit fix e11930d @qu1ck
- Add option to configure ignored tracker subdomains f6a62d9 @qu1ck
- Add option to hide tab strip 2ede1b9 @qu1ck
- Run npm audit fix 2614ff8 @qu1ck
- Bump version to 1.4.0 bfd6b57 @qu1ck