Chilling with a shanty and morning breeze
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
There is a prebuilt .deb package and AppImage built on ubuntu 22.
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
- Add U/D column calculated as simple ratio c37e831 @qu1ck
- Handle illegal chars in file/torrent renames 5f9f518 @qu1ck
- Add AppImage to build targets 2149c75 @qu1ck
- Add "Open folder" item in torrent/file row menu 71a3859 @qu1ck
- Run npm audit fix bdca523 @qu1ck
- Change tray menu item to "Show" when window is closed 56de051 @qu1ck
- Use more muted color icon for stopped torrents 94a0b7c @qu1ck
- Fix dir filters for windows paths 6ed991d @qu1ck
- Use hasOwnProperty for compatibility with old webkit 052785b @qu1ck
- Split trackers from properties dialog, allow multi edit 5b2e2e3 @qu1ck
- Add options to tweak main text/bg colors 5a494c6 @qu1ck
- Add configurable font 0f34896 @qu1ck
- Bump version to v0.10.0 5c891c2 @qu1ck